@charset "utf-8";

html {
	height:100%;
	overflow-y:scroll;
}

body {
	height:100%;
	font-family:Verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
	line-height:1.8;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:950px;
	margin:50px auto;
}

html>body #wrapper {
	overflow:hidden;
}

