#wrap {
 width: 910px;
 margin: 0 auto;
 overflow: hidden;
 }

#header {
 background: url("../img/img/header/header_bg.gif") no-repeat 0 0;
 width: 910px;
 height: 110px;
 overflow: hidden;
 margin: 0 auto;
 position: relative;
 }
 h1 {
  position: absolute;
  top: 18px;
  left: 28px;
  
  }
 .topNavi {
  position: absolute;
  right: 58px;
  top: 4px;
  }
 .topNavi li {
  background: url("../img/img/header/bullet00.gif") no-repeat right 4px;
  float: left;
  padding: 0 11px 0 11px;
  }
  .topNavi li.last {
   background: none;
   }
 .naviBg {
  }
  #mainNavi {
   width: 550px;
   height: 71px;
   position:relative;
   margin: 39px 0 0 350px;
   }
  #mainNavi dt {
   float: left;
   margin-right: 30px;
   }
  #mainNavi dd {
   height: 33px;
   position: absolute;
   top: 38px;
   }
   #mainNavi dd.sub0 { left: 0; }
   #mainNavi dd.sub1 { left: -50px; }
   #mainNavi dd.sub2 { left: 200px; }
   #mainNavi dd.sub3 { left: 270px; }
   #mainNavi dd.sub4 { left: 370px; }
   #mainNavi li {
    float: left;
    }

.footer_bg{
 background: url("../img/img/footer/footer_bg.gif") repeat-x;
 }
 #footer {
  clear: both;
  height: 110px;
  padding: 18px 0 0 0;
  position: relative;
  margin: 0 auto;
  width:910px;
  
  }
  #footer select {
   position:absolute;
   top: 19px;
   right: 50px;
   width: 120px;
   }