BODY{     /*BODY要素のスタイル指定*/
  background-color   : #ffffff ;   /*背景色*/
　color              : #000000 ;  　 /*テキストカラー*/
　font-size          : 7.5pt ;　　　  /*文書全体のフォントサイズ*/
  font-family        : verdana,"ＭＳ ゴシック" ;   /*フォントを左から順に優先的に*/
  margin             : 0% 0% 0% 0% ; 　 /*上、右、下、左マージン*/
  line-height        : 13pt ;   　/*行間*/ 
  letter-spacing   :  1.3pt;      /*文字間隔*/
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #DCDCDC;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
 cursor: crosshair; }


  a:link      { color : #000000;  text-decoration : none ;}　/*リンク*/
　a:active    { color : #666666;  text-decoration : none ;}　/*リンク中*/
　a:visited   { color : #000000;  text-decoration : none ;}　/*訪問済*/
  a:hover    { color:#666666;text-decoration:none;
               visibility : visible;
               float : none;
               clear : none;
               position : relative;
               top : 1pt; }  /*リンク下線*/


.a{border-color:#FFFFFF;border-width:1px;border-style:solid;background:white;color:#000000;}


  P {   /*段落スタイル指定*/
       text-align:justify;
       text-justify:distribute;
       margin-right:30%;
      }

  .c1 {  width=700px  　  }　/*スタイル幅700*/　


table{     /*table要素のスタイル指定*/
  
　font-size          : 7.5pt ;　　　  /*文書全体のフォントサイズ*/
  font-family        : verdana,"ＭＳ ゴシック" ;   /*フォントを左から順に優先的に*/
　line-height        : 13pt ;   　/*行間*/
    letter-spacing   :  1.3pt;      /*文字間隔*/
  }