@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link    {
	color: #000;
	text-decoration: none;
}
a:active  {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #2274ac;
	text-decoration: underline;
}


h1 {
	font-size: 20px;
	text-align: center;
	padding-top: 100px;
}
p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
