
#info ul {
	margin:0 auto; 
	padding:0; 
	position:relative;
	width:200px; 
	height:200px; 
	background:#fff url('../images/bungotakada-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#bungotakada,
* html a#matama,
* html a#kakaji {
	height:17px; he\ight:0;
}

#info a#bungotakada,
#info a#matama,
#info a#kakaji {
	display:block;
	height:0;
	overflow:hidden;
	position:absolute; 
}

#info a#bungotakada {
	width:63px;
	padding-top:17px;
	left:61px; 
	top:127px; 
	background:transparent url('../images/bungotakada.png') no-repeat 200px 200px;
}
#info a#matama {
	width:32px;
	padding-top:17px;
	left:80px; 
	top:67px; 
	background:transparent url('../images/matama.png') no-repeat 200px 200px;
}
#info a#kakaji {
	width:49px;
	padding-top:17px;
	left:93px; 
	top:27px; 
	background:transparent url('../images/kakaji.png') no-repeat 200px 200px;
}
#info a#bungotakada:hover,
#info a#matama:hover, 
#info a#kakaji:hover {
	background-position: 0 0;
}
#info a#bungotakada:hover b,
#info a#matama:hover b, 
#info a#kakaji:hover b {
	display:none;
}
