/* base.css */

BODY{
/*  font-family: "ＦＡ Ｐ ゴシック", "ＦＡ ゴシック", sans-serif; */
  font-size: 10pt;
  text-align: left;
  background: #ffffcc;
  color: #000000;
  line-height: 1.2;
}
TABLE{ font-size: 10pt }

H1, H2, H3, H4, H5, H6{
  font-weight: 700;
  line-height: 1.1;
}

IMG{ border-style: none }

STRONG{ font-weight: bolder }

SUP{
  font-size: 0.8em;
  vertical-align: 35%;
}
