* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  text-align: center; /* for IE */
  border: 0px;
  background: #3B3B3B;
  color: #ffc000;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  }

div#wholesite {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left; /* for IE */
  position: relative;
  border: 3px #ffcc66 solid;
  border-top: 0;
  border-bottom: 0;
  width: 1000px;
  margin: 0 auto;
  z-index: 0;
  background-image: url(../images/bg_repeater.png?v=1);
  background-repeat: repeat-y;
  background-position: center;
 }

div#header {
  position: relative;
  height: 200px;
  }

div#header-img {
  position: absolute;
  height: 300px;
  z-index: 10;
  }


div#menu {
  position: relative;
  padding-bottom: 100px;
  text-align: left;
  margin: 0 auto;
  z-index: 40;
  }

div#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 300px;
  }
  
div#footer-img {
  position: absolute;
  width: 1000px;
  height: 300px;
  bottom: 0px;
  z-index: 0;
  }

div#footer-text {
  position: absolute;
  text-align: center;
  width: 200px;
  bottom: 10px;
  left: 400px;
  color: #ffffff;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  z-index: 50;
  }

div#follow  {
  position: absolute;
  width: 186px;
  height: 62px;
  top: 10px;
  right: 20px;
  z-index: 50;
  }

div#player_sp {
  position: absolute;  
  top: 10px;
  left: 10px;
  z-index: 50;
  }


div#facebook {
  position: absolute;
  top: 12px;
  left: 17px;
  }

div#twitter {
  position: absolute;
  top: 12px;
  left: 76px;
  }

div#mail{
  position: absolute;
  top: 12px;
  left: 135px;
}
  
.naviimg {
  margin: 10px auto 0px auto;
  padding: 0px;
  text-align: center;
  z-index: 50;
  }

.navipos {
  position: relative;
  }


.location {
  position: absolute;
  top: -70px;
  right: 30px;
  }

object { outline:none; }

table input {
  margin: 0;
  width: 100%;
  }

table td {
  padding-right: 14px;
  }

input,textarea {
  padding: 2px 2px;
  border: 2px #ffcc66 solid;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align: middle;
  }

img {
  border-width: 0px;
  border-style: none;
  }

h3 {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  }


.centered {
  margin: 0px auto;
  }
 
#text {
  font-size: 16px;
  }

/*
div#reservation_sp {
  padding: 0;  
  }

div#newsletter_sp {
  padding: 0;  
  }

div#findus_sp {
  padding: 0;  
  }
*/

a:active, a:link, a:visited {
  outline: none;
  text-decoration : none;
  color: #ffffff;
  }

a:hover {
  color: #ffcc66;
  }

