$(function(){
 $('#contents').after('<iframe id="iframe_underbunner" scrolling="no" frameborder="0" src="/html/page11.html" width="680" height="1400"></iframe>');
 $('#main').after('<iframe id="iframe_underbunner" scrolling="no" frameborder="0" src="/html/page11.html" width="680" height="1400"></iframe>');
});

$(function(){  
 $('#side_category .accordion').mouseover(function() {  
  $(this).next().slideDown();  
  }).next().hide();
});

$(function(){
 $('#itemDetail img[src$="/images/brand/detail_basket4.gif"]').attr('alt','買い物かごに入れる');
});
$(function(){
 $('#itemDetail img[src$="/images/brand/detail_baro4.gif"]').hide();
});
$(function(){
 $('#pageNv').hide();
});
$(function(){
 $('#item').wrap('<h3></h3>');
});
$(function(){
 $('#itemInfo p:first').css('font-weight','bold');
});




