<!--
/* 文字 */
span {
  font-size: 8pt;
  font-weight: normal;
  font-family: "ＭＳ Ｐゴシック, Osaka, sans-serif";
  color: #000000;
}
p {
  font-size: 9pt;
  font-weight: normal;
  font-family: "ＭＳ Ｐゴシック, Osaka, sans-serif";
  color: #000000;
}
/* リンク */
a:link {
color : #618CC7;
text-decoration : underline;
}
a:visited {
color : #618CC7;
text-decoration : underline;
}
a:hover {
color : #36258E;
text-decoration : underline;
}
-->
