@charset "UTF-8";
/*------------------------------------
  Coder: gecko
  Date : 2009/11/18
  Msg  : マジブラ
         ランディング専用
------------------------------------*/
/*------------------------------------
  ==  共通変更点
------------------------------------*/
html {
  background:#fff9e1;
}
body {
  height: auto;
}

#gsGameContents{}
#wrapper {
  position:relative;
  background-image:url("../../images/begin_bg_wrap.jpg");
}
/*------------------------------------
  ==  ヘッダー
------------------------------------*/
#header {
  height: 478px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
  /*
   * ロゴ
   */
  #header h1 {
    top:50px;
    left:230px;
  }
  /*
   * リード
   */
  #lead {
    padding: 3px 0px 0px 0px;
    text-align: center;
  }
  /*
   * btn:新規登録
   */
  #regBtn {
    position: absolute;
    top:325px;
    left:7px;
    z-index:4;
    display:block;
    width: 247px;
    height: 199px;
    text-indent: -9999pt;
    overflow: hidden;
  }
  #regBtn:link {background: url("../../images/begin_btnset_1.png") no-repeat top left;}
  #regBtn:visited {background: url("../../images/begin_btnset_1.png") no-repeat top left;}
  #regBtn:hover {background: url("../../images/begin_btnset_1.png") no-repeat left center;}
  #regBtn:active {background: url("../../images/begin_btnset_1.png") no-repeat left center;}
  /*
   * btn:公式サイト
   */
  #officialBtn {
    position: absolute;
    top:325px;
    right:7px;
    z-index:4;
    display:block;
    width: 248px;
    height: 203px;
    text-indent: -9999pt;
    overflow: hidden;
  }
  #officialBtn:link {background: url("../../images/begin_btnset_1.png") no-repeat top right;}
  #officialBtn:visited {background: url("../../images/begin_btnset_1.png") no-repeat top right;}
  #officialBtn:hover {background: url("../../images/begin_btnset_1.png") no-repeat right center;}
  #officialBtn:active {background: url("../../images/begin_btnset_1.png") no-repeat right center;}
  /* disable */
  #officialBtn.disable {cursor:default;}
  #officialBtn.disable:link {background: url("../../images/begin_btnset_1.png") no-repeat bottom right;}
  #officialBtn.disable:visited {background: url("../../images/begin_btnset_1.png") no-repeat bottom right;}
  #officialBtn.disable:hover {background: url("../../images/begin_btnset_1.png") no-repeat bottom right;}
  #officialBtn.disable:active {background: url("../../images/begin_btnset_1.png") no-repeat bottom right;}




/*------------------------------------
  ==  メイン部分
------------------------------------*/
  /*
   * 旗
   */
  #flag {
    position:absolute;
    top:359px;
    left:256px;
    z-index:2;
  }
  /*
   * コンテナ
   */
  #container {
    position:relative;
    z-index:3;
    width:906px;
    height: 420px;
    margin: 0px auto 0px auto;
    background: url("../../images/begin_bg_con.png") no-repeat top left;
  }
  /*
   * 見出し
   */
  #topicTxt {
    width: 830px;
    height: 43px;
    margin: 36px auto 10px auto;
  }
  /*
   * flash
   */
  #flashCon {
    width: 830px;
    height: 295px;
    margin: 0px auto 0px auto;
  }
  .flashCaution {
    color:#fff;
    text-align:right;
    padding:8px 35px 0;
  }
/*------------------------------------
  ==  下部
------------------------------------*/
  #bottomLink {
    position:relative;
    width:860px;
    padding: 0px 0px 10px 0px;
    margin: 0px auto 0px auto;
    overflow: hidden;
  }
  #regBtnL ,
  #officialBtnL {
    float:left;
    /display:inline;
    width: 420px;
    height: 95px;
    overflow: hidden;
    text-indent: -9999pt;
  }
  /*
   * 無料会員登録
   */
  #regBtnL {margin: 0px 10px 0px 0px;}
  #regBtnL:link {background: url("../../images/begin_btnset_2.png") no-repeat top left;}
  #regBtnL:visited {background: url("../../images/begin_btnset_2.png") no-repeat top left;}
  #regBtnL:hover {background: url("../../images/begin_btnset_2.png") no-repeat left center;}
  #regBtnL:active {background: url("../../images/begin_btnset_2.png") no-repeat left center;}
  /*
   * 学校情報はこちら
   */
  #officialBtnL {margin: 0px 0px 0px 10px;}
  #officialBtnL:link {background: url("../../images/begin_btnset_2.png") no-repeat top right;}
  #officialBtnL:visited {background: url("../../images/begin_btnset_2.png") no-repeat top right;}
  #officialBtnL:hover {background: url("../../images/begin_btnset_2.png") no-repeat right center;}
  #officialBtnL:active {background: url("../../images/begin_btnset_2.png") no-repeat right center;}
  /* disable */
  #officialBtnL.disable { cursor:default;}
  #officialBtnL.disable:link {background: url("../../images/begin_btnset_2.png") no-repeat bottom right;}
  #officialBtnL.disable:visited {background: url("../../images/begin_btnset_2.png") no-repeat bottom right;}
  #officialBtnL.disable:hover {background: url("../../images/begin_btnset_2.png") no-repeat bottom right;}
  #officialBtnL.disable:active {background: url("../../images/begin_btnset_2.png") no-repeat bottom right;}
/*
 *  2009/12/1時点では消しておく
 */
#login_user {
  display:none;
}
