BODY{
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
  background-color : white;
  background-image : url(bg.jpg);
  background-repeat : repeat-x;
}
TABLE{
  text-align : center;
  font-size : 15px;  
}
A{
  color : blue;
  text-decoration : underline;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
.hr_td_sty{
  height : 25px;
}
.hr_sty{
  color : blue;
  height : 1px;
}
.sub_menu_sty{
  background-color : white;
  vertical-align : top;
  width : 150px;
}
.content{
  vertical-align : top;
  background-image : url(note/note.jpg);
  background-repeat : repeat-y;
  padding-left : 30px;
  padding-right : 20px;
}
.title{
  font-size : 17px;
  font-weight : 700;
}
.initial{
  text-align : right;
  font-size : 15px;
  font-weight : 700;
}
.caption_sty{
  font-size : 18px;
  font-weight : 700;
  color : white;
  background-color : blue;
  text-align : right;
  padding-right : 20px;
  height : 25px;
  vertical-align : middle;
}

