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

/* 表 */


table.table1 th {
	padding: 2px 6px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}
table.table1 th.blank {
	background-color: transparent;
	border: none;
}
table.table1 th.nobottomborder {
	border-bottom: none;
}
table.table1 th.notopborder {
	border-top: none;
}
table.table1 th.norightborder {
	border-right: none;
}
table.table1 th.noleftborder {
	border-left: none;
}
table.table1 td {
	width: 40px;
	height: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}
table.table1 td.bgcolor_blue {
	background-color: skyblue;
}
table.table1 td.bgcolor_red {
	background-color: pink;
}
