/* 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;
       border-style: outset;
       border-color: #FFFFDD;
       background: #FFFFAA;
       color: #884444;
       width: 800px;
     }
  H2 { font-size: x-large;
       border-style: outset;
       border-color: #FFFFDD;
       background: #FFFFAA;
       color: #884444;
       width:95%;
     }
/*  H3 { font-size: large;*/
/*       background: #FFFFAA;*/
/*       color: #884444;*/
/*     }*/
  H4,H5,H6 { font-size: medium }
/*  H1,H2,H3,H4 { font-weight: bold }*/
  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: #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 }

/* id は #idname */
/* class は .classname */
/* block レベルのスタイルコンテナは DIV */
/* inline レベルのスタイルコンテナは SPAN */

.body_main {
    padding-left: 5px;
}
.body_sub {
    margin-bottom: 25px;
}

.SubTitle {
    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;
}

.SubText {
}

.ImgBlock {
    margin: 12px;
}

.FooterText {
    text-align:right;
    font-size: 10pt;
    font-style:italic;
}


  #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% }
