@charset "utf-8";/*レイアウト*/#content {	width: 950px;	background-color: #FFF5DE;	margin: auto;	background-repeat: repeat;}#main {	float: right;	width: 710px;	background-color: #FFF5DE;	height: 4000px;}#side {	float: left;	width: 240px;	background-color: #FFF5DE;	height: 4000px;}