@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
h4 {
	margin: 30px 0 0;
	color: #3c64c8;
}

.column {
	width: 580px;
}
.column .left {
	float: left;
	width: 285px;
}
.column .right {
	float: right;
	width: 285px;
}

.tableType_list {
	width: 100%;
	margin: 10px 0 0;
	font-size: 8pt;
}
.tableType_list th {
	padding:5px;
	border: 1px solid #c8c8c8;
	font-weight: normal;
}
.tableType_list td {
	width: 50px;
	padding:5px;
	border: 1px solid #c8c8c8;
	text-align: right;
}

.tableType_list .ttl th,
.tableType_list .ttl td {
	background: #e5e5e5;
	color: #303393;
	font-weight: bold;
}
.tableType_list .sum th,
.tableType_list .sum td {
	background: #f0e6e6;
	color: #c83232;
	font-weight: bold;
}

.tableType_rule {
	width: 540px;
	margin: 10px 0 0 15px;
}
.tableType_rule caption {
	color: #3c64c8;
	font-weight: bold;
	text-align: left
}
.tableType_rule th {
	width: 20px;
	font-weight: normal;
	vertical-align: top;
}
.tableType_rule td {
	vertical-align: top;
}


/* 100204
----------------------------------------------- */
.tableType_list th.indent {
	padding:5px 5px 5px 15px;
}


/* clear float
----------------------------------------------- */
.column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
