@charset "utf-8";
#search-map {
	width: 858px;
	height: 489px;
	display: inline;
	clear: both;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AEB3AF;
	border-bottom-color: #AEB3AF;
	border-left-color: #AEB3AF;
	margin-bottom: 10px;
}

#search-map ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 40px;
	width: 858px;
	list-style-type: none;
	background-image: url(../cmn/cimg/bgbg_gmap_navi_long.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#search-map ul li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: auto;
	display: inline;
	float: left;
}
#search-map ul li a {
	display: block;
	height: 40px;
	background-image: url(../cmn/cimg/bg_gmap_navi_long.png);
	background-position: left top;
	text-indent: -1000px;
	float: left;
	width: auto;
	background-repeat: no-repeat;
}
#search-map ul li a.type00 {
	width: 135px;
	background-position: 0px;
}
#search-map ul li a.type01 {
	width: 80px;
	background-position: -135px;
}
#search-map ul li a.type02 {
	width: 80px;
	background-position: -215px;
}
#search-map ul li a.type03 {
	width: 80px;
	background-position: -295px;
}

#search-map ul li a:hover {
	height: 36px;
	margin-top: 4px;
}
#search-map #gmap {
	display: inline;
	clear: both;
	float: left;
	height: 448px;
	width: 858px;
}
