/**********************************************************************
  stylesheet.css
  2006.08.15 ver.0.05
**********************************************************************/
/*=====================================================================
    マージン０
=====================================================================*/
    body { margin: 0px; }
/*=====================================================================
    リンクの下線を消す
=====================================================================*/
    a { text-decoration: none; }
    a:hover { color: #000000; background-color: #FFFF00; }
/*  a.hon:hover { color: #000000; background-color: #FFFF00; } */
/*  a.hoff:hover {  } */
/*=====================================================================
    フォントと文字サイズと行送りの指定
=====================================================================*/
/*  body,td { font-family: HGP創英角ｺﾞｼｯｸUB; } */
    body,td { line-height: 14pt; }
    body,td { font-size: 10pt; }
/*=====================================================================
    Box
=====================================================================*/
    .box1
      {
      border-top-style:    solid; 
      border-bottom-style: solid; 
      border-right-style:  solid; 
      border-left-style:   solid; 
      border-top-width:    1pt; 
      border-bottom-width: 6pt; 
      border-right-width:  1pt; 
      border-left-width:   1pt; 
      width:               500px;
      background-color:    #990000;
      color:               #ffffff;
      font-size:           18pt;
      line-height:         200%;
      }
/*=====================================================================
    フォントと文字サイズと行送りの指定
=====================================================================*/
    .f10 { font-size:10pt; line-height:12pt; }
    .f20 { font-size:20pt; line-height:22pt; }
/*###################################################################*/