@charset "shift_JIS";


#footer {
   clear: both;
   margin: 0 auto ;
   padding: 15px 0 0 0 ;
   width: 800px; 
   height: 55px;  
   background:url(../image/bg-footer.gif) repeat-x ;   
}
   
#footer ul {
   margin-left: 250px;
   }

#footer li {
   float: left;
   list-style-type: none;
   padding: 0 5px;  
 /*  display: block;*/
   display:inline;
}
 
#footer li  a:link {
   color: #ffffff;
   font-style: normal;
   text-decoration: none;
   font-size: 110%;
  }
 
#footer li  a:hover , li a:active { 
   color: #ff9933;
   font-style: normal;
   text-decoration: none;
   font-size: 110%;
   }


#footer li  a:visited {
   color: #fff6b8;
   font-style: normal;
   text-decoration: none;
   font-size: 110%;
   }


.copylight{
   clear: both;
   font-size: 93%;
   margin-top: 40px;
   text-align: center;
/*  text-transform:uppercase; */
}

