jQuery(function($){
		//別窓ウインドウ
	$('[href^="http"]').not('[href*="'+document.domain+'"],[href*="www.mikami-flag.co.jp"]').click(function(){
		window.open(this.href, "_blank");
		return false;
	}).each(function() {
		$(this.parentNode).addClass('external');
	});
	});
