  BODY       { background-color: #FFFFFF;
  				font-size: 9pt;}
  BODY       { scrollbar-track-color:#FFFFFF;
               scrollbar-face-color:#006400;
               scrollbar-shadow-color:#EEEEEE;
               scrollbar-darkshadow-color:#EEEEEE;
               scrollbar-highlight-color:#FFFFFF;
               scrollbar-arrow-color: #DDDDFF;}
  TABLE{}
  TD    {font-size: 9pt;
               color: #116622 ;
              font-family: ＭＳ Ｐゴシック}
  .TD1{ background-color: #FFFFFF}
  
  A:link     { color: #FF0000 ;
               font-size: 9pt;
               text-decoration: underline}
  A:visited  { color: #FF0000 ;
               font-size: 9pt;
               text-decoration: underline}
  A:active   { color: #FF0000 ;
               font-size: 9pt;
               text-decoration: underline}
  A:hover    { color: #FF9900 ;
               font-size: 9pt;
               text-decoration: underline}

P A:link     { color: #006633 ;
               font-size: 9pt;
               text-decoration: underline}
P A:visited  { color: #006633 ;
               font-size: 9pt;
               text-decoration: underline}
P A:active   { color: #006633 ;
               font-size: 9pt;
               text-decoration: underline}
P A:hover    { color: #FF9900 ;
               font-size: 9pt;
               text-decoration: underline}


#t_body .lbor{/*全体枠*/
  width: 200px;/*全体の幅*/
  border-left: solid 2px #FF0000;/*枠色*/
  border-bottom: solid 1px #FF0000;
  }
#t_body .title{/*タイトル部分*/
  width: 100%;
  font-size: 10pt;/*文字サイズ*/
  font-family: Impact,Arial,Verdana,sans-serif;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #FF0000;/*背景色*/
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #DAEFE1;
  filter: alpha(opacity=100,finishopacity=40,style=1);
  }
#t_body .text{/*内容部分*/
  font-size: 9pt;/*文字サイズ*/
  color: #151515;/*文字色*/
  padding: 0.7em;
  border-top: solid 1px #FF0000;/*枠色*/
  border-right: solid 1px #F5FFF5;
  border-left: solid 3px #DAEFE1;
  }
