// メインメニューのロールオーバー
$(document).ready(function($) {
    $('#menu a img, .details a img, .inquiry_footer img, .inquiry_footer input, .bnr_doc img').rollover();
});

$(function(){
	$("a[href*='#']").filter(function(){
		return !$(this).parent().parent().hasClass("tab");
	}).slideScroll();
});

// ドロップダウンメニュー
$(function() {
	$("#nav").droppy();
});

// lightbox
$(function() {
    $('#cert').lightBox();
});


gaAccountCode = "UA-10471326-4";

