H1{       /*H1要素のスタイル指定*/
  font-size : 14px;
  color : black;
  line-height : 14px;
}
H2{
  font-size : 12px;
  color : black;
  line-height : 12px;
  vertical-align : 1%;
}
H3{
  font-size : 10px;
  color : black;
  line-height : 10px;
}
P{
  font-size : 12px;
  color : black;
}
.glay{
  color : gray;
  font-weight : bold;
}
.bold{
  font-weight : bold;
}
.pink{
  
  font-weight : bold;
  color : fuchsia;
}
.italic{
  font-style : italic;
  font-weight : bold;
  font-size : 14px;
}
