/* 概況文 */
div#view_text {
	font-size:90%;
}

/* 推奨体制表 */
div#recommend_level {
	margin:0px;
	padding:0px;
	float:left;
}

/* 推奨体制表 */
div#recommend_level td {
	text-align:center;
}

/* 降水量予測表 */
div#table_precipitation {
	width:400px;
	margin:0px;
	padding:0px;
	float:right;
}

/* 降水量予測表 */
div#table_precipitation td {
	text-align:center;
}

/* 時系列グラフ */
div#view_graph0, div#view_graph1 {
	width:600px;
	overflow-x:auto;
}

