@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif, simsun, Gulim;
	font-size:12px;
	color:#555;
	margin:0px;
    border:0px;
}
img { border:0px;}

ul,li { margin:0px; padding:0px;}
.both { clear:both; }
.bold { font-weight:bold; }
.font14 { font-size:14px; }
.font11 { font-size:11px; }
.color1 { color:#F00; }
.color2 { color:#03C; }
.color3 { color:#7D9F15; }
.color4 { color:#989898;}
.color5 { color:#747474;}


a { color:#555; text-decoration:none; }
a:hover { color:#06C; text-decoration:none; }

#main_body {
	background:url(../images/bg.jpg) repeat-x top;
}

#sub_body {
	background-image:url(../images/body_bg1.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#main_top_div1 {
	width:270px;
	float:left;
	overflow:hidden;
}

#main_top_div2 {
	width:700px;
	vertical-align:bottom;
	float:right;
	overflow:hidden;
}

#flash_div {
	height:543px;
	overflow:hidden;
}

#flash_div_center {
	width:1003px;
	height:543px;
	margin:auto;
	overflow:hidden;
}

#flash_div_sub {
	width:1003px;
	height:358px;
	margin:auto;
	overflow:hidden;
}

#sub_layout {
	width:1003px;
	margin:auto;
	overflow:hidden;
}

#sub_layout .sub_left {
	width:218px;
	float:left;
}

#sub_layout .sub_left .li_none { list-style:none; }

#sub_layout .sub_right {
	width:765px;
	float:right;
}

.contents_div {
	margin:auto;
	width:1003px;
	height:155px;
	overflow:hidden;
}

.contents_left {
	width:321px;
	float:left;
	margin-left:0px;
	overflow:hidden;
	z-index:5;
}

.contents_center {
	width:396px;
	height:155px;
	float:left;
	margin-left:28px;
	overflow:hidden;
	z-index:5;
}
.contents_right {
	width:220px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	text-align:center;
	z-index:5;
}

.ico{
	background:url(../images/ico.gif) no-repeat 0px 198px;
	width:198px;
	height:60px;
	text-align:center;
	border:none;
}

#footer{
	margin:auto;
	margin-top:9px;
	width:979px;
	height:79px;
	border-top:1px #e8e8e8 solid;
	padding:12px;
}

.A_left_menu {
	background:url(../images/but_02.gif) no-repeat center;
	color:#666;
	width:162px;
	height:32px;
	line-height:32px;
	display:block;
	padding-left:50px;
	text-decoration:none;
}
.A_left_menu:hover {}

.A_left_menu_off, .A_left_menu_off:hover {
	background:url(../images/but_03.gif) no-repeat center;
	width:162px;
	height:32px;
	line-height:32px;
	display:block;
	color:#FFF;
	padding-left:50px;
	text-decoration:none;
}

