@charset "shift_jis";
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bc.jpg);
}
#header {
	width: 700px;
}
#side {
	float: left;
	width: 100px;
}
#contents {
	float: right;
	width: 500px;
	padding-right: 90px;
	padding-left: 0px;
}
#footer {
	clear: both;
	width: 700px;
}
