@charset "utf-8";
/* CSS Document */

/*=通用
===============================*/

* {margin:0; padding:0;}
 
body {
    margin:0 auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#ffffff;
	} 
	
html {cursor:url("images/cursor.ani"), url("../images/cursor.ani"), auto;}
	
img {border:0px;}
	
div {
    border:none;
	overflow:hidden;
	}
	
a {text-decoration:none;}	
a:link {color:#ff00ff;}
a:hover {color: #0000ff; text-decoration:underline;}
a:visited {color:#ff00ff;}

.clearfix:after {
    content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

div,ul,li{
	margin:0 auto;
	padding:0;
	list-style:none;
    }

ul,li{
	line-height:1.5em;
    }
	
hr {background:red; border:none; height:2px;}
	

/*=header
===============================*/
.top {width:980px; height:100px;background:#eeeeee; position:relative;}
.company_logo {width:180px; height:35px; top:10px;left:15px; position:absolute;}
.company_name {width:550px; height:50px; top:40px; left:250px; font-size:20px; color: #006600; position:absolute;}
.lang {width:200px; top:70px; left:820px; position:absolute;}
.nav {width:980px; margin-bottom:2px;position:relative;}
.h_list {}
.h_list ul{}
.h_list li{float:left; width:162px; height:30px; line-height:30px; margin-right:1px; background:green;}
.h_list li a:link {color:#cccccc;}
.h_list li a:hover {color: #dddd84;}
.h_list li a:visited {color: #cccccc;}


/*=middle
===============================*/
.middle {width:980px; background:#eeeeee; margin-top:5px; position:relative;}

/*=footer
===============================*/
.nav_bottom {width:980px;  margin-top:10px; position:relative;}
.nav_bottom li{float:left; width:193px; height:20px;line-height:20px; margin-right:2px; margin-bottom:2px; border-right:#33FFFF solid 1px; background:#cccccc;}
.nav_bottom a {color:#666666;}

.footer {width:980px; height:80px; margin-top:5px; background:#eeeeee; position:relative;}
.copyright {margin-top:2px;margin-bottom:5px;}
.copyright a:link {color:#666666;}
.copyright a:hover {color:#0000ff;}


/*=Text
===============================*/
.t_red_bold {color:#FF0000;font-weight:bold;}
.t_green_bold {color: #33CC00;font-weight:bold; font-size:11px;}
.text_black_bold {color:#000000; font-weight:bold;}
.text_align {width:300px; text-align:left; margin-top:15px; margin-left:80px;}




