@charset "utf-8";
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {
}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-position: left top;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
} 
#content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}
