@charset "UTF-8";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : style.css
  Date       : 2006.02.10
  Last Update: 2007.12.18
-------------------------------------------------*/
/* tbl01 */
div.scroll_table {
	height: 550px;
	width: 567px;
	overflow: scroll;
}
/* tbl01 */

table.tbl01 {
	border-collapse: collapse;
	width: 560px;
	border: 2px solid #fff;

}
table.tbl01 th {
	text-align: center;
	color: #005796;
	font-weight: bold;
	height: 4em;
	white-space: nowrap;
	border: 1px solid #fff;
}
table.tbl01 th.level01 {
	height: 3.5em !important;
}
table.tbl01 th.level02 {
	height: 2.5em !important;
}
table.tbl01 td {
	height: 2em;
	border-right: 1px solid #F1F1F3;
	white-space: nowrap;
	text-align: center;
}
table.tbl01 th,
table.tbl01 td {
	padding: 0 10px;
	background-color: #F1F1F3;

}
table.tbl01 td.border-none {
	border-right: none;
}
table.tbl01 td.text {
	padding-left: 30px;
}
table.tbl01 tr.odd td {
	background-color: #fff;
}
.table-caption td {
	background-color: #b6b9c5;
	font-weight: bold;
}
