@charset "utf-8";
body{
	margin:0px;
	font-size:12px;
	color:#FFF;
	background-color:#000;
	scrollbar-base-color:#330000;
	scrollbar-arrow-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
td{font-size:12px;}
a{font-size:12px; color:#FD9733; text-decoration: none;}
a:hover{font-size:12px; color:#FD9733; text-decoration: underline;}
p{
	line-height: 1.5em;
	text-align: justify;
}
img{border:0;}
/*header*/
.header{
    background: #000 url(../in_image/bg_header.gif) no-repeat left;
	width:935px;
	height:105px;
	margin-bottom:20px;
	padding-right:3px;
}
.header_cn{
    background:url(../in_image/bg_header_cn.gif) no-repeat left;
	width:935px;
	height:105px;
	margin-bottom:20px;
}
.nav{margin-bottom:5px;}
.nav a{font-size:12px; color:#FFF; font-weight:bold; text-decoration: none;}
.nav a:hover{font-size:12px; color:#FD9733; text-decoration: none;}

/*style for index*/
.menu_header_left{
   background:url(../in_image/bg_leftmenu_left.gif) no-repeat left top;
   width:5px;
   height:42px;
}
.menu_header_center{
	background:url(../in_image/bg_leftmenu_center.gif) repeat-x top;
	height:42px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.menu_header_center_en{
	background:url(../in_image/bg_leftmenu_center.gif) repeat-x top;
	height:42px;
	font-size:17px;
	text-align:center;
	font-weight:bold;
}
.menu_header_right{
   background:url(../in_image/bg_leftmenu_right.gif) no-repeat right top;
   width:6px;
   height:42px;
}
.menu_middle{
    border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	height:240px;
}
.menu_bottom_left{
	width:8px;
	height:7px;
	background: url(../in_image/bg_menubottom_left.gif) no-repeat left;
}
.menu_bottom_center{
   background:url(../in_image/bg_menubottom_center.gif) repeat-x;
   height:7px;
}
.menu_bottom_right{
	width:8px;
	height:7px;
	background: url(../in_image/bg_menubottom_right.gif) no-repeat right;
}
/*page of list*/
.list_menu_outside{
    background-color:#330000;
    border:1px solid #330000;
	}
.list_menu_inside td{
	background-color:#FFF;
	height:25px;
	padding-top:2px;
	line-height: 14px;	
}
.list_menu_inside a{color:#330000;text-decoration: none;}
.list_menu_inside a:hover{color:#330000;text-decoration: underline;}
.list_menu_inside a:visited{color:#330000;}
.list_table{
    width:100%;
    border-left:1px solid #FFF;
    border-bottom:1px solid #FFF;
	background-color:#fff;
}
.list_table tbody td{
	text-align:center;
	padding:1px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color:#000;
	}
.list_table thead td{
	background-color:#fff;
	font-weight:bold;
	color:#000;
	font-size:16px;
    text-align:center;
    height:23px;
}
.texteara,.input{
	color:#000;
	border:1px solid #A6A6A6;
	background-color:#FFF;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
}
.input{
    width:25px;
}
/*footer*/
.footer_compname{
font-size:14px;
font-weight:bold;
text-align:center;
}
.footer_compname_en{
font-size:13px;
font-weight:bold;
text-align:center;
}
/* style for article */
h1{
    font-size:16px;
	text-align:center;
	font-weight:bold;
}
.aged_table{
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:left;
}
.aged_table td{padding-left:7px;}
.aged_table_title{font-size:13px;font-weight:bold;line-height:1.8em;}