html {
  overflow-y: scroll;
}

body {
	margin: 0;
	background-color: #FFFFFF;
	color: #666;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	padding: 0;
	line-height: 1.5;
}

