@charset "utf-8";
/* weather style */

.menu_weather{
	zoom:100%;
}

.menu_weather:after{
	content:" ";
	display:block;
	height:1px;
	visibility:hidden;
	clear:both;
}

	.menu_weather ul{
	
	}
	
	.menu_weather ul li{
		display:block;
		float:left;
	}


.bn img{
	padding:3px;
	background:url(/shared/css/images/bg_grid_gray.gif) repeat;
	width:684px;
	margin:10px 0;
}


/*------------------*/

.summary dl{
	/*width:330px;*/
	/*float:left;*/
	padding:5px;
}

	.summary dl.do{
		margin-right:5px;
		border-right:1px solid #999999;
	}

.summary dl dt{
	background:url(/shared/css/images/ico_li_gray.gif) no-repeat left center;
	padding-left:10px;
	font-size:110%;
}

.summary .time{
	color:#CC3300;
	font-size:90%;
}

.alert .time{
	color:#CC3300;
	font-size:85%;
}



/*------------------*/

.chart{
	width:250px;
	float:left;
	margin-right:10px;
}

.chart h3{
	margin-bottom:0;
	font-size:100%;
}

.alert h3{
	margin-bottom:0;
	font-size:100%;
}

/*tabs--*/

#tabs{
	margin-top:0;

}

#tabs2{
	margin-top:5px;

}

.tabs-now a , .tabs-calculation a, .tabs-cloud a, .tabs-typhoon a{
	width:118px;
	text-align:center;
	padding:10px 0!important;
	border-top:3px solild #5FB6E0;
	font-family:'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.tabs-calculation a , .tabs-typhoon a{
	
}

.tabs-now a:link , .tabs-now a:visited , .tabs-now a:hover , .tabs-now a:active , .tabs-calculation a:link , .tabs-calculation a:visited , .tabs-calculation a:hover , .tabs-calculation a:active{
	border-top:3px solid #0093D6;
	margin-top:0;
}

.tabs-cloud a:link , .tabs-cloud a:visited , .tabs-cloud a:hover , .tabs-cloud a:active , .tabs-typhoon a:link , .tabs-typhoon a:visited , .tabs-typhoon a:hover , .tabs-typhoon a:active{
	border-top:3px solid #930B82;
}

#tabs-now , #tabs-calculation , #tabs-cloud , #tabs-typhoon{
	padding:20px;
}


/*--------alert----------*/

.alert{
	width:425px;
	float:left;

}

.alert table{
	border-top:3px solid #CC0033;
	margin-top:3px;
	width:425px;
}

.alert table th, .alert table td{
	padding:5px;
	border:1px solid #D2D2D2;
}

.alert table th{
	vertical-align:middle;
	width:5em;
	font-size:100%;
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
	background:url(/shared/css/images/bg_grid_gray.gif) repeat;
}

.alert td{
	vertical-align:top;
}

.alert span.watchmark{
	display:inline-block;
	background:#FFF0B0;
	padding:1px;
	margin:1px;
}

.alert span.alertmark{
	display:inline-block;
	background:#F4ABAB;
	padding:1px;
}

.alert span.nomark{
	display:inline-block;
	background:#D3F095;
	padding:1px;
}

.weather_body{
	zoom:100%;
}

.weather_body:after{
	content:" ";
	display:block;
	clear:both;
	visibility:hidden;
	height:1px;
}

/**/

.grdbox{
	margin-top:10px;
	/*margin-left:-3px;*/
}

.grdbox .header{
	background:url(/shared/css/images/grdbox_head.gif) no-repeat top center;
	height:15px;
	display:block;
	font-size:1px;
}

.grdbox .body{
	background:url(/shared/css/images/grdbox_body.gif) repeat-y center;
	display:block;
	
}

.grdbox .body .inner{
	margin-left:15px;
	
}


.grdbox .footer{
	background:url(/shared/css/images/grdbox_foot.gif) no-repeat top center;
	height:15px;
	display:block;
	font-size:1px;
}

td img {display: block;}
