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


/* 表 */

table.table1 th {
	width: 26px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

table.table1 td {
	width: 42px;
	text-align: center;
	vertical-align: middle;
}

table.table1 th.blank {
	border: none;
	background-color: transparent;
}

table.table1 th.tate {
	line-height: 1;
}

table.table1 td.gray {
	background-color: silver;
}

table.table1 td.blue {
	background-color: lightskyblue;
}

table.table1 td.green {
	background-color: lightgreen;
}










