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

body{
	background-image:url(../images/body_bg_n.jpg);
}
div#wrapPage{
	background-image:url(../images/body_bg_n.jpg);
}



.header{
	position:absolute;
	top:60px;
	left:10px;
	color:#fff;
	font-family: "Rounded Mplus 1c";
	text-shadow:#0E3566 2px 2px 2px;
}
.header h1{
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}
.header h1 span{
	font-size:36px;
}
.header dl{
	overflow:hidden;
	margin-bottom:10px;
}
.header dt{
	clear:left;
	float:left;
	font-size:18px;
	line-height:30px;
	width:60px;
	text-align:center;
}
.header dd{
	line-height:30px;
	font-size:24px;
}
.header a:link,.header a:visited{
	color:#fff;
	font-size:20px;
	text-decoration:none
}
.header a:hover{
	color:#AAFAED;
}

/*--2019.5.23--*/
.fb{
	margin-left:15px;
	float:left;
}




