@charset "Shift_JIS";

/* CSS Reset
***************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}

/*
***************************************************************************/
body {
	background-color: #000000;
}
