a:link {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
font-family: "ＭＳ Ｐゴシック";
	font-size: 14px;
	font-weight:bold;
	color:#FF33FF;
	text-decoration: underline;
	}
a:visited{
font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: normal;
	color:#993300;
	text-decoration: underline;
}
a:active{
font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: normal;
	color:#FF0000;
	text-decoration: underline;
}
