/*全体
==========================================*/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',sans-serif;
	font-size: 12px;
	margin: 0 auto;
	background: url(../img/bg.gif) repeat;
}

h1,h2,h3,h4,p,ul,li,dt,dd{
	margin:0;
	padding:0;
}

ul,li{ list-style-type: none;}

p,li{
	line-height: 150%;
}
/*リンク関係
============================================*/
a:link,
a:visited,
a:active{ color: #006; text-decoration: none; }

a:hover{ color: #906; text-decoration: underline; }

/*----  wrapper  ----*/
#wrapper{
	width: 915px;
	margin: 0;
	background: #fff url(../img/bg_all.jpg) repeat-y right;
}

/*----  wrap  ----*/
#wrap{
	width: 900px;
	clear: both;

}
/*----  header  ----*/
#header h1 a{
	text-decoration: none;
}
#header h1,
#header h2{
	font-size: 10px;
	float: left;
	font-weight: normal;
	color: #666;
	margin: 10px 0 0 10px;
}
#header{
	width: 900px;
	height: 80px;
	background: #fff url(../img/_header.jpg) no-repeat right top;
}
p#logo a{
	background: url(../img/logo.gif) no-repeat ;
	display: block;
	width: 323px;
	height: 45px;
	text-indent: -9999px;
	clear: both;
	margin: 5px 0 10px 10px;
}

/*----  menu  ----*/
#menu{
	width: 190px;
	float: right;
	background: #fff4ca url(../img/left_bottom.gif) no-repeat bottom;
}
#menu ul{
	padding-left: 10px;
}
#menu li{
	margin-bottom: 5px;
}
#menu li a{
	background: url(../img/left_btn.gif) no-repeat top left;
	height: 30px;
	line-height: 30px;
	display: block;
	width: 170px;
	text-indent: 10px;
	color: #000;
}
#menu li a:hover{
	background: url(../img/left_btn.gif) no-repeat bottom left;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #000;
	text-decoration: none;
}
#menu h2{
	padding-left: 25px;
	font-family: 'New Gulim',sans-serif;
	font-size: 18px;
	background: url(../img/left_top.gif) no-repeat top;
	height: 36px;
	line-height: 36px;
}
#menu h3{
	padding-left: 25px;
	background: url(../img/icon.gif) no-repeat;
	height: 18px;
	line-height: 18px;
	margin: 20px 0 5px;
	font-size: 14px;
}

/*--- map ---*/
#map{
	width: 630px;
	height: 400px;
}

/*----  main  ----*/
#main{
	width: 630px;
	float: right;
	background:#fff4ca url(../img/right_top.gif) no-repeat top left;
	padding: 20px 20px;
	margin: 0 10px 0 15px;
}
h2.midashi{
	margin: 20px 0 10px;
	padding-left: 5px;
	border-left: 5px solid #000;
	font-size: 14px;
}
ul.list li{
	list-style-type: disc;
	margin-left: 30px;
	line-height: 200%;
	font-size: 14px;
}

#main p{
	font-size: 14px;
}
#main dl.img dt{
	clear: both;
	float: left;
	width: 5em;
	padding: 5px 0 5px 5px;
}
#main dl.img dd{
	line-height: 1.4;
	padding: 5px 5px 5px 10px;
	margin-left: 5em;
}
dl.img{
	background: url(../img/img.jpg) no-repeat;
	padding-left: 150px;
	margin: 0 1em;
}

p#line{
	margin: 0 0 5px 0;
}
p#totop{
	text-align: right;
	margin: 20px 0;
	font-size: 12px;
	clear: both;
}
/*------ブックマーク------*/
#link{
	margin: 20px 10px;
	clear: both;
	background: #ffffe0;
	padding: 5px;
}
#link h4{
	margin-top: 10px;
}
#link h4 a{
	color: #6a1917;
}
#link h4 a,
#link p{
	font-size: 12px;
}

/*----  footer  ----*/
#footer{
	width: 900px;
	clear: both;
	text-align: center;
	background: #990000 url(../img/footer.gif) no-repeat top;
	padding: 10px 0;
	margin: 10px 0 0;
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #000;
	text-decoration: none;
}

/*----  div.clear  ----*/
.clear{
	display:inline-block;
}

.clear:after{
	content: "";
	display: block;
	clear: both;
}

/*----- weather  -----*/
#weather{
	margin: 20px 10px;
}
#weather,
#weather a{
	font-size: 10px;
}

/*//////// topのみ ////////*/
#main dl#top_koushin{
	padding: 5px 10px;
	background: #fff;
	width: 610px;
	height: 60px;
	overflow: auto;
}
#main dl#top_koushin dt{
	clear: both;
	float: left;
	width: 5em;
	padding: 3px 0;
}
#main dl#top_koushin dd{
	margin-left: 6em;
	padding: 3px 0;
}
ul#topselect{
	margin: 0 0 10px 0;
}
ul#topselect li{
	float: left;
	padding: 5px 0;
}
ul#topselect li a{
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px solid #c4972f;
	color: #c30;
	font-weight: bold;
}
ul#topselect li a:hover{

}

#map_top{
	width: 630px;
	height: 250px;
}
p.toptext{
	text-align: right;
}
span.red{
	color: #c00;
}
#main p.small{
	font-size: 12px;
}
#main p.xsmall{
	font-size: 10px;
	margin-top: 10px;
}