/* コンテンツ */
#MAINstage {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#HEADERstage {
	margin-bottom: 4px;
	width: 800px;
	height: 112px;
	background-image: url("/images/header.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#INFOstage {
	width: 800px;
	height: 603px;
	background-image: url("/images/infoarea.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#FLASHstage {
	width: 800px;
	height: 394px;
	background-image: url("/images/flasharea.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#NEWSstage {
	width: 800px;
	height: 253px;
	background-image: url("/images/newsarea.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#FOOTERstage {
	margin-top: 4px;
	width: 800px;
	height: 69px;
	background-image: url("/images/footer.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
