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