@charset "UTF-8";
@import url(textsettings.css);
@import url(style.css);

/* ---------------------------------------------------------------- *
	All
 * ---------------------------------------------------------------- */


body {
	color: #000000;
	background-color:#f8f8f8;
}

body, div {
	margin-top:0px;
	padding:0px;	
	margin-left:auto;
	margin-right:auto;
}

/* Container */

#container  {
	width: 920px;
	margin:auto;
	padding: 0px;
}
#header  {
	width: 920px;
	height: 85px;
	padding: 0px;
}
#header .logo {
	float: left;
}
#flash  {
	width: 920px;
	height: 165px;
	background:#CCC;
}
#main  {width: 920px; background:url(../images/cont_main_bg.gif) 0 0 repeat-y;}

/*#left*/
#left{width:675px; float: left;}
#left .cont{ padding: 15px 0 0 0;}
#left .cont .quick{
	color:#745536;
	font-size:12px;
	font-weight:bold;
}
#left .cont .quick .t1{
	color:#745536;
}
#left .cont .quick .t2{color:#9bcde2;}
#left .cont .tit{padding: 18px 0 0 0;}
#left .cont .info{
	padding: 13px 0 50px 0;
	height:1%;
	overflow: hidden !important;
	overflow/**/: visible;
	color:#745536;
}
#left .cont .info .center{ font-size:12px; text-align:left;}
#left .cont .info .left{width:250px; float:left; text-align:left; padding: 5px 0 0 0;}
#left .cont .info .right{
	width: 412px;
	float:right;
	text-align:left;
	font-size:12px;
	color:#745536;
}

#left .cont .info .center em{ font-style:normal; width:10%;}
#left .cont .info .center a{ text-decoration:underline; color:#800702;}
#left .cont .info .center a:hover{ text-decoration:underline; color:#6b1810;}
#left .cont .info .center ul li{clear:both;}


/*content*/
.p_content { width: 388px; padding: 23px 0 32px 0; font-size: 12px; color: #745536; line-height: 22px; float: left;}
.p_img { width: 267px; padding: 0 0 100px 20px; text-align: right; float: left;}
.p_list1 { width: 675px; padding: 28px 0 6px 0; border-bottom: 1px dashed #745536; float: left;}
.p_list1 .title{padding: 0px 0 6px 0; margin-bottom:18px; font-size:12px; line-height:20px;color:#745536; border-bottom: dashed 1px #745536;}
.p_list2 { width: 675px; padding: 32px 0 20px 0; float: left;}
.p_p { width:220px; padding: 0 0 20px 0; text-align: center; float:left;}
.p_p a{color:#745536;}
.p_p a:hover{color:#ff6600;}
.p_ph { padding-bottom:10px;}
.p_line{ width: 1px; height: 155px; background-color: #ddc4a6; float: left;}
.ph_name { color: #745536; font-size: 12px; line-height: 16px;}
.ph_id { color: #745536;font-size: 12px; line-height: 16px; padding:3px 0 0 0;}
.hard{color: #745536;font-size: 12px; line-height: 16px; clear:both; text-align:left;}

#right{width: 200px; float: right;}
/*#right .r_menu{width: 200px; float: right; margin: 115px 0 0 0; padding: 10px 0 10px 0; background:#f8f8f8;}
#right .r_menu a{ display:block; padding: 7px 0 7px 0; border-bottom: 1px solid #ddccba;}
#right .r_menu a.clr{border-bottom: 0px solid #ddccba;}*/
#right .r_menu{width: 200px; float: right; margin: 115px 0 50px 0; padding: 10px 0 10px 0; background:#f8f8f8;}
#right .r_menu li{padding: 7px 0 7px 0; border-bottom: 1px solid #ddccba;}
#right .r_menu a{
	padding: 0 0 0 20px;
	display:block;
	color:#745536;
	font-size:12px;
	line-height:35px;
	height:35px;
	background:url(../about/images/about_m.gif) 0 0 no-repeat;
}
#right .r_menu a:hover{color:#7fbcd6; text-decoration:none;background:url(../about/images/right_menu.gif) left bottom no-repeat;}
#right .r_menu a.sel{color:#7fbcd6; text-decoration:none;background:url(../about/images/about_m.gif) left bottom no-repeat;}
#right .r_menu li.clr{border-bottom: 0px solid #ddccba;}


