@charset "shift_jis";
/* CSS Document */

/*全ページ共通項目*/
.stationname
{
	font-size:12pt;
}

table tr td
{
	font-size:12px;
}

.header_main
{
	width:100%;
	height:100px;
	background-image:url("img/title_bg.jpg");
	text-align:center;
}

.header
{
	border-bottom:5px #00008b solid;
	margin-bottom:15px;
}

.footer
{
	margin-top:30px;
	padding-top:10px;
	border-top:3px #CCC solid;
	text-align:center;
}

/*エラーメッセージ*/
.err-msg
{
	margin:50px;
	padding:50px;
	width:600px;
	background-color:#e0ffff;
	font-weight:bold;
	text-align:center;
}

/*項目の背景色や線色*/
.selbg-sub
{
	background-color:#e0ffff;
}

.selbg-koumoku
{
	background-color:#ffffff;
	padding:6px;
}

.selbg-title
{
	background-color:#66CCFF;
	padding:6px;
}

.line-bg
{
	background-color:#CCCCCC;
}

/*集計数値の赤色太字*/
.count
{
	color:#F00;
	font-weight:bold;
	font-size:16px;
}

/*リストページャ*/
ul.pager {
	float: right;
	font-style: normal;
	list-style: none;
	line-height:16px;
}
ul.pager li {
      float: left;
      margin-right: 3px;
      margin-bottom: 3px;
}
ul.pager li a {
      color: #3366FF;/*フォントの色*/
}

ul.pager li strong {
	padding-right: 3px;
	padding-left: 3px;
	font-size:14px;
	text-decoration: none;
}

/*一覧リストのCSS*/
.listfont
{
  font-size:9pt
}
.dataGridHeader
{
	position:relative;
	width:100%;
	background-color:#D4D0C8
}
.dataGridContent
{
	overflow:auto;
	background-color:#FFFFFF
}
.th1
{
	position:relative;
	top:0;
	left:0;
	height: 60px;
}
.th1 th
{
	background-color:#e0ffff;
}
.th1 th a
{
	text-decoration:none;
}
.th2
{
	position:absolute;
	top:0;
	left:0;
}
table.scrolltablestyle
{
	background-color:#CCCCCC;
}
table.scrolltablestyle tbody tr td
{
	position:static;
	width:auto;
	font-size:9pt;
}
table.scrolltablestyle thead tr th
{
	font-size:9pt;
	padding:5px;
}
table.scrolltablestyle thead tr td
{
	font-size:9pt;
	padding:5px;
}

.koumoku td
{
	background-color:#FFFFFF;
	font-size:9pt;
	padding:3px;
	line-height:14px;
}

.kome{
	color:#FF0000;
	font-weight: bold;
}

.bg0
 {  border: 1px #C0C0C0 solid; font-size: 12px; line-height: 18px; font-weight: normal; color: #000000;}

.f13
 {  color:#000;
    font-size:14px;
    line-height:18px;
}

.f15
 {  color:#000;
    font-size:15px;
    line-height:18px;
    font-weight: bold;
}