<!- 背景色の指定 -->
body{
  background-color:#ffff99 ;
}

<!- 見出しの指定 -->
H2.c1c{
  color:blue ;
  font-size:18pt ;
  font-family:"ＭＳ Ｐ明朝" ;
  font-style: ;
  text-align:center ;
}
H2.c2c{
  color:blue ;
  font-size:18pt ;
  font-family:"ＭＳ Ｐゴシック" ;
  font-style: ;
  text-align:center ;
}
H3.c1l{
  color:green ;
  font-size:12pt ;
  font-family:"ＭＳ Ｐ明朝" ;
  font-style: ;
  text-align:left ;
}
H3.c2c{
  color:green ;
  font-size:12pt ;
  font-family:"ＭＳ Ｐゴシック" ;
  font-style: ;
  text-align:center ;
}

<!- 段落の指定 -->
P.c1l{
  font-size:11pt ;
  font-family:"ＭＳ 明朝" ;
  line-height:150% ;
  text-align:left ;
}
P.c1c{
  font-size:11pt ;
  font-family:"ＭＳ 明朝" ;
  line-height:150% ;
  text-align:center ;
}
P.c1r{
  font-size:11pt ;
  font-family:"ＭＳ 明朝" ;
  line-height:150% ;
  text-align:right ;
}
P.c2l{
  font-size:11pt ;
  font-family:"ＭＳ ゴシック" ;
  line-height:150% ;
  text-align:left ;
}P.c2c{
  font-size:11pt ;
  font-family:"ＭＳ ゴシック" ;
  line-height:150% ;
  text-align:center ;
}
}P.c2r{
  font-size:11pt ;
  font-family:"ＭＳ ゴシック" ;
  line-height:150% ;
  text-align:right ;
}
