/* JYUTA's Page */
BODY { 
    padding-left: 5px;
    margin-left: 10px;
    background : #FFFFFF;
    color: #000000;
    background: url(t-tile2.gif);
    font-family: "ＭＳ Ｐゴシック", "Osaka"
}

H1 {
    text-align: center;
    font-size: x-large;
    color: #442222;
    width: 80%;
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 20px; 
    background-color: #EE9A49;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color:#8B5A2B;
    margin-bottom: 20px;
   }
H2 {
    font-size: x-large;
    color: #884444;
    width: 80%;
    padding-top: 4px; 
    padding-bottom: 4px; 
    padding-left: 10px; 
    background-color: #FFFFAA;
    border-style: outset;
    border-color: #FFFFDD;
   }
H3 {
    font-size: large;
    color: #442222;
    width: 80%;
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 20px; 
    background-color: #EE9A49;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color:#8B5A2B;
    margin-bottom: 20px;
   }
  H4,H5,H6 { font-size: medium }
  H1,H2,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: black} /* 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 }

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


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

  .center { text-align: center }
  .wa-title { font-family: "HG正楷書体-PRO";font-size:140% }
  .comment { font-family: "Terminal" }
  .Theader { background: #FFDDDD; }
  .Tbox1 { background: #DDFFDD; }
  .Tbox2 { background: #EEEEFF; }

