@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #857B71;
	line-height: 22px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino　Kaku　Gothic　Pro", Osaka, sans-serif;
}
#top {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
#lower {
	background-image: url(../images/lower_body_bg.jpg);
	background-repeat: repeat-x;
}


#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 110px;
	color: #FFFFFF;
}
#images {
	background-image: url(../images/image_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	clear: both;
}
#navigation {
	width: 504px;
	padding-top: 21px;
}
#headerbox01 {
	float: right;
	width: 504px;
	padding: 0px;
}

.lower_navi {
	padding-left: 264px;
	font-size: 11px;
}
.lower_navi li {
	float: left;
	background-image: url(../images/mark01.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	line-height: 16px;
	margin-top: 3px;
	padding-right: 5px;
}


#main_top {
	background-image: url(../images/main_top_bg_03.jpg);
	background-repeat: repeat-x;
	height: 16px;
}
#main {
	background-color: #FDFCFA;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
}
#maincontents {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e5d5cb;
	padding-left: 10px;
	padding-bottom: 50px;
}
#sidebar {
	float: right;
	width: 249px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
}
#news {
	margin-right: 10px;
	margin-left: 5px;
	background-color: #fbfaf8;
	border: 1px solid #e5d5cb;
	margin-top: 10px;
	padding: 10px;
	line-height: 16px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_detail {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;









	padding-top: 50
.px;
	padding-right: 5px;
	padding-top: 35px;
	background-image: url(../images/footer_detail_bg.jpg);
}
.top_text {
	text-align: right;
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 1px;
}
h1 {
	margin-left: 25px;
	padding-top: 7px;
}
a {
	color: #857B71;
	text-decoration: none;
}
a:hover {
	color: #E58F8E;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#cont02 {
	border: 1px solid #996666;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 10px;
}
.cont03 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
}

/****お問い合わせフォーム****/
.form_box{
	margin-top:30px;
}
.form_box table{
	border-spacing:2px;
}
.form_box table td{
	padding:5px;
}
.form_box table td.bg_gray{
	background-color:#EFEFEF;
}
.form_box input.w200{ width:200px;}
.form_box input.w300{ width:300px;}
.form_box textarea.w350{ width:350px;}

