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;
  background-image : url(../img/kujira.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;
}

A{
  cursor : defolt;
  text-decoration : none;
}

A:hover {
  TEXT-DECORATION: underline overline blink;
}

/* 角の丸いテーブル */
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;
}

P
{

    color : #123761;
}

TABLE.line,TD.line2,TH.line2
{
    border-top-style : solid; border-right-style : solid;
    border-bottom-style : solid; border-left-style : solid;
    border-top-color : #2e579c;
    border-right-color : #2e579c;
    border-bottom-color : #2e579c;
    border-left-color : #2e579c;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    background-color : #e3e8fd;
    color:#123761;
    filter:alpha(opacity=70,enabled=70);
}

TD.lineTH.line
{
    border-top-style : dotted; border-right-style : dotted;
    border-bottom-style : dotted; border-left-style : dotted;
    border-top-color : #2e579c;
    border-right-color : #2e579c;
    border-bottom-color : #2e579c;
    border-left-color : #2e579c;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    background-color : #bbc6f9;
}

TABLE.title
{
    border-top-style : solid; border-right-style : solid;
    border-bottom-style : solid; border-left-style : solid;
    border-top-color : #2e579c;
    border-right-color : #2e579c;
    border-bottom-color : #2e579c;
    border-left-color : #2e579c;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    background-color : #bbc6f9;
    width:450;
    color : white;
    font-weight : bold;
}

TD.comp
{
  color : #264971;
  background-color : #ecefff;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
    filter:alpha(opacity=70,enabled=70);
}