@charset "utf-8";
body{
	font-size:14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	color:#787878;
	border-top:solid 5px #005bb9;
	background:url(./img/bg.jpg) center top no-repeat #f4f8f9;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a:link,
a:visited{
	color:#897966;
}
a:hover{
	color:#ff6600;
	text-decoration:underline;
}
.f_clear{
	clear:both;
}
#container{
	margin:0 auto;
	width:900px;
	background:url(./img/container_bg.jpg) center top no-repeat #ffffff;
}
#title{
	width:900px;
	height:390px;
	text-align:left;
}
#title h1{
	padding:60px 0 0 418px;
}
#title p{
	padding:35px 0 0 418px;
}
.mr{
	margin-right:20px;
}
.shisetsu{
	margin-left:53px;
}
.bar_shisetsu{
	text-align:left;
	margin-left:45px;
	margin-bottom:20px;
}
.shisetsu .photo{
	float:left;
	width:161px;
	overflow:hidden;
}
.shisetsu a img{
	border:solid 7px #c7f1fe;
}
.shisetsu a:hover img{
	border:solid 7px #a7d1ff;
}
#boshuu{
	margin-left:24px;
}
.bar_boshuu{
	text-align:left;
	margin-bottom:20px;
}
#boshuu .photo{
	width:203px;
	margin-bottom:13px;
	margin-left:5px;
}
#boshuu a img{
	border:solid 7px #ffe2d8;
}
#boshuu a:hover img{
	border:solid 7px #ffb9b5;
}
.bar_map{
	text-align:left;
	margin-top:50px;
	margin-left:45px;
	margin-bottom:20px;
}
#map{
	text-align:left;
	margin-bottom:20px;
	margin-left:45px;
}
#map td{
	text-align:center;
}
#map td.map_center{
	padding-top:15px;
}
#map td.map_txt{
	vertical-align:top;
}
#map td.map_txt p{
	margin:0;
	padding-bottom:20px;
}
#footer{
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
/* -- clearfix -- */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;line-height:0;}
.clearfix {zoom:1;/*for IE 5.5-7*/}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
* html .clearfix {display:inline-block;}/* for IE6 */
*+html .clearfix {display:inline-block;}/* for IE7 */

