/* CSS Document */
@import url('../../common/css/main.css');
@import url('../../common/css/reset.css');

@import url('../common/css/base.css');
h3 {
	clear:both;
}
h4 {
	margin:10px 3px 3px 3px;
}

.text_box {
	width:280px;
	float:left;
	margin:10px 0;
}
.img_box {
	width:350px;
	float:left;
	margin:-40px 0 10px 0;
}

#tour_map #main_map {
	margin:0;
	background:url(../img/index/map.jpg) no-repeat;
}

#tour_map #main_map ul li a {
	width:77px;
	height:22px;
}

#tour_map #main_map #map01 { left:166px; top:137px; }
#tour_map #main_map #map01 a:hover {
	background:url(../img/index/map_btn001.jpg) no-repeat;
}
#tour_map #main_map #map02 { left:148px; top:65px; }
#tour_map #main_map #map02 a:hover {
	background:url(../img/index/map_btn002.jpg) no-repeat;
}
#tour_map #main_map #map03 { left:67px; top:190px; }
#tour_map #main_map #map03 a:hover {
	background:url(../img/index/map_btn003.jpg) no-repeat;
}
#tour_map #main_map #map04 { left:252px; top:28px; }
#tour_map #main_map #map04 a:hover {
	background:url(../img/index/map_btn004.jpg) no-repeat;
}
#tour_map #main_map #map05 { left:295px; top:133px; }
#tour_map #main_map #map05 a:hover {
	background:url(../img/index/map_btn005.jpg) no-repeat;
}
#tour_map #main_map #map06 { left:5px; top:102px; }
#tour_map #main_map #map06 a:hover {
	background:url(../img/index/map_btn006.jpg) no-repeat;
}
#tour_map #main_map #map07 { left:295px; top:222px; }
#tour_map #main_map #map07 a:hover {
	background:url(../img/index/map_btn007.jpg) no-repeat;
}

/* info_table
---------------------------------------------------- */
#left_box .info_table {
	width:630px;
	line-height:1.1;
}
#left_box .info_table td {
	padding:0;
	margin:0;
	width:160px;
}
#left_box .info_table td.imgtd {
	width:60px;
	text-align:center;
}
#left_box .info_table td.detail {
	width:90px;
}
#left_box .info_table td.detail div {
	margin-top:-10px;
}
#left_box .info_table dl dt {
	color:#D6995E;
	font-weight:bold;
}
#left_box .info_table dl dd {
}
