@charset "UTF-8";

.reportbox {
	width:100%;
	font-size:.9em;
	margin-top: 30px;
	background-image: url(/report/img/report_baseimg.gif);
	background-repeat: repeat-y;
}
.reportbox th {
	width: 380px;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
}
.reportbox td {
	text-align:left;
	vertical-align:middle;
}
.reportbox td h2 {
	width: 304px;
	height: 74px;
	line-height: 60px;
	text-indent: 25px;
	color: #FFFFFF;
	font-size:1em;
	background-image: url(/report/img/report_copyback.gif);
	background-repeat: no-repeat;
}

/* -- archivesへリンク -- */
.archives {
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}
.archives a {}
