/* ページ右部分の枠設定 */
#right {
	float: right;
	width: 200px;
	background-color: #001122; 
	border: none;
	overflow: hidden;
	}

/* ページ中央部分の枠設定 */
#center {
	float: left;
	width: 600px;
	overflow: hidden;
	background-color: #111111; 
	border-top: none;
	border-left: none;
	border-right: small;
	border-bottom: none;
	}
