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


#tbl1,#tbl2 {
	font-size:12px;
	border-top:#666 solid 1px;
	border-left:#666 solid 1px;
	margin:20px 0; }

#tbl1 {
	width:100%;
	}
#tbl2 {
	width:50%;
	}
#tbl1 th,#tbl1 td,#tbl2 th,#tbl2 td {
	padding:2px 1px;
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
	text-align:center;
	}
#tbl1 th,#tbl2 th {
	background-color:#CCD6EB;
	color:#666;
	font-weight:normal;
	}
#tbl1 td.c-blue {
	background-color:#B2F0FF;
	}
#tbl1 td.c-gray {
	background-color:#D6D6D6;
	}




.p-mr {
	padding-right:20px;}


.tw2em {
	width:2em;}
.tw3em {
	width:3em;}
.tw4em {
	width:4em;}



