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

/* 表 */

table.table1 th {
	width: 30px;
	font-weight: normal;
}
table.table1 td {
	width: 30px;
}
table.table1 td.gr {
	background: darkgray;
}
table.table1 td.rd {
	background: pink;
}
table.table1 td.bl {
	background: skyblue;
}
table.table1 thead td {
	background: none;
	border: none;
}


