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