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


/* 表 */

table.table1 th, table.table1 td {
	padding: 2px 4px 2px 3px;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
}

table.table1 th.noborder {
	background-color: transparent;
	border: none;
}
table.table1 td.bgcolor_blue {
	background-color: lightblue;
}
table.table1 td.bgcolor_orange1 {
	background-color: #ffc184;
}
table.table1 td.bgcolor_orange2 {
	background-color: sandybrown;
}
table.table1 td.bgcolor_gray {
	background-color: whitesmoke;
}
