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

