body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-image: url('https://luna-et-sol.net/error/er.png');
	background-repeat: no-repeat;
	background-size: cover;
	font-size:11px;
}

.contents{
	width: 70%;
	margin: 0 auto;
	max-width: 500px;
	background-color: rgba(255,255,255,0.2);
	padding:50px 0;
}

.main{
	max-width: 400px;
	margin: 50px 0 30px 20px;
}

.logo{
	margin: 30px 0 30px 0;
}
.logo2{
	margin: 30px 0 30px 0;
}

a:link { color: #80abc8; }
a:visited { color: #000000; }
a:hover { color: #3399FF; }
a:active { color: #3399FF; }

