/* CSS Document */

#contBox {
	width:600px;
	float:left;
}

#sideBox {
	width:262px;
	float:right;
}

#contBox h2 {
	margin-bottom:0;
}

#map {
	background:url(../img/index/map.jpg) no-repeat;
	width:600px;
	height:360px;
	position:relative;
}
#map_text {
	position:absolute;
	right:0; bottom:0;
}
#map dt {
	position:absolute;
	background:url(../common/img/arrow.gif) no-repeat 0 50%;
	padding-left:10px;
	text-decoration:underline;
}
#map dd {
	position:absolute;
	z-index:100;
	background:url(../img/index/bln_bottom.png) no-repeat left bottom;
	width:241px;
	padding-bottom:65px;
}
#map dd div {
	padding-top:15px;
	background:url(../img/index/bln_top.png) no-repeat left top;
}
#map dd ul {
	padding:5px 30px;
	background:url(../img/index/bln_cont.png) repeat-y;
}
#map dd ul li {
	width:140px;
	background:url(../common/img/list_arrow_b.gif) no-repeat 0 50%;
	padding-left:15px;
	font-size:16px;
	border-bottom:1px dashed #ddd;
}
#map dd ul li.last {
	border-bottom:none;
}
#map dd ul li a {
	text-decoration:none;
	color:#4d4d4d;
}
#map dd ul li a:hover {
	text-decoration:underline;
}

#map dt.hokkaido { left:325px; top:34px; }
#map dt.tohoku { left:367px; top:180px; }
#map dt.hokuriku { left:224px; top:180px; }
#map dt.kanto { left:308px; top:262px; }
#map dt.tokai { left:204px; top:292px; }
#map dt.kinki { left:172px; top:215px; }
#map dt.kyusyu { left:18px; top:242px; }

#map dd.hokkaido { right:166px; bottom:292px; }
#map dd.tohoku { right:232px; bottom:165px; }
#map dd.hokuriku { right:333px; bottom:124px; }
#map dd.kanto { right:292px; bottom:81px; }
#map dd.tokai { right:367px; bottom:67px; }
#map dd.kinki { right:404px; bottom:90px; }
#map dd.kyusyu { right:545px; bottom:80px; }


.sBoxInner dl dt {
	background:url(../common/img/list_arrow.gif) no-repeat 0 50%;
	padding:5px 10px;
	color:#005225;
}
.sBoxInner dl dd {
	font-size:10px;
}
.sBoxInner dl dd select{
	font-size:12px;
}

#topicBox {
	background:url(../img/index/topic_back.jpg) no-repeat;
	width:600px;
	height:143px;
}
#topicBox dl {
	padding:55px 20px 0 20px;
}
#topicBox dt {
	width:150px;
	float:left;
	background:url(../common/img/list_arrow.gif) no-repeat 0 6px;
	padding:0 0 5px 10px;
	color:#005225;
	clear:both;
}
#topicBox dt img {
	padding-left:10px;
}
#topicBox dd {
	width:400px;
	float:left;
	padding:0 0 5px 0;
}

#bannerBox {
	clear:both;
	margin-left:50px;
}
#bannerBox ul li {
	display:inline;
	padding-right:13px;
}

#res_btn {
	text-align:right;
	padding:15px 0 0 0;
}
