@charset "utf-8";
#contentsMain h1 {
	font-size: 14px;
	background: url(img/bg_title.jpg) no-repeat 0px 5px;
	padding: 5px 0px 10px 10px;
	height: 50px;
	display: block;
	line-height: 35px;
	color: #FFFFFF;
	text-indent: -9999px;
}
.itemBox {
	float: left;
	width: 334px;
	padding: 3px;
	border: 1px solid #CDCDCD;
	margin-right: 2px;
}
.itemLineSingle {
	line-height: 57px;
	display: block;
	float: left;
	height: 57px;
	font-weight: bold;
	color: #333399;
}
.itemLineDouble {
	line-height: 20px;
	display: block;
	float: left;
	height: 39px;
	padding: 8px 0px;
	font-weight: bold;
	color: #333399;
}
.itemCatchIcon {
	display: block;
	float: left;
	height: 47px;
	width: 68px;
	background: url(img/report_icon_bg.gif) no-repeat;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	margin-right: 15px;
	padding: 5px;
	line-height: normal;
}
.itemBox p {
	padding: 0px 10px;
}
.itemBox em {
	padding: 10px;
	display: block;
	text-align: center;
	font-style: normal;
}
.itemBox em a {
	color: #396F97;
}
