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


/* 表 */

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

table.table1 th.blank {
	border: none;
	background-color: transparent;
}
table.table1 td.gray {
	background-color: silver;
}
table.table1 td.orange_t {
	border-top : 2px solid darkorange;
}
table.table1 th.orange_b,
table.table1 td.orange_b {
	border-bottom : 2px solid darkorange;
}
table.table1 td.orange_l {
	border-left : 2px solid darkorange;
}
table.table1 th.orange_r,
table.table1 td.orange_r {
	border-right : 2px solid darkorange;
}
table.table1 td.green {
	background-color: palegreen;
}
table.table1 td.red {
	color: red;
	font-weight: bold;
}
