jQuery(function(){
  jQuery("a").bind("focus",function(){if(this.blur)this.blur();});
  jQuery("a.target_blank").attr("target","_blank");
  jQuery(".side_news li:last").addClass('last_news');
  jQuery("#side_recommend li:last").addClass('last_recommend');
  jQuery('#global_menu img, #footer_menu img, #header_menu img, #side_menu img, #search_button input, .index_more img, #index_content1 .more img, .index_content2 .more img, .index_content3 .more img, #return_top img, #contact_button input, .side_contents .more img, #kaigo_top img, .restaurant_box .button1 img, .restaurant_box .button2 img, #roc_series .link img, #chuko_list .more img, .shopping_more img').rollover();

});
