/* CSS Document */

/* CSS Document */

@charset "utf-8";  
 /* 
 Share Style [ 
 ----------------------------------------------------------- */  
  * {  
      margin:0;  
      padding:0;   }  
 body {
	background:#FFFFFF url(images/back.gif) repeat-x left top;
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align: center;
	margin: 0 auto;
	color: #000000;
 }  
 html {  
     overflow-y:scroll;  
 }  
h1{  
text-indent:-9999px;
height:1px;
 }  
 h2{text-indent:-9999px;
height:1px;
 height:1px;}
 h3{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
 h4{
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
 
 p,li,dt,dl {  
    line-height:1.6;  
 }  
 p {  
   margin:0 0 1em 0;  
 }  
 li {  
    list-style-type:none;  
 }  
 img {  
    border:0;  
 }  
 ul{
	margin: 0px;
	padding: 0px;
}
.clear {  
 clear:both; }  
*{
	margin:0px;
}

#wrap{
	width: 800px;
	background-image: url(images/bg.jpg);
	clear: none;
	height: 630px;
	margin:auto;
	text-align:center;
	overflow: hidden;
}
#header{
	background-image: url(images/header_bg_all.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 80px;
	float: left;
}
#footer{
	float: left;
	width: 800px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	height: 30px;
}
#header_logo{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 170px;
	float: left;
}

#header_menu{
	height: 20px;
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 51px;
}

#header_bunner{
	width: 260px;
	text-align: left;
	float: left;
	margin-top: 35px;
}
#contents{
	float: left;
	width: 800px;
	height: 520px;
}

#over{}

*html body #over{

}

#over_left{
	float: left;
	width: 500px;
	margin-top: 15px;
	text-align: left;
	margin-left: 15px;
}

*html body #over_left{
	float: left;
	width: 500px;
	margin-top: 15px;
	text-align: left;
	margin-left: 5px;
}

#over_right{
	float: left;
	width: 280px;
	margin-top: 15px;
}

#down{
	float: left;
	width: 800px;
	height: 250px;
	margin-top: 30px;
}

#down_list{
	float: left;
	width: 255px;
	margin: 5px;
	text-align: left;
}
a{
	color: #0033FF;
	text-decoration: none;
}

a:visited{}
