html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-repeat: no-repeat;
	background-attachment: fixed;/* scroll:scroll fixed:not scroll */
	background-position: left top;/* x y */
	background-color: #000000;
}

div.all{
	text-align: center;
}

div.space{
	width: 100%;
	height: 50%;
	margin-top: -50px;
	float: left;
}

div.wrapper{
	background-image: url(./img/himitsukitimatsuri.jpg);
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

div.notice{
	background-color: #ffffff;
	-moz-opacity: 0.8;
	filter: Alpha(opacity=80);
	width: 800px;
	height: 600px;
	padding:-300px 0px 0px 10px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
/*	top: -300px;
	position: relative;
*/
}
