jQuery(function($){
	$('a[href$=".jpg"] , a[href$=".gif"] , a[href$=".png"]').fancybox();
	//画像ファイルはfancyboxで開く
});
