H1{       /*H1要素のスタイル指定*/
  font-size   : 12pt;
  line-height:140%; 
  font-weight : 100;

}

H2{       /*H2要素のスタイル指定*/
  font-size   : 16pt;
  color       : navy;
  line-height:100%;
  font-weight : 500;
}

H3{       /*H3要素のスタイル指定*/
  font-size   : 10pt;
  font-weight : 1000;
}
