#map{
	width:820px;
	height:510px;
	float: left;
	xposition: relative;
	*margin-bottom: 0px;
}
/*----------------ツールチップもどき----------------------------*/
a:hover { text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none;margin-left:3px; width:130px;}
a.tooltip:hover span{
	display:inline;
	position:absolute;
}
#info2{
	width:158px;
	float: left;
	margin-left: 10px;
	height: 510px;
	background-color: #FFFFFF;
	border: 1px solid #0167CC;
}
.siren_r{
	width:158px;
	border: 1px solid #CC0000;
	margin-bottom:8px;
	background-color: #FFFFFF;
	height: 115px;
}
#info2 p{
	margin:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:3px;
}

#info2 p img{
	padding:2px 3px 0 0px;
}

#info_ttl{
	background:url(../img/index/ttl_now.jpg) no-repeat;
	width:208px;
	height:20px;
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
