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


#contens h2:before  {
/*		content: url(../img/icon_h2.png);
	margin-right:10px;
	vertical-align:middle;*/
	background: url(../img/common/icon_h2.png)no-repeat scroll 0 0;
	background-size:22px 25px;
	width: 22px;
	height: 25px;
	position:absolute;
	content: "";
	margin-right:50px;

}

/* mainArea*/

.mainArea {
	padding:10px;
}
.mainArea .mainAreaTitle {
	height: 44px;
	padding: 13px 0 0 41px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E2DD;
	background-image: url(../img/news_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
.mainArea .mainAreaTitle span.subTitle {
	float: left;
	font-size: 25px;
	color: #525252;
}
.mainArea .mainAreaTitle span.eng {
	padding: 2px 0 0 15px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #155E83;
	font-family:Arial, Helvetica, sans-serif;
}
.mainArea .mainArea {
	padding: 10px;
}
.mainArea p {
	margin-bottom: 10px;
}
.mainArea h3 {
	padding: 8px 20px 8px 20px;
	background-image: url(../../img/common/h4_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #1A5D87;
	font-size: 1.2em;
	line-height:1.3em;
	margin-bottom:10px;
}
.mainArea h4 {
	color: #FFF;
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background-image: url(../../img/common/bg_base.jpg);
	background-repeat: repeat;
	background-position: left top;
}
