@charset "utf-8";

#Contents {
	width: 660px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	padding: 20px 19px 20px 19px;
}

#Contents h3 {
	background-color:#CCECF4;
	width: 640px;
	margin: 10px 0 10px 0;
	padding:0px 0 0px 20px;
}

#Contents h4 {
	background-color:#A1A4C2;
	width: 640px;
	margin: 30px 0 10px 0;
	padding: 0px 0 0px 20px;
}

#Contents h5 {
	width: 660px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align:center;
	font-size: 75%;
	color:#37A1C1;
}

#Contents h6 {
	width: 660px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align:center;
	font-size: 75%;
	color:#133571;
}

#Contents .BT {
	margin-top:20px;
	border-top:#999 1px solid;
}

#Contents .list td {
	font-size: 75%;
	text-align:center;
}

#Contents .list th {
	font-size: 75%;
	text-align:center;
	background-color: #CCC;
}

#Contents .list th.setA { width:156px; }
#Contents .list th.setB { width:60px; }
#Contents .list th.setS { width:6px; }

#Contents .list td.BL { border-bottom:#999 1px solid; }

