@charset "utf-8";
/* CSS Document */

/*デフォルトCSSリセット
-------------------------*/
html * {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}
h1, h2, h3, p, li, input, textarea, select {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}

/* リンク文字の設定 */
a {
	color: #F60;
}

a:hover {
	color: #900;
}

/*共通設定
-------------------------*/
html {
	height: 100%;
}
body {
	width:1000px;
	height: 100%;
	margin:0 auto;
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* header---------------- */

#header {
}

#header h1{
	margin-top: 20px;
}

/* contents---------------- */

#contents {
	margin-top: 5px;
}

#menu {
	text-align: center;
}

#menu h5{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight: lighter;
}

#menu a {
	color: #063;
	text-decoration: none;
}

#menu a:hover {
	color: #900;
}

#intro{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	margin: 50px 0 0 50px
}

#sound p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	font-size: 15px;
	margin-left: 50px
}

#sound audio{
	margin: 50px 0 0 10px
}


#link {
	text-align: right;
}

#link h5{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight: lighter;
}

#link a {
	color: #063;
	text-decoration: none;
}

#link a:hover {
	color: #900;
}

/* footer ---------------- */

#footer {
	/* float: left; */
	position: -webkit-sticky;
	position: sticky;
	top: 100vh;
 	width: 100%;
}

#footer p{
	margin: 10px 0;
}




