@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: gainsboro;
}
table.table1 td.blue {
	background-color: lightblue;
}
table.table1 td.green {
	background-color: palegreen;
}
table.table1 td.red {
	color: orangered;
	font-weight: bold;
}

hr.hr1 {
	border-top:1px dotted silver;
}