/* top image */ $(document).ready(    function(){       $('ul#img-main').innerfade({          speed: 2000,          timeout: 6000,          type: 'sequence',          containerheight: '426px'       });    });  /* 【花畑記念庭園】四季の写真 */ $(function(){	$(".navi a").click(function(){		$(".main img").before("<img src='"+$(this).attr("href")+"' alt=''>");		$(".main img:last").fadeOut("fast",function(){			$(this).remove();		});		return false;	});});  /* 【イベントカレンダー】詳細ページ写真 */ $(function(){	$("table.event-detail td ul li:last").css("margin-right","0px");});
