// JavaScript Document

/*ロールオーバー*/

$(function() {
	$('a img.rollover').rollover('_o');
	$('form input:image.rollover').rollover('_o');
});
