


/*************************************************
  標準タグのスタイル設定
**************************************************/

/* BODYタグ */
BODY
{
  background-color:  #FFFFFF;
  color:             black;
  font-size:         10pt;
}

/* デフォルトのフォントスタイル */
.DEFAULT_FONT
{
  font-size:         10pt;
  font-weight:       normal;
  color:             black;
}

/* 8ptのフォントスタイル */
.S_FONT
{
  font-size:         8pt;
  font-weight:       normal;
  color:             black;
}



