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


/* 表 */

table.table1 td, table.table1 th {
	padding: 0 4px;
	vertical-align: middle;
	font-weight: normal;
	border-top: none;
	border-bottom: none;
}
table.table1 thead, table.table1 tbody, table.table1 tfoot {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

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