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

/*--------------------------MAIN-------------------------*/
#wraper{
	width: 940px;
	position: relative;
	background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}

#box_1{
	width: 939px;
	position: relative;
	padding-top: 15px;
}

#about_text{
	margin-top: 25px;
	font-size: 18px;
	background-color: #F6F6F6;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#about_head_text{
	font-size: 24px;
	margin-top: 10px;
	padding-top: 20px;
}

#about_photo{
	background-image: url(../images/about/2-t2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;	
}

#about_photo_eng{
	background-image: url(../images/about/p1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 110px;
}

#control_table{
	height: 50px;
	width: 700px;	
}

#bordercolor{
	border: thin solid #000;
	padding-top: 10px;
}

#control_teble_text{
	padding-bottom: 10px;
	padding-right: 10px;
}

#about_text a{
	color: #000;
	text-decoration: none;	
}

#control_hotnew{
	width: 800px;
	word-wrap: break-word;
	color: #000;
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
