@charset "UTF-8";

/* テーブル部分 */
.t1_thead {
	font-size:12px;
	color:#fff;
	background-color:#00659c;
	text-align:center;
}
.t1_tlabel {
 	font-size:12px;
	color:#000;
	background-color:#9dbfff;
	text-align:center;
}

.t1_tbody {
	font-size:12px;
	color:#000;
	background-color:#fff;
}
