// ロールオーバー

jQuery(document).ready(function($)
{
$('#inquiries a img,#navi a img').rollover();
});
SW
