@charset "utf-8";
/* CSS Document */

#map{
background:url(../images/guide_map.gif) left top no-repeat;
width:740px;
height:400px;
}

#map ol{
position:absolute;
}

#map ol li{
position:absolute;
width:105px;
z-index:0;
}

#map ol li div{
margin:5px 0 0 18px;
}

#map ol li div a{
float:left;
}

#map a{
display:block;
text-indent:-9999px;
}


#map h4 a{
display:block;
background:url(../images/guide_mapText.png) no-repeat;
height:15px;
overflow:hidden;
}



a.movie{
background:url(../images/icon6.gif) left top no-repeat;
width:14px;
height:15px;
margin-right:4px;
}

a.spotMovie{
display:block;
text-indent:-9999px;
float:right;

}

a.text{
background:url(../images/icon7.png) left top no-repeat;
width:12px;
height:16px;

}

#map h4 em{
background-repeat:no-repeat;
    width: 115px;
    height: 96px;
    position:absolute;
    top: -105px;
    left: -20px;
    text-align: center;
    text-indent: -9999px;
    z-index:5;
    display: none;
}

#easyTooltip {	
	padding:3px 5px;
	border:1px solid #fff;
	background:#444;
	color:#fff;
	line-height:1.2em;
	font-size:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.spot{
margin-bottom:10px;
}

.spot li{
background:#fff;
padding:10px;
width:220px;
float:left;
margin-left:9px;
}

.spot li img{
margin-bottom:10px;
}


.spot h3 span{
float:left;
font-size:14px;
font-weight:bold;
}

.spotBottom{
background:url(../images/line2.gif) left bottom repeat-x;
padding:5px 0 10px 0;
}