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


table.table1 th,
table.table1 td {
	padding: 0 4px;
	vertical-align: middle;
}
table.table1 td:nth-of-type(1) {
	background-color: #a8d3ff;
}
table.table1 td:nth-of-type(2) {
	background-color: #a8ffa8;
}
table.table1 td:nth-of-type(3) {
	background-color: #ffffa8;
}

