

/* ページ左部分の枠設定 */
#left {
	background:url(../img/title_menu.gif) no-repeat top left;
	float: left;
	width: 180px;
	overflow: hidden;
	margin:0 15px 0 15px;
	display:inline;
	text-align:left;
	padding:66px 0 0 0;
	}

/* ページ右部分の枠設定 */
#right {
	float:left;
	width: 180px;
	overflow: hidden;
	background: #FFF;
	background:url(../img/title_info.gif) no-repeat top left;
	margin:0 15px 0 15px;
	display:inline;
	padding:66px 0 0 0;
	}

/* ページ中央部分の枠設定 */
#center {
	float: left;
	width: 460px;
	overflow: hidden;
	padding:40px 0px 0px 0px;
	background:url(../img/title_memories.gif) no-repeat top center;
	padding:66px 0 0 0;
	}


