/* JYUTA's Page COSMO */
  BODY { 
    background : #FFFFFF;
    color: #000000;
    background-image : url(../t-tile.gif)
  }

  H1 { text-align: center;
       font-size: x-large;
       border-style: outset;
       border-color: #DDFFDD;
       background: #AAFFAA;
       color: #884444;
     }
  H2 { font-size: x-large;
       border-style: outset;
       border-color: #DDFFDD;
       background: #AAFFAA;
       color: #884444;
     }
  H3 { font-size: large;
       background: #AAFFAA;
       color: #884444;
     }
  H4,H5,H6 { font-size: medium }
  H1,H2,H3,H4 { font-weight: bold }
  H5,H6 { font-weight: normal }
  H6 { font-style: italic }

  A:link { text-decoration: none; color: blue }     /* unvisited link */
  A:visited { text-decoration: none; color: #440000 } /* visited links */
  A:active { text-decoration: underline; color: orange } /* active links */
  A:hover { text-decoration: underline; color: orange; }

  A:link IMG { border: 0 }
  A:visited IMG { border: 0 }
  A:active IMG { border: 0 }

.FooterText {
    text-align:right;
    font-size: 10pt;
    font-style:italic;
}

/* id は #idname */
/* class は .classname */
/* block レベルのスタイルコンテナは DIV */
/* inline レベルのスタイルコンテナは SPAN */

  .center { text-align: center }
  .bold   { font-weight: bold  }
  .wa-title { font-family: "HG正楷書体-PRO";font-size:120% }
  .comment { font-family: "sans-serif";font-size:90% }
