@charset "utf-8";
/* CSS Document */


body{
	background:#ffffff;
}
.root{
	width:auto;
	border-left:none;
	border-right:none;
}

.main{
	float:none;
	width:420px;
	padding:0 10px 10px;
	margin:0 auto;
}
.footer{
	clear:both;
	visibility:hidden;
}
	.footer-copy{
		height:23px;
		background:#acb5c4 url("../img/footer_txt_copy.gif") no-repeat -360px 0;
	}
	.footer-copy span{
		visibility:hidden;
		font-size:0;
		line-height:0;
	}
