BODY{
  font-size : x-small;
  color : #ffffff;
  font-family : Verdana;
}
TD{
  font-size : x-small;
}
A{
  color : #ffffff;
}
A:HOVER{
  color : #7fb37f;
}

/* メニュー */
#menu{
  background : #b9ddb9 url(pl.gif) 50% 90% no-repeat;
  height : 95%;
}
#menu UL{
  border-left : 1px solid #ffffff;
  border-right : 1px solid #ffffff;
  margin : 5px;
  padding : 0 0 20 5px;
  width : 147px;
}
#menu LI{
  list-style : none;
  padding : 5 0 0 0px;
}
#menu LI A{
  width : 100px;
  text-decoration : none;
  border-bottom : 1px solid #b9ddb9;
}
#menu A:HOVER{
  color : #ffffff;
  border-bottom : 1px dotted #ffffff;
}
.b{
  font-weight : bold;
  margin-top : 20px;
}

/* メインフレーム */
#main{
  color : #e0f8e0;
  margin : 0px;
  scrollbar-face-color : #e0f8e0;
  overflow-y : scroll;
  background : #e0f8e0 url(pr.gif) 95% 10% no-repeat;
}
#main A:HOVER{
  color : #b9ddb9;
}
#main TABLE{
  border-collapse : collapse;
}
#main TD{
  padding : 30px;
  background : #7fb37f;
}
#title{
  text-align : right;
  vertical-align : bottom;
}
H1{
  font-size : x-small;
  letter-spacing : 4px;
  margin : 0px;
}
#info{
  margin : 0 4 4 4px;
  font-size : xx-small;
}
H2{
  color : #ffffff;
  font-size : x-small;
}
#note{
  vertical-align : top;
}

