@charset "utf-8";

html, body {
	margin			: 0;
	padding			: 0;
	height			: 100%;
}
body {
	width			: 100%;
	background-color	: #ffffff;
	color			: #fff;
	overflow		: auto;
	font-size		: 1em;
	font-family		: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing		: 1px;
	cursor			: default;
}
#main {
	position		: absolute;
	top			: 0px;
	left			: 0px;
	width			: 100%;
	height			: 100%;
	line-height		: 0;
	text-align		: center;
}