*{
  margin:                auto;
  padding:               0px;
  font-family:           "Trebuchet MS", sans-serif;
    font-size:             small;
}

#wrapper {
  width:                 1000px;
  height:                920px;
  background:            white;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  background:            transparent;
}

#logo-top {
  float:                 left;
  width:                 100%;
  height:                40px;
  background-image:      url(../images/main/start_03.png);
  background-repeat:     no-repeat;
  background-position:   bottom center;
  background-color:      transparent;
}

#banner {
  float:                 left;
  width:                 100%;
  height:                340px;
  #background-image:      url(../images/main/start_07.png);
  background-repeat:     no-repeat;
  background-postition:  top center;
}

#navi-top {
  float:                 left;
  width:                 100%;
  height:                30px;
  padding-top:           6px;
  background:            white;
}

#navi-main {
  float:                 left;
  width:                 96%;
  height:                240px;
  padding-left:          2%;
  padding-right:         2%;
  background:            white;
}

         .navi-main-icon {
           float:                 left;
           width:                 180px;
           height:                240px;
         }

         .navi-main-placer  {
           float:                 left;
           width:                 15px;
           height:                100%;
         }

.horizontal-placer{
  float:                 left;
  width:                 95%;
  height:                20px;
  padding-top:           20px;
  padding-left:          2.5%;
  padding-right:         2.5%;
  background:            white;
}

#navi-bottom{
  float:                 left;
  width:                 96%;
  height:                160px;
  padding-left:          2%;
  padding-right:         2%;
  background:            white;
}

         .navi-bottom-icon{
           float:                 left;
           width:                 460px;
           height:                160px;
         }

         #navi-bottom-placer{
           float:                 left;
           width:                 40px;
           height:                100%;
         }


 A:link, A:visited, A:active { COLOR: #c79c65; TEXT-DECORATION: none; }
 A:hover { COLOR: #c79c65; TEXT-DECORATION: overline underline; }
