#contents {
	width: 760px;
	margin: auto;
}
#search_map {
	position: relative;
}
#googlemap {
	width: 100%;
	height: 600px;
}
#navi img {
	position: absolute;
	cursor: pointer;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
}
#navi1 {
	top: 18px;
	left: 558px;
}
#navi2 {
	top: 54px;
	left: 43px;
}
#navi3 {
	top: 242px;
	left: 43px;
}
#navi4 {
	top: 380px;
	left: 571px;
}
#navi5 {
	top:172px;
	left:154px;
}

#contents h1 {
	font-size: 110%;
	color: #0066CC;
	margin: 0px;
}
.main_key {
	margin-bottom: 20px;
}
.main_key ul {
	list-style-type: none;
	padding: 0px;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.main_key li {
	float: left;
	width: 25%;
}
.main_key li a, .main_key li strong {
	color: #2568B2;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.main_key li a.arrow {
	background-image: url(images/arrow2.gif);
}
.main_key li a:hover, #main_key li a:active {
	color: #D03324;
}
.main_key .spacer {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #939598;
}