/* 共通項目のCSS */

body{
  background-color: #000033;
  background-image: none;
  color: #2c2f22;
  margin: 0px;
  padding: 0px;
  text-align: center;/*IE用のセンタリング*/
}


div#main {
  background-color:#000033;
  width:800px;
  height: 750px;
  margin:0 auto;
  padding:5px 0 0;
  position:relative;
  text-align:center;
}


div#top_logo{
  margin-right: auto;
  text-align: left;
}


div#saitosetumei{  /*サイト説明文*/
  position: absolute;
  top: 36px;
  right: 0px;
  width: 360px;
  text-align: right;
  color: #aaaaaa;
  font-size: 13px;
}


/* ENTERボタンのロールオーバー開始 */
div#enter span a.enter{
  display: block;
  margin: 0 auto;/*ボックスを中央に寄せる*/
  width: 213px;
  height: 117px;
  background-image: url("image/index/enter.jpg");
  background-repeat: no-repeat;
}
div#enter span a:hover.enter,
div#enter span a:active.enter{
  background-image: url("image/index/enter_mo.jpg");
  background-repeat: no-repeat;
}
/* ENTERボタンのロールオーバー終了 */


div#footer2{
  margin-left: auto;
  text-align: right;
  margin-top: 1px;
}

