@import "base_all.css";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}

a {
	color: #7F2705;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

