@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
   /*overflow-x : hidden;
   overflow-y : auto;　*/
}
/*body {	
    background-image: url(../images/index_bg.gif);
	background-repeat: no-repeat; 
}*/
img{
border:0px;
}
A:active{
    font-size:10pt;
    COLOR:#fff;
    TEXT-DECORATION: none;
}
A:link{
    font-size:11pt;
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A:visited{
     font-size:11pt;
     COLOR:#fff;
     TEXT-DECORATION: none;
}
A:hover{
     font-size:11pt;
     COLOR:#fff;
     TEXT-DECORATION: none;
}
#wapper{
   width:1016px; 
   margin:auto;
   	}
#header{
   height:145px;
   background-image: url(../images/index_top_bg.jpg);
   background-repeat: no-repeat; 
   }
#logo{
   width:228px;
   height:53px;
   position:relative; 
   top:90px;
   left:50px;
 }
#menu{
    width:500px;
	height:80px;
	position:absolute;
	top:30px;
	left:620px; 
}
#primary{ 
   margin-bottom:10px;
   margin:auto;
  }
#secondary{
 width:1010px;  
}
#secondary .td1 a{ 
    display: block; 
    font-size:10pt; 
	color:#535353;
    letter-spacing:2px;    
	height:18px;
	width:160px;
	padding-left:15px;
	padding-top:7px;
	border-bottom: 1px solid #d2d2d2;
	background: url(../images/td1-1.gif) left center no-repeat;
	 }	
#secondary .td1 a:hover {
	color:#f5a40c;
	border-bottom: 1px solid #d2d2d2;
	background: url(../images/td1-2.gif) left center no-repeat;
	 }	
#footer{
width:100%;
 height:80px;
background:#d6d7d7; 
border-bottom: 5px solid #089eac;
}
#down{
   font-size:7pt;
   color:#727473;
   letter-spacing:1px;
   line-height:16px;
   text-align:center;
   width:1016px; 
   margin:auto;
   padding-top:13px;
   padding-bottom:10px;
  	}
