@charset   "UTF-8";
.f12t {
	font-size : 11pt;
 	font-family : "ＭＳ Ｐゴシック";
 	color: #990008;
	font-weight: bold;
}
.f10t{
 font-size : 10pt;
 font-family : "ＭＳ Ｐゴシック";
 color: blue;
 text-decoration : none;
}

.f10t A {
 font-size : 10pt;
 font-family : "ＭＳ Ｐゴシック";
 color: blue;
 text-decoration : none;
}
.f10t A:visited  {
 font-size : 10pt;
 font-family : "ＭＳ Ｐゴシック";
 color: purple;
 text-decoration : none;
}
.f10t A:hover {
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック";
	color: blue;
	text-decoration: underline;
}
.f10t A:active {
 font-size : 10pt;
 font-family : "ＭＳ Ｐゴシック";
 color: purple;
 text-decoration : none;}


