$(document).ready(function(){
	$("#navigation_menu a").blend({
		speed: 900, /* エフェクト速度 */
		pulse: false /* エフェクト選択 pulse:true 点滅 reverse:true 逆再生*/
	});
});

$(function(){
	$("a[href^='http://']").attr("target","_blank");
	$("ul.illustration li:nth-child(3n)").css("margin-right", "0");
});

