@charset "utf-8";

/*** Layout Style ***/
#wrap{overflow:hidden;min-width:1000px;background:url(../images/common/bg_pattern.jpg) repeat 0 0;}
/*** Header ***/
#header{min-width:1000px;background:#fff;}
#header > .inr{margin:0 auto;width:1000px;height:104px;}
#header .logo{position:absolute;top:22px;left:50%;margin-left:-141px;}
.slt_lang{margin:47px 0 0;position:relative;float:right;width:124px;height:23px;background:url(../images/header/bg_bx_round2.gif) no-repeat 0 0;}
.slt_lang .inr{margin-left:10px;height:23px;background:url(../images/header/bg_bx_round2.gif) no-repeat 100% 0;}
.slt_lang .select{overflow:hidden;position:absolute;top:0;left:0;width:97px;height:23px;background:url(../images/header/bg_slt_arr.gif) no-repeat 95% 50%;}
.slt_lang .select select{padding:0 0 0 13px;width:124px;height:23px;border:0;cursor:pointer;background:none;}
.slt_lang .btn_lang{position:absolute;top:0;right:0;width:27px;height:23px;line-height:999em;padding:0;border:0;border-left:1px solid #d7d7d7;background:url(../images/header/btn_go.jpg) no-repeat 0 0;cursor:pointer;}


/*** Container ***/
#container{min-width:1000px;background:url(../images/common/bg_container.jpg) no-repeat 50% 0;}
#container:after{content:''; display:block; clear:both;}

/* Content */
#container .cont_wrap{overflow:hidden;margin:0 auto;width:1000px;padding:50px 0;}
/* cont_head */			
.cont_copy{padding:22px 0 14px;margin:0 0 50px;text-align:center;border-top:2px solid #fff;border-bottom:1px solid #fff;}

/* cont_body */
.cont_body{padding:60px;margin-bottom:60px;line-height:1.5;background:#fff;min-height:500px;}

