@charset "utf-8";

#weather {
	padding-top:12px;
}

#weather h2 {
	padding-bottom:18px;
}


#mapArea {
	position:relative;
	height:584px;
	margin-bottom:10px;
}

#mapArea .date {
	position:absolute;
	right:3px;
	top:3px;
	width:265px;
	padding:5px;
	background:url(../images/bg_01.gif);
	color:#FFFFFF;
	font-size:161.6%;
	font-weight:bold;
	text-align:center;
}

#mapArea dl {
	position:absolute;
	width:87px;
	height:87px;
	padding-right:4px;
}

#mapArea dl dt {
	height:21px;
	text-indent:-9999px;
}

#mapArea dl dd {
	height:60px;
	padding-top:6px;
	text-align:center;
	font-size:90%;
}

#mapArea .sapporo {
	top:60px;
	left:386px;
	background:url(../images/bg_sapporo.gif) no-repeat 0 0;
}

#mapArea .kushiro {
	top:89px;
	left:675px;
	background:url(../images/bg_kushiro.gif) no-repeat 0 0;
}

#mapArea .sendai {
	top:196px;
	left:635px;
	background:url(../images/bg_sendai.gif) no-repeat 0 0;
}

#mapArea .tokyo {
	top:302px;
	left:635px;
	background:url(../images/bg_tokyo.gif) no-repeat 0 0;
}

#mapArea .nigata {
	top:170px;
	left:386px;
	background:url(../images/bg_nigata.gif) no-repeat 0 0;
}

#mapArea .nagoya {
	top:406px;
	left:567px;
	background:url(../images/bg_nagoya.gif) no-repeat 0 0;
}

#mapArea .osaka {
	top:432px;
	left:446px;
	background:url(../images/bg_osaka.gif) no-repeat 0 0;
}

#mapArea .kanazawa {
	top:170px;
	left:279px;
	background:url(../images/bg_kanazawa.gif) no-repeat 0 0;
}

#mapArea .hiroshima {
	top:226px;
	left:172px;
	background:url(../images/bg_hiroshima.gif) no-repeat 0 0;
}

#mapArea .kochi {
	top:450px;
	left:328px;
	background:url(../images/bg_kochi.gif) no-repeat 0 0;
}

#mapArea .fukuoka {
	top:330px;
	left:132px;
	background:url(../images/bg_fukuoka.gif) no-repeat 0 0;
}

#mapArea .kagoshima {
	top:450px;
	left:175px;
	background:url(../images/bg_kagoshima.gif) no-repeat 0 0;
}


#selectDay {
	position:absolute;
	width:249px;
	height:35px;
	left:16px;
	top:3px;
	background:url(../images/navi.gif) no-repeat left bottom;
}

#selectDay li {
	float:left;
	text-indent:-9999px;
}

#selectDay li a,
#selectDay li a:visited,
#selectDay li a:active {
	display:block;
	width:124px;
	height:35px;
	background-image:url(../images/navi.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#selectDay li a:hover,
#selectDay li a#here,
#selectDay li a#here:visited,
#selectDay li a#here:active,
#selectDay li a#here:hover {
	background-image:none;
}

#selectDay li.select01 a {
	background-position:0 0;
	margin-right:1px;
}

#selectDay li.select02 a {
	background-position:-125px 0;
}







