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