/* ページ右部分の枠設定 */
#right {
	float: right;
	width: 200px;
	background-color: #000000;
	border-top: none;
	border-left: 1px solid #C0C0C0;;
	border-right: none;
	border-bottom: 1px solid #C0C0C0;
	overflow: hidden;
	}

/* ページ中央部分の枠設定 */
#center {
	float: left;
	width: 590px;
	overflow: hidden;
	/* background-color: #000000; */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
