#mainLong #mapImg {
	float: none;
	margin-left: 120px;
	margin-top: 10px;
}
#mainLong {
	text-align: left;
}
/* CSS Popup Image Viewer—pSTART */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #CCCCCC;
	color: black;
	text-decoration: none;
	visibility: hidden;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	top: 0;
	left: -330px;
	visibility: visible;
}
*html .thumbnail:hover span{ /*CSS for enlarged image on hover*/
	_top: 70;
}
/* CSS Popup Image Viewer—pEND */
#koriyamaMenu {
	background-color: #FFFFFF;
	text-align: left;
	width: 10em;
	padding: 0px;
	position: relative;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	opacity:0.85;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	height: 190px;
	visibility: hidden;
	top: -250px;
	left: 460px;
	margin-bottom: -10px;
}
#koriyamaMenu li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	overflow: hidden;
}
#koriyamaMenu a {
	color: #006699;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../img/ic_arrow_white.png);
	background-position: -20px;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	background-color: #FFFFFF;
}
#koriyamaMenu a:hover {
	color: #FFFFFF;
	background-position: 3px 7px;
	background-color: #6699FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #FFFFFF;
}
#close a {
	position: absolute;
	background-image: url(../img/mark_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 10px;
	width: 46px;
	font-size: 1px;
	line-height: 1px;
	left: 79px;
	top: 6px;
}
#close a:hover {
	background-position: 0px -10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

