@charset "utf-8";
.right {
	text-align: right;
}
table.base {
	width: 680px;
	background-color: #fff;
	font-size: 13px;
	text-indent: 1em;
	line-height: 20px;
	letter-spacing: 2px;
	border-collapse: collapse;
	margin: 10px 0px 35px 20px;
}

table.base h5{
	font-size: 180%;
	padding:10px 0;
	background-color: #c1f0ff;
}
table.base tr.kubun td{
	text-align: center;
	padding:10px 0;
	vertical-align: bottom;
}
table.base tr.space_h{
	height:1em;
}
table.base tr.space{
	height:3em;
}

table.base td.hearf {
	width:50%;
}
table.base td.hearf.dotted {
	border-right:1px dotted #666 ;
} 
table.base td.hearf table.inner{
	width:95%;
}
table.base td.hearf table.inner td.m_p{
	width:4em;
	text-align: right;
	white-space: nowrap;
}

table.base td.hearf table.line{
	width:100%;
	border:1px solid #666 ;
	margin-bottom:1em;;
}
table.base td.hearf table.line th{
	width:60%;
	padding:5px;
}
table.base td.hearf table.line tr{
	width:40%;
	border-bottom: 1px solid #666;
}
table.base td.hearf table.line td{
	border-left: 1px solid #666;
	text-align: right;
	padding:5px;
}
table.base td.hearf table.line td.text{
	text-align: left;
}
table.base td.hearf table.line tr.total{
	border-top: 2px double #666;
}
table.base td.hearf ul li{
	background-position: left;
	padding-left:5px;
	margin-left:3em;
}