@font-face {
    font-family: 'freeserif';
    src: url('font/FreeSerif.ttf');
    font-weight: normal;
    font-style: normal;

}

body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #000000;
	font-family: freeserif, "Times New Roman", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5f5f5f;
}

h1 {
	width: 175px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	margin-bottom: 0px;
	padding: 0px;
	text-indent: -9009px;
}

.title {
	width: 175px;
	height: 80px;
	display: block;
}

.cert {
	text-align: center;
	display: block;
	margin: 0px auto 20px auto;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #0b0b0b;
	font-size: 27px;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #0b0b0b;
	font-size: 20px;
}

strong {
	color: #0b0b0b;
}

.img_box {
	text-align: center;
}

.head {
	width: 100%;
	height: 227px;
	background: url(img/head.png) no-repeat center;
	padding-top: 1px;
}

.cont2 {
	
	width: 100%;
	background: url(img/cont_back2.png) repeat-y center;
}

.cont {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	background: url(img/cont_back.png) no-repeat center bottom;
}

.menu_sub_box {
	background: url(img/menu_sub_back.png) repeat-y center;
	width: 100%;
	height: 67px;
}

.menu_sub_back {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 67px;
	padding-top: 1px;
}

.foot {
	width: 100%;
	height: 145px;
	background: url(img/foot.png) no-repeat center top;
	padding-top: 7px;
}

.main_foot {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ECECEC;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

.main_foot a {
	color: #5f5f5f;
}


.text {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#menu {
	display: block;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
	width: 600px;
	height: 30px;
	text-align: center;
}

#menu li {
	float: left;
}

.web_menu {display:block; width: 150px; height: 30px; font-size: 20px; color: #FFFFFF; text-decoration: none;}
.web_menu_a {display:block; width: 150px; height: 30px; font-size: 20px; color: #FFFFFF; text-decoration: underline;}
.web_menu:hover {font-size: 20px; color: #FFFFFF; text-decoration: underline;}

#menu_sub {
	display: block;
	list-style-type: none;
	margin: 20px 0px 0px 0px;	
	padding: 0px;
	text-transform: uppercase;
}

#menu_sub li {
	float: left;
}

.web_menu_sub {display:block; height: 30px; font-size: 19px; color: #bfbfbf; text-decoration: none; margin-right: 30px;}
.web_menu_sub_a {display:block; height: 30px; font-size: 19px; color: #FFFFFF; text-decoration: none;margin-right: 30px;}
.web_menu_sub:hover {font-size: 19px; color: #FFFFFF; text-decoration: none;}










