BODY,TD{
  font-size : x-small;
  font-family : Verdana;
}
A{
  color : #003046;
}
A:HOVER{
  color : #6c95a8;
  text-decoration : underline;
}
.t{
  font-family : "Lucida Sans Unicode";
  font-weight : bold;
}

/* トップ */
#top TABLE{
  border : none;
  height : 90%;
  width : 100%;
}
#top A{
  text-decoration : none;
}
.menu{
  border-right : 1px solid #152748;
  text-align : right;
  width : 50%;
}
.menu UL LI{
  list-style : none;
  display : inline;
  padding-left : 0.5em;
}
.menu B{
  font-size : 105%;
}
#top H1{
  letter-spacing : 0.7em;
  font-size : 19px;
  padding : 10px 0 10px 0;
}
.al{
  text-align : center;
}
.tu{
  line-height : 2.5em;
}
.tb{
  line-height : 1.9em;
}

/* 各ページ */
#page H1{
  font-size : 30px;
  font-family : "Courier New", Courier, mono;
  letter-spacing : 0.5em;
  text-align : right;
  border-right : 1px solid #152748;
  width : 50%;
  padding : 60px 30px 60px 30px;
}
.note{
  margin : 0 10% 0 10%;
  padding : 30px;
  line-height : 1.3em;
}
.link{
  font-size : 30px;
  font-family : "Courier New", Courier, mono;
  font-weight : bold;
  border-left : 1px solid #152748;
  padding : 60px 30px 60px 30px;
  margin-left : 50%;
  letter-spacing : 0.5em;
}
.link A{
  text-decoration : none;
}
