/* ページ右部分の枠設定 */
#right {
	float: right;
	width: 265px;
	background-color: #E5F6FF;
	border: 1px solid #0000CC;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	overflow: hidden;
	}

/* ページ中央部分の枠設定 */
#center {
	float: left;
	width: 485px;
	overflow: hidden;
	/* background-color: #FFFFFF; */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
