@charset "UTF-8";
/* 左右のページ */
div#main_part {
	width: 648px;
	float: left;
	clear: both;
	position: relative;
}
div#sub_part {
	width: 254px;
	float: right;
	position: relative;
}

