@import url(text1.css);
@import url(text.css);
.Class{
  font-size : 11px;
  font-family : "ＭＳ Ｐゴシック";
}
.Class:left{
  font-size : 9px;
  font-family : "ＭＳ Ｐゴシック";
}
.Class:right{
  font-size : 11px;
  font-family : "ＭＳ Ｐゴシック";
}
H1{
  font-size : 15px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  color : navy;
}
H2{
  font-size : 13px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
}
H3{
  font-size : 11px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bolder;
}
A{
  font-family : "ＭＳ Ｐゴシック";
  color : blue;
}
