@charset "UTF-8";

h1 {
	font-size:large;
	}
/* header */

#header {
	display: none;
	}
#contents {
		text-align: center;
	}

/* mainbox */

#mainbox {
	margin:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:800px;
	height:480px;
	}


/* leftbox */

#leftbox {
	display: none;
	}

/* centerbox */
#centerbox {
	text-align:center;
	}

/* rightbox */

#rightbox {
	display: none;
	}

/* footer */
#footer {
	text-align:center;
	margin-bottom: 0;
	}