/* ページのレイアウト用CSS */
.main {
	float: left;
	width: 580px;
	padding-left: 10px;
}
.side {
	width: 180px;
	margin-left: 610px;
}
