﻿/*########################################*/
/*	表画面（共通）用スタイルシート		  */　
/*########################################*/
body 
{
	font-size			: 12px;
	text-align			: center;
	font-family			: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width				: 100%;
}

td.chart_area {
    padding-left	: 7px;
	padding-bottom	: 1px;
}
/* 表 */
table.chart {
    font-weight		: normal;
	border-collapse	: collapse;
	border			: solid 1px #889cbb;
	font-size		: 12px;
	width			: 100%;
}
table.fixed {
	table-layout	: fixed;
}

.chart td {
	border			 : solid 1px #c9c9c9;
	text-align		 : right;
	font			 : normal  "ＭＳ Ｐゴシック";
	line-height		 : 17px;
	color			 : #000000;
	background-color : #ffffff;
	vertical-align	 : middle;
}

/* 表　奇数行 */
.chart .even {
	background-color	: #ffffff;
	text-decoration		: none;
	padding-right       : 3px;
}
/* 表　偶数行 */
.chart .odd {
	background-color	: #f7f6ee;
	text-decoration		: none;
	padding-right       : 3px;
}


/* 列タイトル（ナンバー） */
.chart .data_number{
	background-image	: url(../img/back_data_no.gif);
	background-repeat	: repeat-x repeat-y;
	background-position	: left top;
	text-align			: center;
	font-weight			: bold;
	color				: #FFFFFF;
	height				: 14px;
	line-height			: 14px;
}

/*======================*/
/*  ダム諸量表　		*/
/*======================*/
/* タイトル */
.chart .item_head,
.chart .unit_head
{
	background-image  : url(../img/back_data_head.gif);
	background-repeat : repeat-x;
	text-align		  : center;
	font-weight		  : bold;
	color			  : #19538f;
	line-height		  : 15px;
}
/* 列タイトル（項目） */
.chart .item_head{
	background-position : left top;
	height			    : 42px;
	border-bottom	    : 0px;
}
/* 列タイトル（単位） */
.chart .unit_head
{
	background-position : left bottom;
	height				: 20px;
	border-top			: 0px;
	vertical-align      : bottom;
}

/*======================*/
/*  雨量表・水位表		*/
/*======================*/
/* タイトル */
.chart .kyoku_head,
.chart .item_head2,
.chart .unit_head2
{
	background-image  : url(../img/back_data_head.gif);
	background-repeat : repeat-x;
	text-align		  : center;
	font-weight		  : bold;
	color			  : #19538f;
	line-height		  : 15px;
}
/* 列タイトル（局名） */
.chart .kyoku_head{
	background-position : left top;
	height			    : 22px;
}
/* 列タイトル（項目） */
.chart .item_head2{
	background-position : left top;
	height			    : 40px;
	border-bottom       : 0px;
}
/* 列タイトル（単位） */
.chart .unit_head2
{
	background-position : left bottom;
	height				: 20px;
	border-top			: 0px;
	vertical-align      : bottom;
}
/* 局名ボタン */
input.kykBtn{
	width			 : 100%;
	height			 : 20px;
	background-color : #E7F3FD;
	font-family		 : "ＭＳ Ｐゴシック", sans-serif;
	font-size		 : 12px;
	font-weight      : bold;
	color			 : #19538f;
	padding			 : 0px;
	margin			 : 0px; 
}
