.gothic10px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px; line-height: 15px}
.gothic12px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; line-height: 18px; color: #000;}
.gothic14px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px; line-height: 21px}
.gothic16px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 16px; line-height: 24px}
.gothic18px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 18px; line-height: 27px}
.gothic20px {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 20px; line-height: 30px}
.mincho10px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 10px; line-height: 15px}
.mincho12px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 12px; line-height: 18px}
.mincho14px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 14px; line-height: 21px}
.mincho16px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 16px; line-height: 24px}
.mincho18px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 18px; line-height: 27px}
.mincho20px {  font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 20px; line-height: 30px}
gothic12px_000099 {
	color: #009;
}

A:link { color: #0000ff }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #0000ff;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #00ff00 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none     /* 下線を消す */
}
