/*
@charest "UTF-8";
*/
body {
	margin: 0 8px;
	text-align :center;
}

div#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

div#content{
	background-color: #fff;
/*	background-image: url(images/cb-850r-g.png); none*/
	background-image: none;
}

div#header, div#content, div#footer ,div#content-w {
	width: 920px;
	margin:0 auto;
	text-align: left;
}

/*------------------------*/
div#main {
	width: 600px; /* 570px */
/*	padding: 5px 20px;	*/	/* 上下のみ設定 左右を設定する場合その値から幅を減らす*/
	float: left;
	/*border: 1px solid #aba;*/
}
div#sidebar {
	width: 320px; /* 230px */
	float: left;
	clear: right;
	/*border: 1px solid #abf;*/
}
.two-sidebar {
	float: left;
	width: 140px;
	}
.right { padding-right: 0px; }

div#side-footer {
	width: 100%;
	margin:0 auto;
}
div#footerblock-a,div#footerblock-b {
	width: 33%;
	float: left;
}
div#footerblock-c {
	width: 32%;
	float: left;
	clear: right;
}


.fixed, .clear {
	clear:both;
}

