html,body {
  margin: 0px 0px 30px 0px;
  background:url(../image/enter/sky.jpg) repeat-x;
  background-color: #FFFFFF;
  text-align: center;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  height: 100%;
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #555555;
  }

a:visited {
  color: #555555;
  }

a:active {
  color: #555555;
  }

a:hover {
  color: #B22222;
  }

h1, h2, h3, h4, br {
  margin: 0;
  padding: 0;
  font-weight: normal;
  }

img {
  border: none;
  vertical-align: top;
  }

/*--------- enter ---------*/

#enter {
  width: 1000px;
  height: 820px;
  margin: 0px auto 0 auto;
  position:relative;
  }

.waku {
  width: 1000px;
  height: 780px;
  background-image: url(../image/enter/waku.png);
  background-repeat: no-repeat;
  position:absolute;
  top:0; left:0;
  }

.waku2 {
  width: 285px;
  height: 260px;
  position: absolute;
  bottom: 0px; 
  right: 0px;
  }

#imageContainer {
  width: 900px;
  height: 600px;
  position:relative;
  top:120px;
  left:0px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  }

#imageContainer img {
  display:none;
  position:absolute;
  top:0;
  left:0;
  }

.button {
  width:850px;
  margin:0 auto 0 auto;
  text-align:left;
  font-size:10px;
  line-height:1.6em;
  color:#999999;
  position:absolute;
  bottom:30px; left:40px;
  }
