@charset "utf-8";


#header_wrap{
	/*outline:1px solid #FF0000;*/
	height:100px;
	width:100%;
	position: fixed;
	z-index: 100000;
	background-image: url("../images/header_bk.jpg");
}
#header_inner{
	width:1000px;height:100px;margin:0 auto;color:#FFFFFF;
}
#header_r{
	width:700px;height:100px;float:left;background-image: url("../images/header_txt.png");
}
#header_r p{
	color:#FFFFFF;font-size:12px;padding-top:5px;text-align: right;
}
#header_logo{
	width:300px;height:100px;float:left;
}
#header_bottom{
	width:100%;
	height:20px;
	top:100px;
	position:fixed;
	z-index: 100000;
	background-image: url("../images/header_bottom_bk.png");
	background-position: center;
}

nav ul li{
	display: inline;
}
li{
	font-size:16px;margin-right:20px;
}

#header_back{
	clear: both;
	width:100%;
	height:100px;
	background-color: #886A08;
	margin: 0 auto;
}


#top_slide{
	clear: both;
	width:1000px;
	height:350px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*コンテンツ１*/
#content_1{
	clear: both;
	width:1000px;
	height:350px;
	margin: 0 auto;

}

	#content_1_left{
		width:480px;
		height:350px;
		float: left;
		margin-left: 10px;
		background-image:url("../images/content1_left_bk.jpg");
	}
	#content_1_right{
		width:480px;
		height:350px;
		float: left;
		margin-left: 20px;
		background-image:url("../images/content1_right_bk.jpg");
	}



/*コンテンツ2*/
#content_2{
	clear: both;
	width:1000px;
	margin: 0 auto;
	outline:0px solid #FF0000;
	/*background-image:url("../images/content2_bk.png");*/

}

	#cont2div{
		width:330px;
		height:350px;
		float:left;

	}

	#cont2div p{
		font-size: 13px;
		width:80%;
		margin: 0 auto;
		padding-top:65px;
		color:#000000;
	}

#content_3{
	width:1000px;
	margin: 0 auto;
}

/********************************
　サービスページ
*********************************/
.sub_service_wrap{
	width:1000px;margin:0 auto;margin-bottom:80px;
}
#service_kodawari{
	width:980px;height:550px;margin:0 auto;border-radius:5px;background-image: url("../images/c_bk.png");
}
.kodawari_wrap{
	width:940px;height:100px;margin:0 auto;border-bottom:1px dotted #996633;
}
.kodawari_l{
	width:200px;height:100px;float:left;
}
.kodawari_c{
	width:560px;height:100px;float:left;
}
.kodawari_r{
	width:180px;height:100px;float:left;
}
#service_price{
	width:700px;height:800px;margin:0 auto;border-radius:5px;background-image: url("../images/c_bk.png");
}
#service_price_inner{
	width:660px;margin:0 auto;
}
#service_price_inner p{
	padding:7px;
}
.service_price_l{
	width:260px;float:left;
}
.service_price_c{
	width:200px;float:left;
}
.service_price_r{
	width:200px;float:left;
}
.service_price_title{
	font-size:16px;font-weight:bold;color:#cc9933;
}
hr{
	border:none;
	border-top:solid 1px #996633;
	height:1px;
	color:#FFFFFF;
	width:660px;
}
/********************************
　施設写真ページ
*********************************/
.sub_photo_wrap{
	width:1000px;margin:0 auto;margin-bottom:80px;color:#FFFFFF;
}
.photo_l{
	width:490px;height:350px;float:left;margin-right:20px;
}
.photo_r{
	width:490px;height:350px;float:left;
}

/********************************
　会社概要ページ
*********************************/
.sub_about_wrap{
	width:1000px;margin:0 auto;margin-bottom:80px;
}
#about_wrap{
	width:700px;height:750px;margin:0 auto;border-radius:5px;background-image: url("../images/c_bk.png");
}
#about_inner{
	width:660px;margin:0 auto;
}

.about_l{
	width:200px;float:left;
}
.about_l p{
	padding:10px;color:#cc9933;font-weight:bold;
}
.about_r{
	width:460px;float:left;
}
.about_r p{
	padding:10px;
}

#map{
	width:600px;height:400px;margin:0 auto;
}
/********************************
　フッター
*********************************/
#footer{
	clear: both;
	height:400px;
	border-top: 0px solid #FFFFFF;
	background-image:url("../images/footer_bk_soto.png");
	color:#FFFFFF;

}
#footer_inner{
	width:920px;height:400px;margin:0 auto;background-image:url("../images/footer_bk.png");padding-left:80px;
}

#footer_inner ul li{
	display: inline;
}
#ad{
	font-size:16px;padding:left:200px;padding-top:30px;
}
