// JavaScript Document

$(function() {
	$("#gl li.first").hover(function() {
		$("img", this).attr("src", "images/gl01_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/gl01_off.jpg");
	});
	$("#gl li.second").hover(function() {
		$("img", this).attr("src", "images/gl02_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/gl02_off.jpg");
	});
	$("#gl li.third").hover(function() {
		$("img", this).attr("src", "images/gl03_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/gl03_off.jpg");
	});
	$("#gl li.fourth").hover(function() {
		$("img", this).attr("src", "images/gl04_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/gl04_off.jpg");
	});
	$("#gl li.last").hover(function() {
		$("img", this).attr("src", "images/gl05_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/gl05_off.jpg");
	});
	$("#gl p").hover(function() {
		$("img", this).attr("src", "images/kensaku_btn01_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/kensaku_btn01_off.jpg");
	});
	$("#submit01 button").hover(function() {
		$("img", this).attr("src", "images/kensaku_btn02_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/kensaku_btn02_off.jpg");
	});
	$("#sub_contents button").hover(function() {
		$("img", this).attr("src", "images/kensaku_btn03_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/kensaku_btn03_off.jpg");
	});
	$("#kensaku_r .section_lv4 .right_area p").hover(function() {
		$("img", this).attr("src", "images/syousai_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/syousai_btn_off.jpg");
	});
	$("#main2_contents #oubo_info .right_area p span#kakunin_area").hover(function() {
		$("input", this).attr("src", "images/kakunin_btn_on.jpg");
	}, function() {
		$("input", this).attr("src", "images/kakunin_btn_off.jpg");
	});
	$("#main2_contents #oubo_info .right_area p span#soushin_area").hover(function() {
		$("input", this).attr("src", "images/soushin_btn_on.jpg");
	}, function() {
		$("input", this).attr("src", "images/soushin_btn_off.jpg");
	});
	$("#main2_contents #oubo_info .right_area p span#syusei_area").hover(function() {
		$("input", this).attr("src", "images/syusei_btn_on.jpg");
	}, function() {
		$("input", this).attr("src", "images/syusei_btn_off.jpg");
	});
	$("#main3_contents #map_midashi p button").hover(function() {
		$("img", this).attr("src", "images/print_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/print_btn_off.jpg");
	});
	$("#main_contents #oubo_form01 #change_btn button").hover(function() {
		$("img", this).attr("src", "images/soushin_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/soushin_btn_off.jpg");
	});
	$("#main_contents #oubo_form01 #change_btn01 button").hover(function() {
		$("img", this).attr("src", "images/soushin_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/soushin_btn_off.jpg");
	});
	$("#main_contents #oubo_form01 #change_btn02 button").hover(function() {
		$("img", this).attr("src", "images/syusei_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/syusei_btn_off.jpg");
	});
	$("#main_contents #kyujin_meisai .sakujo_btn button").hover(function() {
		$("img", this).attr("src", "images/sakujo_btn_on.jpg");
	}, function() {
		$("img", this).attr("src", "images/sakujo_btn_off.jpg");
	});
});
