@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   CommonPage Setting                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
  height: 100%;
}
#World{
  height: 100%;
}
#MainContentsArea{
  padding: 15px 10px 10px;
}
.LoginBlock{
  background: #F0EDE1 url(../img/bg_login.png) no-repeat center center;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 10px 5px #000;
  border: 1px solid #fff;
  padding: 15px 20px 20px;
}
.LoginBlock h1{
  width: 20%;
  margin: 0px auto 20px;
}
.LoginBlock h1 img{
  width: 100%;
}
.LoginBlock h2{
  font-family: "Times New Roman","YuMincho","Hiragino Mincho ProN","HiraMinProN-W3","MS PMincho",serif;
  color: #860031;
  white-space:nowrap;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -1px;
}
.LoginBlock h2 img{
  width: 100%;
}
.LoginBlock table{
  margin: 20px auto 10px;
  width: 100%;
}
.LoginBlock table th{
  font-size: 87.5%;
  line-height: 1;
}
.LoginBlock input[type="text"],
.LoginBlock input[type="password"]{
  padding: 7px 0 10px 7px;
  margin: 0px 0px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 110%;
  width: 95%;
}