/* ページ左部分の枠設定 */
#left {
	float: left;
	width: 180px;
	border-right: none;
	overflow: hidden;
	border: 1px solid #000000;
	/*background-color: #E8E8DD;*/
	}

/* ページ中央部分の枠設定 */
#center {
	text-align: left;
	margin: 0px;
	float: right;
	width: 712px;
	overflow: hidden;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	/* background-color: #FFFFFF; */
	}
