<STYLE Type="text/css">
<!--
     BODY{
           background-color:;
           background-image: url();/* url(/images/pic/minamologo02.jpg)*/
           background-repeat: no-repeat;/*no-repeat(繰り返さない場合)*/
           background-attachment: fixed;     /*壁紙位置固定はする場合はfixed*/
           background-position: right bottom;
           font-family:"MS Pゴシック","Osaka"; color: #778899;
           font-size: 10pt;
           line-height: 150%;
           margin-top    :1%;   /*上マージンを表示領域幅の 1% 確保*/
           border-top    :1%;
           padding-top   :1%;
           border-left    :;
           padding-left   :;
           border-right    :;
           padding-right   :;
           border-bottom    :;
           padding-bottom   :;
           margin-right  :;   /*右マージンを表示領域幅の 7% 確保*/
           margin-bottom :;   /*下マージンを表示領域幅の 3% 確保*/
           margin-left   :;   /*左マージンを表示領域幅の 5% 確保*/

}


      .txt{
           font-family:"MS Pゴシック","Osaka"; color: #808080;
           font-size: 10pt;
           line-height: 150%;
}

      p.#example1 {
           text-align: center; font-family:"MS Pゴシック","Osaka"; color: #808080;
           font-size: 10pt;
           line-height: 150%;
}
      p.#example2 { text-align: right;
           text-align: center; font-family:"MS Pゴシック","Osaka"; color: #808080;
           font-size: 10pt;
           line-height: 150%;
}
 
      p.#example3 { text-align: left; 
           text-align: center; font-family:"MS Pゴシック","Osaka"; color: #808080;
           font-size: 10pt;
           line-height: 150%;
}
 




     .img{
            border: none;
}




     h1{ color       :;
          font-size   : 16pt ;
          font-weight : bold;
}


     EM { color       : #990000;      /*強調*/
          font-size: 14pt;
          line-height: 150%;
           text-decoration: none;
}



   td.white{ berder-color: ;
                 background-color: ;
                 border:1px silver solid;
                 padding: 1em;
                 position: ;
                 top:;
}



    a:hover{                       /*マウスが通過しているアンカー(CSS2)*/
           font-family: ;/*"Courier New","Courier","mono"*/
           font-size:;
           line-height:;
           color: #990000; text-decoration: none;
           background-color: #c4e6e4;     /*元々のカラー #c4e6e4*/
}

   a:link{                        /*未訪問のアンカー*/
           text-decoration: none;
           color: #008080;
}


  a:visited:{                     /*訪問済みのアンカー*/
           font-size: ;
           color: #666600;
           text-decoration: none;
}

-->
    </STYLE>