/*########################################*/
/*	雨量表用スタイルシート		          */
/*########################################*/

/* 地図領域 */
table.dispArea {
	position	: relative;
	height	    : 570px;
	width		: 98%;
	*margin-left: -15px;	/* IE7用 */
}

#itemTBL {
	position : absolute;
	top		 : 20px;
	left     : 15px;
}

/* 左端列 */
.chart .colItem {
	width : 85px;
}
/* 累計開始時刻 */
.chart .const_head_00 {
	color			: #000000;
	text-align		: center;
	border			: solid 1px #c0c0c0;
	font-size		: 12px;
	line-height		: 20px;
	height			: 20px;
}
/* 列タイトル（局名） */
.chart .kyoku_head {
	text-align		  : center;
	color			  : #3f3f3f;
	line-height		  : 15px;
	border			  : solid 1px #c0c0c0;
	font-size		  : 13px;
	height			  : 22px;
	border			  : solid 1px #c0c0c0;
	padding			  : 0px;
	margin			  : 0px;
	background-color  : #F5F5F5;
}
/* 月/日 時:分 */
.chart .item_head_00 {
	text-align		  : center;
	color			  : #3f3f3f;
	line-height		  : 15px;
	border			  : solid 1px #c0c0c0;
	font-size		  : 13px;
	height			  : 16px;
	border-bottom     : 0px;
	background-color  : #F5F5F5;
}
/* タイトル */
.chart .item_head,
.chart .unit_head {
	background-image  : url(../img/back_data_head.gif);
	background-repeat : repeat-x;
	text-align		  : center;
	color			  : #3f3f3f;
	line-height		  : 15px;
	border			  : solid 1px #c0c0c0;
	font-size		  : 13px;
}
/* 列タイトル（項目） */
.chart td.item_head {
	background-position : 0px -16px;
	padding-top			: 3px;
	height			    : 16px;
	border-bottom       : 0px;
	background-color    : #F0F8FF;
}
/* 列タイトル（単位） */
.chart td.unit_head {
	background-position : 0px -32px;
	height				: 16px;
	border-top			: 0px;
	vertical-align      : bottom;
	font-size			: 12px;
	font-weight			: normal;
	padding				: 0px;
	background-color    : #F0F8FF;
}

/************************/
/*　凡例　   　　　　　　*/
/************************/
table.hanreiTBL{
	border-collapse	: collapse;
	border          : solid 1px #c0c0c0;
	font-size		: 12px;
    width           : 220px;
    background-color: #FFFFFF;
    position		: absolute;
    top				: 540px;
    left			: 777px;
}
table.hanreiTBL td{
	text-align      : center;
	line-height		: 20px;
}
table.hanreiTBL td.title{
    background-color: #F5F5F5;
    border-right	: 1px solid #C0C0C0;
}
/* 注意 */
table.hanreiTBL span.attention{
	color			: #FFA500;
}
/* 警戒 */
table.hanreiTBL span.caution{
	color			: #FF0000;
}
