@charset "shift_jis";

	body {
		margin: 0;
		padding: 0;
		background-color:#000000;
		height: 100%;
		/* NN6 */
		min-width: 780px;
		min-height:640px;
		/* IE5.x */
		_width:expression(document.body.clientWidth < 780 ? "780px" : "100%" );
		_height:expression(document.body.clientHeight < 640 ? "640px" : "100%" );
		/* hack */
		voice-family: "\"}\""; voice-family: inherit;
		/* IE6 */
		_width:expression(document.body.parentElement.clientWidth < 780 ? "780px" : "100%" );
		_height:expression(document.body.parentElement.clientHeight < 640 ? "640px" : "100%" );
	}
	html {
		height: 100%;
		
	}