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