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

#wrapper {
	width: 980px;
	height: 100%;	
	margin:0 auto 0 ;
}

#fb {
	width: 980px;
	height: 40px;
	position:relative
}

#fb img {
	display:block;
	position:absolute;
	right: 0;
	bottom: 3px;
}

#kv {
	width: 980px;
	margin-bottom: 19px
}

#text {
	width: 740px;
	margin: 0 auto 22px;
}

/*---------------------- about --------------------------------*/

#about {
	width: 980px;	
	height: 100%;
	overflow: hidden;
	margin-bottom: 19px;
}

#about img {
	margin-bottom:6px;
}

#about_box {
	width: 980px;
	height: 100%;
}

#about_boxT {
	width: 980px;
	height: 14px;
	background-image:url(../images/about_images/about_boxT.gif);
}

#about_box_all {
	width: 980px;
	height: 100%;
	background-color: #e4ebf4;
	overflow:hidden;
	font-size:13px;
	color:#666666;	
}

#about_box_all a {
	color:#666666;	
}

#about_boxL {
	width: 470px;
	float:left;
	margin-left: 20px;
	line-height: 220%;	
}

#about_boxC {
	width: 1px;
	height: 165px;	
	float:left;
	margin: 0 10px;
	background-image:url(../images/about_images/center.gif);
	background-size: 1px px;
	background-repeat: repeat-y;
}

#about_boxR {
	width: 460px;
	float:left;
	line-height: 170%;	
}

div.about_boxR_2 {
	width: 460px;
	float:left;
}

#about_box_plateL {
	width: auto;
	float:left;
}

#about_box_plateR {
	width: auto;
	float:left;	
}

#about_boxB {
	width: 980px;
	height: 14px;
	background-image:url(../images/about_images/about_boxB.gif);
	clear:both;
}

/*---------------------- topics --------------------------------*/

#topics {
	width: 980px;	
	height: 100%;
	overflow: hidden;
}

#topics img {
	margin-bottom:6px;
}

#topics_box_all {
	width: 980px;
	height: 100%;
	overflow:hidden;
}

div.topics_box {
	width: 474px;
	overflow:hidden;
	float:left;
	margin-bottom: 27px;
}

div.topics_boxT {
	width: 980px;
	height: 14px;
	background-image:url(../images/topics_images/topics_boxT.gif);
}

div.topics_contents {
	width: 474px;
	height: 550px;
	background-color:#eee5de;
}

div.topics_box_title {
	width: 455px;
	height: 18px;
	font-size: 13px;
	color:#7e522c;
	padding: 5px 0 17px 19px ;
	position:relative;
}

div.topics_box_title1 {
	position:absolute;
	font-weight:bold;	
	top: 4px;
}

div.topics_box_title2 {
	position:absolute;
	text-align:right;
	top: 4px;
	right: 25px;
}

div.topics_image {
	width: 474px;
}

div.topics_text {
	width: 435px;
	margin: 10px 0 0 19px;
	font-size:13px;
	line-height: 220%;
	color:#666666;	
}

div.topics_text a {
	color:#666666;		
}

div.topics_image img {
	display:block;
	margin: 0 auto 0;
}

div.topics_boxB {
	width: 980px;
	height: 14px;
	background-image:url(../images/topics_images/topics_boxB.gif);
}
/*---------------------------------------------------------------------*/
#fb_2 {
	width: 980px;
	margin-top:10px;
	clear:both;
}

#footer {
	width: 980px;
	height: 33px;
	margin:33px 0 20px;
	position:relative;
}

#copyright {
	position:absolute;
	font-size:13px;
	color:#666666;
	top: 8px;
}

#logo {
	position:absolute;
	right:0;
}
/*----------------------------------------------------------*/
.mgnL32 {margin-left: 32px;}