@charset "utf-8";

#mapwaku {
	background: url(../img/map-frame.gif) no-repeat center center;
	margin: 0px auto;
	padding: 0px;
	height: 570px;
	width: 700px;
	text-align: center;
	position: absolute;
}
#mapwaku #map {
	margin: 25px;
	height: 524px;
	width: 650px;
	padding: 0px;
}
/* for WinIE6*/
* html #mapwaku {
	background: url(../img/map-frame.gif) no-repeat center center;
	margin: 0px auto;
	padding: 0px;
	height: 570px;
	width: 700px;
	text-align: center;
}
* html #mapwaku #map {
	margin: 25px;
	height: 524px;
	width: 650px;
	padding: 0px;
}
/* for WinIE7*/
*:first-child+html #mapwaku {
	background: url(../img/map-frame.gif) no-repeat center center;
	margin: 0px auto;
	padding: 0px;
	height: 570px;
	width: 700px;
	text-align: center;
}
*:first-child+html #mapwaku #map {
	margin: 25px;
	height: 524px;
	width: 650px;
	padding: 0px;
}