/* 共通 */
*{
  box-sizing : border-box;
}
BODY{
  background : #000000;
  color : #778899;
  font-size : x-small;
  font-family : Verdana;
}
A{
  color : #778899;
}
A:HOVER{
  color : #fa8072;
}
TD{
  font-size : x-small;
  font-weight : bold;
}
/* トップ */
#top A{
  text-decoration : none;
}
#top H1{
  font-size : 20px;
  font-family : "Lucida Sans Unicode";
  font-weight : bold;
  letter-spacing : 20px;
  margin : 0px;
  padding-top : 20px;
  height : 20%;
}
#top .main{
  height : 70%;
  text-align : center;
}
#top .menu{
  background : no-repeat 50% 50%;
  margin : auto;
  width : 480px;
  height : 360px;
}
.aa{
  background : #ffffff;
  filter : Alpha(opacity=20);
  width : 80px;
  height : 80px;
  text-align : center;
}
.aa A{
  color : #2f4f4f;
}
.aa A:HOVER{
  color : #000000;
}
.la{
  text-align : right;
  padding-top : 20px;
  font-size : xx-small;
  vertical-align : top;
}

/* 各ページ */
#page{
  text-align : center;
  background : #000000 no-repeat 50% 0%;
}
#page H1{
  width : 600px;
  height : 120px;
  color : #e6e6fa;
  font-size : 20px;
  font-family : "Lucida Sans Unicode";
  font-weight : bold;
  letter-spacing : 20px;
  padding-top : 50px;
  text-align : left;
  margin : auto;
}
#page .la{
  width : 600px;
  margin : auto;
  padding : 0px;
  height : 30px;
}
#page .la A{
  color : #e6e6fa;
}
#page .main{
  width : 600px;
  margin : auto;
  padding : 10px;
  text-align : left;
}
