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

/* +++++++++++++++++++++++
		global
+++++++++++++++++++++++ */

body {
	font-size:12px;
	background-color: #FFFFFF;
	background: url(../img/bg01.jpg) repeat-x;
	background-position: 0 0;
	color:#000000;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0;
	padding:0;
}
a{
	color:#000000;
}
a:hover{
	text-decoration: none;
}

/* +++++++++++++++++++++++
		header
+++++++++++++++++++++++ */

#header{
	width: 850px;
	margin: 0 auto;
	padding-top: 11px;
	margin-bottom: 6px;
}
#hNavi{
	text-align: right;
}
#siteName{
	float: left;
	margin-right: 76px;
}

#navi{
	float: left;
}
#navi li{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 13px;
}
#navi li.navi1{
	background: url(../img/txt01.png) no-repeat;
	background-position: top right;
}
#navi li.navi2{
	background: url(../img/txt02.png) no-repeat;
	background-position: top right;
}
#navi li.navi3{
	background: url(../img/txt03.png) no-repeat;
	background-position: top right;
	margin-right: 0;
}


/* +++++++++++++++++++++++
		pagebody
+++++++++++++++++++++++ */

#pageBody{
	width: 885px;
	margin: 0 auto;
	background: url(../img/bg02.jpg) repeat-y;
	padding: 0 0 0 35px;
}
#topicPath{
	color: #70B000;
	padding: 10px 0;
}
#topicPath a{
	color: #70B000;
}
h1{
	margin-bottom: 25px;
}
.map{
	margin-bottom: 20px;
}
.naviSet{
	margin-bottom: 20px;
}
.naviSet li{
	margin-bottom: 12px;
}
.cm{
	text-align: center;
}
#sideBar{
	width: 273px;
	float: left;
	margin-right: 10px;
}
#contents{
	width: 563px;
	float: left;
}

#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
	margin-left: -25px;
	margin-right: 10px;
}
#copyright{
	background: url(../img/f_bg01.png) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-position: top;
}






.sMaplink{
	background: url(../img/l_bg.jpg) no-repeat;
	width: 268px;
	height: 466px;
	position: relative;
	font-size: 10px;
}
.sMaplink .sPos1{
	width: 130px;
	position: absolute;
	left: 15px;
	top: 191px;
}
.sMaplink .sPos2{
	width: 120px;
	position: absolute;
	left: 155px;
	top: 128px;
}
.sMaplink ul{
	margin-bottom: 8px;
}
.county{
	color: #E61F00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.city{
	margin-bottom: 5px;
}
/* clearfix
---------------------------------------------------- */
#navi:after , #header:after , #bodyInner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#navi , #header , #bodyInner{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #navi , * html #header , * html #bodyInner{
	height: 1%;
}
#navi , #header , #bodyInner{
	display: block;
}
/* End hide from IE-mac */
