/** for report.hmtl **/
div.report {

}
div.report a {
	text-decoration: underline;
	color: #039;
}
div.report a:visited {
	color: #039;
}
div.report a:hover {
	color: #36c;
}
div.report h2 {
	background: url("../img/reportTtl.gif") no-repeat;
}
div.report div.about {
	min-height: 492px;
	height: auto !important;
	height: 492px;
	background: url("../img/reportBg.jpg") right top no-repeat;
}
div.report div.about p {
	padding: 15px 225px 15px 0;
	line-height: 1.8;
}
div.report div.about p.download {
	height: 1%;
	padding: 8px 5px;
	margin: 0 225px 15px 0;
	position: relative;
	background-color: #efefef;
	line-height: 1.6;
}
div.report div.about p.download span {
	font-size: 85%;
}
div.report div.about p.download img {
	position: absolute;
	top: 11px;
	left: 195px;
}
div.report div.about ul {
	padding: 15px 225px 15px 15px;
}
div.report div.about ul li {
	color: #f00;
	list-style: outside disc;
}
div.report table {
	width: 100%;
	margin-top: 20px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
div.report table th,
div.report table td {
	padding: 4px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #eff;
}
div.report table th {
	text-align: center;
	font-weight: bold;
}
div.report table th.article,
div.report table td.article {
	background-color: #eee;
}
div.report table td.article {
	width: 5em;
	text-align: center;
}


