@charset "UTF-8";


body {
	margin: 20px;
}

h1 {
	margin: 40px auto 10px;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}



h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin: 30px auto 20px;
}

h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 10px auto 10px;
}

p.url {
	margin: 10px auto 10px;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	font-family: 'Yrsa', serif;
}

p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	margin: 10px auto 10px;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: gray;
}
