/*@charset "utf-8";*/
#map_box {
	height: 580px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#map_area {
	float: left;
	width: 610px;
	height: 500px;
}

#map_top {
	background: #CF140C;
	width: 610px;
	padding-bottom: 5px;
}

#g_map {
	border: 5px solid #CCCCCC;
}

#g_map iframe {
	width: 600px;
	height: 500px;
}

#bt_map_wrap {
	float: right;
	background: #ECE9D8;
}

#bt_map_wrap ul {
	margin-left: 5px;
}

#bt_map_wrap li input {
	background:url(../../images03/map/bt_map.gif) center left;
	width: 135px;
	height: 25px;
	padding-left: 15px;
	text-align: left;
	font-weight:bold;
	cursor: pointer;
}

#bt_map_wrap li input#gurume {
	background:url(../../images03/map/bt_map_on.gif) center left;
}

#map_detail {
	width: 770px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#map_detail ul {
	width: 770px;
	margin: 0;
	padding: 0;
}

#map_detail li {
	width: 380px;
}

#map_detail01 {
	float: left;
	margin-bottom: 10px;
}

#map_detail02 {
	float: right;
	margin-bottom: 10px;
}

#map_detail03 {
	float: left;
}

#map_detail04 {
	float: right;
}












