@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 640px;
	margin: 0px auto;
	position: relative;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}