@charset "utf-8";

/*レイアウト*/
#content {
	width: 950px;
	background-color: #FFF5DE;
	margin: auto;
	background-repeat: repeat;
}
#main {
	float: right;
	width: 710px;
	background-color: #FFF5DE;
	height: 1000px;
	overflow: auto;
}
#side {
	float: left;
	width: 240px;
	background-color: #FFF5DE;
	height: 1000px;
}

