/*!
 * JavaScript Library Style v1.1.1
 * http://www.neko-system.com/
 *
 * 依存ライブラリ：jQuery1.4.2
 * 更新日：2010.10.01
 */
$(function(){$("img.ns_rollover").mouseover(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_on$2"))}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)_on(\.[a-z]+)$/,"$1$2"))}).each(function(){var a=$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_on$2");setTimeout(function(){$("<img>").attr("src",a)},200)});$("img.ns_active").each(function(){var a=$(this).attr("src");if(a.match(/_on\./)==null)a=a.replace(/^(.+)(\.[a-z]+)$/,"$1_on$2");$(this).attr("src",
a)})});
$(function(){$("input[type='image'].ns_rollover").mouseover(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_on$2"))}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace(/^(.+)_on(\.[a-z]+)$/,"$1$2"))}).each(function(){var a=$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/,"$1_on$2");setTimeout(function(){$("<img>").attr("src",a)},200)});$("input[type='image'].ns_active").each(function(){var a=$(this).attr("src");if(a.match(/_on\./)==null)a=a.replace(/^(.+)(\.[a-z]+)$/,"$1_on$2");
$(this).attr("src",a)})});
function activate(a){if(!($(a)==null||$(a).get(0)==null))if($(a).get(0).tagName=="IMG"||$(a).get(0).tagName=="INPUT"){if($(a).hasClass("ns_rollover")){$(a).removeClass("ns_rollover");$(a).addClass("ns_active");var b=$(a).attr("src");if(b.match(/_on\./)==null)b=b.replace(/^(.+)(\.[a-z]+)$/,"$1_on$2");$(a).attr("src",b);$(a).mouseover(function(){$(this).attr("src",b)}).mouseout(function(){$(this).attr("src",b)})}}else alert($(a).get(0).tagName+" \u30bf\u30b0\u306b\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093")};

