/*分布図地点BOX*/
div#boxname {
	width:73px;
	height:15px;
	padding-top:5px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
/*分布図地点データ*/
div#data1 {
	width:30px;
	margin-top:5px;
	margin-left:27px;
	font-size:12px;
	text-align:right;
}
/*分布図の水位変化*/
img#status {
	margin-top:3px;
	border:none;
	position:absolute;
	left:59px;
}
/*雨量・水位観測データ表*/
div#precip_data_table {
	width:342px;
	float:left;
	margin-bottom:8px;
}
/*雨量・水位観測データ表*/
div#precip_data_table table {
	width:100%;
}
/*雨量・水位観測データ表のヘッダー部*/
div#precip_data_table th {
	padding-top:4px;
}
/*雨量・水位観測データ表のデータ部*/
div#precip_data_table td {
	padding-top:4px;
	text-align:center;
	width:50px;
}
/*雨量・水位観測データ表の地点名部の幅*/
div#precip_data_table td.pr_name {
	width:auto;
}
/*雨量・水位観測データ表*/
div#waterlevel_data_table {
	width:250px;
	float:left;
	margin-left:8px;
}
/*雨量・水位観測データ表*/
div#waterlevel_data_table table {
	width:100%;
}
/*雨量・水位観測データ表のヘッダー部*/
div#waterlevel_data_table th {
	padding-top:4px;
}
/*雨量・水位観測データ表のデータ部*/
div#waterlevel_data_table td {
	text-align:center;
	padding-top:4px;
}
/*雨量・水位観測データ表の河川名と地点名が一緒になった部分*/
div#waterlevel_data_table td.wl_sname {
	width:auto;
}
/*雨量・水位観測データ表の河川名部分*/
div#waterlevel_data_table td.wl_rname {
	width:auto;
}
/*雨量・水位観測データ表の地点名部分*/
div#waterlevel_data_table td.wl_name {
	width:80px;
}
/*雨量・水位観測データ表のデータ部分*/
div#waterlevel_data_table td.wl_value {
	width:50px;
}
/*雨量・水位観測データ表のデータ部分*/
div#waterlevel_data_table td.wl_status {
	width:30px;
}
/*地点詳細情報*/
div#point_info {
	display:none;
}
/*地点詳細の水位ステータステーブル*/
table#waterlevel_status_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*地点詳細の雨量ステータステーブル*/
table#precip_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*地点詳細の水位ステータステーブル、雨量ステータステーブル*/
table#waterlevel_status_table th, table#precip_table th {
	padding: 3px;
	text-align: center;
}
/*地点詳細の水位ステータステーブル、雨量ステータステーブル*/
table#waterlevel_status_table td, table#precip_table td {
	padding: 3px;
	text-align: center;
}
/*時間選択の移動単位ドロップ*/
div#timeselectarea select {
	float:right;
	width:70px;
	margin-right:4px;
}
/*時間選択ブロック1*/
div#time_select_1 {
	display:none;
}
/*時間選択ブロック2*/
div#time_select_2 {
	display:none;
}
/*断面図領域外枠*/
div#section_outer {
	padding-top:5px;
	width:550px;
	margin:auto;
	/*text-align: center;*/
}
/*断面図領域左側*/
div#section_left {
	height:150px;
	position:relative;
	float:left;
}
/*断面図領域右側*/
div#section_right {
	padding-left:8px;
	float:left;
	font-size:12px;
}
/*水位雨量日表*/
div#water_table table, div#rain_table table {
	width:100%
}
/*水位雨量日表セル*/
div#water_table td, div#rain_table td {
	text-align: center;
}
/*日付選択部分ブロック*/
div#date_selector {
	display:none;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}
/*日付選択部分背景*/
div#time_select_block_outer {
	position:absolute;
	width:100%;
	height:100%;
	filter:alpha(opacity=70);
}
/*日付選択ブロック*/
div#time_select_block {
	position:absolute;
	top:200px;
	left:260px;
	heigh:100px;
	width:220px;
	background:#FFFFFF;
	border:1px solid #516BBE;
}
/*年月日エリア*/
div#time_select_area {
	padding: 8px 0px 10px 10px;
}
/*年月日エリア_時間選択プルダウン*/
div#time_select_block select {
	width: 50px;
	margin: 0px 0px 2px 0px;
	padding: 1px 0px;
	border: 1px solid #516BBE;
	font-size: 12px;
}
/*年月日エリア_時間設定*/
div#time_select_block p {
	margin: 0px 5px 0px 2px;
	padding: 0px;
	display: inline;
	font-size: 12px;
	vertical-align: text-top;
}
/*年月日エリア_時間設定ボタン・右揃え*/
div#time_select_area img {
	float: right;
}
/*年月日エリア_*/
div#time_select_area img#btn_time_select {
	margin:5px 0px 5px 0px;
}
/*年月日エリア_*/
div#time_select_area img#btn_select_close {
	margin:5px 5px 5px 5px;
}

/*凡例部分*/
div#guide_block {
	font-size:14px;
}
/*基準の凡例*/
div#guide_rank {
	text-align:left;
}
/*凡例内のサブ項目名*/
div.guide_subtitle {
	font-weight: bold;
	padding-bottom:2px;
	margin: 0px 2px 5px 0px;
}
/*凡例の基準水位*/
div.water_rank0, div.water_rank1, div.water_rank2, div.water_rank3, div.water_rank4 {
	margin: 2px 0px 2px 5px;
}
/*凡例の基準雨量タイトル*/
div#guide_rain_subtitle {
	padding-top:2px;
}
/*凡例の基準雨量*/
div.rain_rank0, div.rain_rank1, div.rain_rank2, div.rain_rank3 {
	margin: 2px 0px 2px 5px;
}
/*凡例コメント*/
div#guide_rain_comment, div#guide_water_comment {
	width:140px;
	word-break:break-all;
	margin: 5px 0px 5px 5px;
}
/*日時選択ポップアップ用-時間選択-タイトル*/
div#select_time_title {
	padding:5px;
}