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

/* 表 */

table.table1 thead td {
	padding: 4px 6px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1em;
	border-top: none;
	border-bottom: none;
}
table.table1 td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
}
table.table1 thead, table.table1 tfoot {
	border: 1px solid gray;
}

table.table1 td.blue {
	background-color: lightskyblue;
}
table.table1 td.green {
	background-color: lightgreen;
}
table.table1 td.orange {
	background-color: gold;
}
table.table1 td.pink {
	background-color: lightpink;
}
