
#info ul {
	margin:0 auto; 
	padding:0; 
	position:relative;
	width:200px; 
	height:173px; 
	background:#fff url('../images/nakatsu-map.png'); 
	z-index:1; 
	overflow:hidden;
}
#info li {
	list-style-type:none; 
	width:52px; 
	height:56px;
	position:absolute;
}
#info a {
	display:block; 
	width:52px; 
	height:0;
	color:#000; 
	text-decoration:none; 
	padding-top:56px; 
	background:transparent; 
	overflow:hidden; 
	z-index:10;
}
* html #info a {
	height:56px; 
	he\ight:0;
}
* html a#yabakei,
* html a#nakatsu,
* html a#honyabakei,
* html a#sanko,
* html a#yamakuni {
	height:17px; he\ight:0;
}

#info a#yabakei,
#info a#nakatsu,
#info a#honyabakei,
#info a#sanko,
#info a#yamakuni {
	display:block;
	height:0;
	overflow:hidden;
	position:absolute; 
}

#info a#yabakei {
	width:48px;
	padding-top:17px;
	left:81px; 
	top:95px; 
	background:transparent url('../images/yabakei.png') no-repeat 200px 173px;
}
#info a#nakatsu {
	width:32px;
	padding-top:17px;
	left:154px; 
	top:17px; 
	background:transparent url('../images/nakatsu.png') no-repeat 200px 173px;
}
#info a#honyabakei {
	width:64px;
	padding-top:17px;
	left:136px; 
	top:101px; 
	background:transparent url('../images/honyabakei.png') no-repeat 200px 173px;
}
#info a#sanko {
	width:32px;
	padding-top:17px;
	left:151px; 
	top:53px; 
	background:transparent url('../images/sanko.png') no-repeat 200px 173px;
}
#info a#yamakuni {
	width:32px;
	padding-top:17px;
	left:34px; 
	top:109px; 
	background:transparent url('../images/yamakuni.png') no-repeat 200px 173px;
}
#info a#yabakei:hover,
#info a#nakatsu:hover, 
#info a#honyabakei:hover,
#info a#sanko:hover,
#info a#yamakuni:hover {
	background-position: 0 0;
}
#info a#yabakei:hover b,
#info a#nakatsu:hover b, 
#info a#honyabakei:hover b,
#info a#sanko:hover b,
#info a#yamakuni:hover b {
	display:none;
}
/* End of Nakatsu map */

