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

@import "another.css";

.column02 {
	height: auto;
	font-size: 100%;
	line-height:157%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
}

.column03 {
	width:260px;
	padding-top: 0px;
	padding-bottom: 30px;
	float: left;
}

.column04 {
	margin-bottom:35px;
	margin-right:60px;
	width: 241px;
	float: left;
}
@media print{
	.column04{
		margin-right: 15px;
		}
	}


.column05 {
	width: 100%;
	margin-bottom:25px;
}
.column05 .caption{
	width:100%;
	text-align:left;
}
.column05 .caption_top{
	font-weight:bold;
	width:100%;
	text-align:left;
}
.column05 h4,.column06 h4{
	padding-left:0px!important;
}
.table01 {
	width: 100%;
	border: 1px solid #CCC;
	font-size:small;
}
.table01 th {
	background-color: #004EA2;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #CCC;
	color: #FFF;
}
.td01 {
	background-color: #EEFCFC;
}

.table01 td {
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
}

.line01{
	width: 100%;
	border-width: 1px 0 0 0;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin:3px 0px;
}




.column06 {
	width: 100%;
}
.column06 .caption{
	width:100%;
	text-align:left;
}
.column06 .caption_top{
	font-weight:bold;
	width:100%;
	text-align:left;
}

.table02 {
	width: 100%;
	border: 1px solid #CCC;
	font-size:small;
}
.table02 th {
	background-color: #004EA2;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #CCC;
	color: #FFF;
}
.th2{
	color:#000!important;
	background-color:#eee!important;
	line-height:100%;
}
.table02 td {
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
}

*:first-child+html .line01{
	margin:0px ;
}

* html .line01{
	height:0px;
	margin-bottom: -1em;
}

*+html>/**/body .line01 {/*IE8*/
	height:0px;
}
*:first-child+html .line01 {/* IE7 */
	height:0px;
	}