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

#titletxtArea{
	text-align:left;
	margin:0 0 30px 40px ;
	overflow:hidden;
	_zoom:1;
	width:720px;
}


/* side nav */
#sidenav{
	float:right;
	background:#FFF;
	text-align:left;
	margin:20px 0 0;
	padding:30px 0 10px;
	text-align:center;
	width:240px;
}

/* //////// */

#main .threeArea{
	width:1000px;
	background:#FFF;
	padding:10px 10px 5px;
	text-align:center;
	margin:30px 0 20px;
}
#main .threeArea h3{
	margin:0 0 10px;
	background: #FFF;
	padding: 10px;
	font-weight:bold;
	color:#17378C;
	}

.threeArea ul{
	overflow:hidden;
	_zomm:1;
	margin:10px auto;
	list-style-type:none;
}
.threeArea ul li{
	float:left;
	padding:10px 10px 0 0;
	text-align:left;
	width:295px;
	display:block;
}
.threeArea ul li img{
	float:left;
	display:inline;
	margin:0 10px 40px 0;
}
.threeArea ul li span{
	color:#4395DF;
	font-size:120%;
	display:block;
}
.threeArea ul li a{
	font-size:110%;
	background:url(../_img/ico_arrow1.gif) top left no-repeat;
	padding:2px 0 5px 15px;
	font-size:90%;
	margin:20px 0 0;
	display:inlne;
}

/*////// reportArea */
#reportArea{
	width:1000px;
	margin:50px 0 0;
}

#reportArea ol{
	text-align:left;
}

#reportArea ol li{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom: dotted #1A3488;
}
#reportArea h4{
	overflow:hidden;
	_zoom:1;
	font-size:160%;
	color:#1A3488;
	font-weight:bold;
	margin:0 0 20px;
}
#reportArea h4 img{
	padding:0 10px 0 0;
	float:left;
	display:block;
}
#reportArea h4 span{
	padding:26px 0 0;
	float:left;
	display:block;
}
#reportArea ol li div.repo-txt {
	margin:0 0 0 60px;
}
#reportArea ol li p.bt-product1{
	display:block;
	overflow:hidden;
	_zoom:1;
	margin:0 0 20px 80px;
}
#reportArea a.detail{
	background:url(../_img/ico_arrow1.gif) no-repeat top left;
	padding:2px 0 5px 20px;
	margin:20px 0 0;
	display:inlne;
}

.report-end{
	background:#FFF;
	text-align:center;
	padding:30px 30px 10px;
	margin-bottom:30px;
}

.report-end h5{
	font-weight:bold;
	color:#1A3488;
	margin-bottom:20px;
}

.report-end ul{
	list-style:none;
	overflow:hidden;
	_zoom:1;
}
.report-end ul li{
	float:left;
	width:380px;
	margin:10px;
	display:inline;
	background:url(../_img/ico_check.gif) center left no-repeat;
	padding:10px 0 6px 40px;
	font-size:120%;
	color:#1A3488;
	text-align:left;
}
.report-end .report-end-txt{
	text-align:left;
	padding:0 20px;
	margin:30px 0 50px 0;
}

.report-end .report-end-link{
	background:url(../_img/ico_arrow3.gif) no-repeat left top;
	padding:0 0 2px 30px;
	font-weight:bold;
	font-size:140%;
	display:inline;
	margin:0 auto;
}
.report-end img{
	margin-top:15px;
}

/*////// newsArea */
#newsArea{
	width:1000px;
	margin:30px auto 0;
	border-top: dotted #DDD;
	padding:40px 50px 20px;
	text-align:left;
	font-size:90%
}
#newsArea h6{
	font-weight:bold;
	margin-bottom:10px;
}
#newsArea dl{
	overflow:hidden;
	_zoom:1;
}
#newsArea dl dd{
	clear: left;
	float:left;
	margin:0 30px 0 0;
	padding:0 0 0 10px;
}
#newsArea dl dt{
	font-weight:normal;
	margin:0 0 6px;
	padding:0;
}
	
/*readArea
***************************************/
#readArea{
	width:100%;
	margin:20px 0;
	text-align:center;
	clear:both;
}
#readArea p{
	width:100%;
	background:#FFF;
	padding:3px;
	font-weight:bold;
}

#readArea ul{
	overflow:hidden;
	_zoom:1;
}

#readArea ul li{
	float:left;
	width:28%;
	margin:0 3px;
	display:inline-block;
	padding:10px 20px;
	border:#FFF 3px solid;
}

#readArea ul li dl{
	text-align:left;
}
#readArea ul li dl dt{
	color:#113A8E;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
	font-size:110%;
}
#readArea ul li dl dd{
	background:url(../_img/ico_arrow4.gif) no-repeat left 3px;
	padding:0 0 0 20px;
	font-size:90%;
	margin-bottom:5px;
}