/*-------------------------------------*/
/* レート選択画面
/*-------------------------------------*/
body {
    background: #eaeaea;
    padding: 0px;
}

#ratebox {
    position:absolute;
    width: 333px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-left: -166px;
    margin-top: -125px;
    padding-top: 60px;
    background: url(/images/game/rate_bg.gif) no-repeat;
}

#ratebox ul { width: 250px; text-align: center; list-style-type: none; }

#rate_mini a {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_mini.gif) 0px 0px;
}
#rate_mini a:hover {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_mini.gif) 0px 54px;
}

#rate_nomal a {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_regular.gif) 0px 0px;
}
#rate_nomal a:hover {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_regular.gif) 0px 54px;
}

#rate_2 a {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_double.gif) 0px 0px;
}
#rate_2 a:hover {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_double.gif) 0px 54px;
}

#rate_5 a {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_vip.gif) 0px 0px;
}
#rate_5 a:hover {
  display: block;
  width: 250px;
  height: 54px;
  text-indent: -10000em;
  background: url(/images/game/rate_vip.gif) 0px 54px;
}
