@charset "utf-8";
#footer a {
	text-decoration: none;
	color: #990000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/footer_a.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#footer a:hover {
	text-decoration: none;
	color: #990000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/footer_ah.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #990000;
	text-decoration: none;
}

