/* 共通 */
BODY{
  color : lightslategray;
  background : ghostwhite;
  font-family : Verdana;
  margin : 0px;
}
A{
  color : lightslategray;
  text-decoration : none;
}
A:hover{
  color : lightblue;
  text-decoration : underline;
}
TD{
  font-size : small;
}

/* トップページ */
BODY.top{
  text-align : center;
}
.menu{
  background : url(bb2.gif) ghostwhite repeat-y 0 14px;
  padding-left : 89px;
  padding-top : 23px;
  font-size : 11px;
  letter-spacing : 3px;
}
.menu P{
  padding : 4px 0px 4px 0px;
}
.t2{
  background : url(bb2.gif) repeat-y;
  padding-left : 49px;
}
.ta{
  border-left : 1px dotted lightslategray;
}
.title_1{
  padding : 10px;
  text-align : right;
}
.title_2{
  font-size : 20px;
  font-family : "Lucida Sans Unicode";
  font-weight : bold;
  letter-spacing : 7px;
}
INPUT{
  border : 1px solid lightslategray;
  background : white;
  color : lightslategray;
  font-size : small;
}
.new{
  border : 1px dotted ghostwhite;
  padding : 6px;
  background : lightslategray;
  color : aliceblue;
}

/* 一般ページ */

BODY.page{
  color : lightslategray;
  font-family : Verdana;
  background : url(bb2.gif) repeat-y 20% 0px ghostwhite;
  font-size : small;
}
.note{
  padding : 19px 0px 19px 30%;
}
.pagetitle{
  font-weight : bold;
}