@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	background-color:#000;
}

#flashContent{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}