html {
	margin: 0px;
	height: 100%;
}
body {
	height: 100%;
	font-size: 60%;
	font-family: 'Questrial', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(img/enter_mini.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #444;
	letter-spacing: 0.1em;
	position: relative;
	color: #00d8f2;
}
.en {
	position: absolute;
	top: 245px;
	right: 0;
	left: 0;
	margin: auto;
	width: 329px;
	height: 240px;
}
.cau {
	position: absolute;
	top: 500px;
	right: 0;
	left: 0;
	margin: auto;
	width: 400px;
	height: 100px;
	text-align: center;
}
a {
	text-decoration: none;
}
