@charset "utf-8";
html, body {
	margin			: 0;
	padding			: 0;
	height			: 100%;
}
body {
	width			: 100%;
	background-color: #FFFFFF;
	color			: #fff;
	overflow		: visible;
	font-size		: 1em;
	font-family		: Meiryo UI, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing	: 1px;
	cursor			: default;
}
