h2{
color:black;
font-size:11pt;
font-family:sans-serif;
}

p{
color:#666666;
font-size:9pt;
font-family:sans-serif;
}

h5{
color:#666666;
font
line-height: 150%;
font-size:8pt;
font-family:sans-serif;
}

h6{
color:#666666;
line-height: 350%;
font-size: 10pt;
font-family:sans-serif;

}

h4{
color:#666666;
line-height: 270%;
font-size:9pt;
font-family:serif;
font-weight: normal;
}

/* ------------------------------
  ｈｒで描かれる線の規定
------------------------------ */
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #888888; /* 線色 */
   height: 1px; /* 高さ IE用に記述*/
}