/* ページ中央部分の枠設定 */
#center {
	float: center;
	width: 795px;
	overflow: hidden;
	border-top: none;
	border-left:none;
	border-right: none;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
	/* background-color: #000000; */
	}