/* ページのレイアウト用CSS */
.main {
	float:left;
	width: 580px;

}
.side {
	float:left;
	width: 190px;

	font-size: 100%;
}
