$(document).ready( function () {
	$("img").bind("contextmenu ",function(e){
		alert("当サイトに掲載されている画像の二次使用、転載を禁じます。");
		return false;
	});
	$('a[href^="http"]').not('[href*="www.franceshoku.com/aperitif/"]').click(function(){
	window.open(this.href,'');
		return false;});
});

