BODY{
  font-family: "MS UI Gothic";
  color: #666666;
  background-color: #FFFFCC;
  background-image : url(../99images/wollwh.jpg);
}
A{
  color: #0000FF;
  text-decoration: none;
}
A:VISITED{
  color: #993300;
  text-decoration: none;
}
A:HOVER{
  color : white;
  text-decoration: none;
  background-color : #006600;
}
A:ACTIVE{
  color: #660099;
  text-decoration: none;
  BACKGROUND-COLOR: #ffffff;
}
H1      {
  font-size : 16px;
  /* 文字サイズ：17P囲み大見出し(１) */
        color : white;
  /* 文字色：青色 */
        font-weight:bold;
  /* 文字太さ：太字 */
        text-align:center;
  /* 中央揃え */
        margin-left:0px;
  /* 左マージン（枠の外）：1px */
        margin-right:0px;
  /* 右マージン（枠の外）：1px */
        padding-top : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  padding-left : 4px;
  /* パディング（内容と枠の間）：4px */
        background-color : #009900;
  /* 背景色 */
        border-top-style : outset;
  border-right-style : outset;
  border-bottom-style : outset;
  border-left-style : outset;
  /* 傍線種類：枠を線 */
        border-top-color : #ccffcc;
  border-right-color : #ccffcc;
  border-bottom-color : #ccffcc;
  border-left-color : #ccffcc;
  /* 傍線色：黒色 */
	border-width : 2px 2px 1px;
  border-left-width : 2px;
  border-bottom-width : 2px;
  border-left-width : 2px;
  /* 傍線太さ：上・右・下・左 */
        
  margin-top : 0px;
  margin-bottom : 0px;
}
HR{
  color: #996600;
  height: 2px;
  width : 600px;
}
UL{
  color: #666633;
  list-style-image : url(../99images/l_g01.gif);
  list-style-position: outside;
  font-size: 9pt;
}
.large {
  font-size: 12pt;
  line-height: 14pt ;
}
.regular {
  font-size: 8pt;
  line-height: 10pt ;
}
.small{
  font-size: 7pt;
  line-height: 8pt ;
}

