a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}
