<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ページ左部分の枠設定 */
#left {
	float: left;
	width:210px;
	border-right: none;
	overflow: hidden;
	/* background-color: #FFFFFF; */
	}

/* ページ中央部分の枠設定 */
#center {
	float: right;
	width: 590px;
	overflow: hidden;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	/* background-color: #FFFFFF; */
	}</pre></body></html>