BODY{     /*BODY要素のスタイル指定*/
  font-size   : 20pt;
  line-height : 1.3em;
  margin      : 0px 0px;
  padding     : 10px;
}
div{       
  font-size   : 18pt;
  font-weight : 500;
  font-height : 1;
  color       : #3300ff;
}
big{       
  font-size   : 12pt;
  font-weight : normal;
  color       : red;
}
P{        /*P要素のスタイル指定*/
  font-size   : 8pt;
  font-height : 1;
  }
strong{       
  font-size   : 12pt;
  font-weight : normal;
  color       : blue;
}
.bikou{
  font-size :9pt;
  color     :black;
  background:#99cc99;
}

.MainLink{
 font-size :12pt;
 width     :488;
}

.MainCmnt{
 font-size :9pt;
 color     :#ffffff;
 text-indent:10px;
}
.MainCmnt2{
 font-size :9pt;
 color     :#ffffff;
 text-align:center;
 width     :70;
}

