BODY {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  SCROLLBAR-FACE-COLOR: #bfd1ff;
  SCROLLBAR-HIGHLIGHT-COLOR: #bfd1ff;
  SCROLLBAR-DARKSHADOW-COLOR: #7684d9;
  SCROLLBAR-SHADOW-COLOR: #bfd1ff;
  SCROLLBAR-3DLIGHT-COLOR: #7684d9;
  SCROLLBAR-ARROW-COLOR: #666666;
  SCROLLBAR-TRACK-COLOR: #e3e8fd;
}
/* 角の丸いテーブル */
td.t
{
    /* top */
    background-image : url(../img/frame/t.gif);
    background-repeat: repeat-x; 
}

td.b
{
    /* bottom */
    background-image : url(../img/frame/b.gif);
    background-repeat: repeat-x; 
}

td.l
{
    /* left */
    background-image : url(../img/frame/l.gif);
    background-repeat: repeat-y; 
}

td.r
{
    /* right */
    background-image : url(../img/frame/r.gif);
    background-repeat: repeat-y; 
}

td.lt
{
    /* left-top */
    background-image : url(../img/frame/lt.gif);
    background-repeat: no-repeat; 
    height: 26px;
    width: 26px;
}

td.rt
{
    /* right-top */
    background-image : url(../img/frame/rt.gif);
    background-repeat: no-repeat; 
    height: 26px;
    width: 26px;
}

td.lb
{
    /* left-bottom */
    background-image : url(../img/frame/lb.gif);
    background-repeat: no-repeat; 
    height: 25px;
    width: 26px;
}

td.rb
{
    /* right-bottom */
    background-image : url(../img/frame/rb.gif);
    background-repeat: no-repeat; 
    height: 25px;
    width: 26px;
}