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

/* 表 */

table.table1 th, table.table1 td {
	width: 30px;
	text-align: center;
}
table.table1 th {
	font-weight: normal;
}
table.table1 td.ts {
	background-color: #ffdbdb;
}
table.table1 td.tt {
	background-color: #dbedff;
}

table.table2 th, table.table2 td {
	font-size: 10px;
}
