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


/* 表 */

table.table1 th, table.table1 td {
	padding: 2px 4px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

table.table1 th.blank {
	border: none;
	background-color: transparent;
}
table.table1 td.yellow {
	background-color: lightyellow;
}
table.table1 td.blue {
	background-color: lightskyblue;
}
table.table1 td.green {
	background-color: palegreen;
}

span.brblock {
	display: inline-block;
}
