@charset "utf-8";
@import url("menu.css");
.fontstyle {
	color: #330000;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	
}
a:link{
	font-family:"ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	color: #330000;
	text-decoration: none;
}
a:hover{
	font-family:"ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	color: #006666;
	text-decoration: none;
}
a:visited{
	font-family:"ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 120%;
	text-decoration: none;
}
