#map{
	width:860px;
	height:583px;
	xmargin-bottom: 10px;
}
#map2{
	width:860px;
	height:558px;
	margin-bottom: 10px;
}
#map3{
	width:820px;
	height:492px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	*margin-bottom: 0px;
}
#area{
	width:990px;
}


#info2{
	width:158px;
	float: left;
	margin-left: 10px;
	height: 492px;
	background-color: #FFFFFF;
	border: 1px solid #0167CC;
}

#info2 p{
	margin:5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#time{
	width:208px;
	text-align:right;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 8px;
}
.jyoho{
	width:198px;
	padding: 5px;
}
.ssttl{
	font-weight:bold;
	margin-bottom: 3px;
}
#pagebtn{
	width:643px;
	height:128px;
	float:left;
}
#pagebtn2{
	width:643px;
	height:104px;
	float:left;
}
#linkbtn{
	width:210px;
	height:100px;
	float:left;
	margin-left: 7px;
}
#weatherinfo{
	width:638px;
	height:66px;
	border: 1px solid #0066CC;
	margin-top: 35px;
	margin-bottom: 12px;
}
#kensetubuinfo{
	width:198px;
	border: 1px solid #0066CC;
	padding: 5px;
	margin-bottom: 8px;
}
.syosai{
	width:201px;
	height:256px;
	position:absolute;
	top: 65px;
	left: 19px;
}
#info{
	width:980px;
	background-color: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #CC0000;
	padding: 5px;
	margin-left: 10px;
}
#info #name{
	width:636px;
	color:#FFFFFF;
	background:#CC0000;
	font-size: 120%;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
}
.nametime{
	font-size:13px;
	font-weight:normal;
	margin-left: 10px;
	;
}

#info ul{
	margin:5px;
}
#info li{
	margin:0px 0px 3px 0px;
	list-style-type: none;
}
#map #btn_map{
	width:680px;
	height:25px;
}
#map #btn_map ul{
	margin:0px;
	height: 25px;
}
#map #btn_map li{
	margin:0px 4px 0px 0px;
	height: 25px;
	list-style-type: none;
	float:left;
}

#map #btn_map li img { vertical-align:bottom; }

/*----------------ツールチップもどき----------------------------*/
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;
}
