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

