<STYLE type="text/css">
  <!--
   BODY  {                        /*   BODYに適用  */
     background-image: url("bcg_059.gif");   /* 　背景画像   */
     background-repeat: repeat;
     margin: 20px 30px 60px
   }
   HR  { color : #00bfff }
   H1  { color : #008000 }
   IMG  { 
     float: left;                 /*   画像右側への文章の周りこみ   */
     margin-right: 30px;          /*   マージン   */
   　}
   .newcont { clear: left }       /*   周りこみ解除   */
   DIV.special { 
     text-align: center;          /*   センタリング   */
   }
   .strikt { font-size: large; }  /*   文字の大きさ   */
   TABLE { 
     float: left;                 /*   表右側への回り込み   */
     margin-right: 15px;          /*   表右側のマージン   */
   A:visited { color: #009966; }  /*   すでに見たリンク   */
</STYLE>