/* レイアウト */
#contents {
	width:800px;
	background-image: url(side_bk.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: auto;
	text-align:left;
}
*#main {
	float:right;
	width: 580px;
	padding-right: 10px;
}
#side {
	float:right;
	width: 180px;
	margin-right: 20px;
}

/* 段組用 */
.col{
	width:29%;
	float:left;
	padding:1% 2%;
}
