@charset "UTF-8";
/* core	================================================	*/

body{
	background: url(../img/bg.jpg) center top no-repeat #000;
}
h1{
	text-align:center;
	margin: 0 0 40px;
}
.notice{
	background: rgba(255,255,255,0.7);
	padding:40px; 
	font-weight: bold;
	width: 800px;
	margin: 0 auto 50px;
	font-size: 22px;
	line-height: 1.8em;
	text-align: center;
}
.bnr{
	text-align: center;
	transition:all 0.2s;
	width: 630px;
	margin: 0 auto;
}
.bnr:hover{
	opacity: 0.7;
}
