@charset "UTF-8";
/* CSS Document */



/* 表組み*/		
.ta {
	background:#c1d5e6;
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	line-height: 12px;
	width: 310px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.odd { background:#fff;
}
th { width: 80px;
}
td { width: 80px;
}
td, th { color:#363636;
 padding:5px 5px 5px 10px;
 text-align:left;font-weight:normal;
 border-left: 1px dotted gray;
}
tr { border:1px dotted gray;
}
thead th, tfoot th { background:#8ab8df;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
 }
 thead td, tfoot td { background:#8ab8df;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
 }
tbody tr:hover { background:#8ab8df;
 border:1px solid #03476F;
 color:#000000;
