// menu_items.js file
// comments block here

var MENU_ITEMS =[
				 
	["TOP", "index.html"],
	
	["コンセプト", "concept.html"],
	
	["セレモニー", "ceremony.html",
		
		["設備", "setsubi.html"],
		
	 ],
	
	["パーティー","party.html"],
	
	["料理", "food.html"],
	
	
];
