/* ページ左部分の枠設定 */
#left {
	float: left;
	width: 160px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	}

/* ページ中央部分の枠設定 */
#center {
	width: 620px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* トップとトピックスページ以外のページの右コンテンツ */
#center_b {
	float: right;
	width: 620px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
