@charset "UTF-8";
/* 左右のページ */
div#main {
	width: 600px;
	float: left;
	clear: both;
	position: relative;
}
div#sub {
	width: 252px;
	float: right;
	position: relative;
}

