$(document).ready(function()
{
  $("div.index01_01").mouseover(function ()
  {
    $(this).addClass("index01_01_hover");
  });

  $("div.index01_01").mouseout(function ()
  {
    $(this).removeClass("index01_01_hover");
  });
});
$(document).ready(function(){
						   
	$(".index01_01").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});


$(document).ready(function()
{
  $("div.index01_02").mouseover(function ()
  {
    $(this).addClass("index01_02_hover");
  });

  $("div.index01_02").mouseout(function ()
  {
    $(this).removeClass("index01_02_hover");
  });
});
$(document).ready(function(){
						   
	$(".index01_02").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});


$(document).ready(function()
{
  $("div.index01_03").mouseover(function ()
  {
    $(this).addClass("index01_03_hover");
  });

  $("div.index01_03").mouseout(function ()
  {
    $(this).removeClass("index01_03_hover");
  });
});
$(document).ready(function(){
						   
	$(".index01_03").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});

$(document).ready(function()
{
  $("div.index01_04").mouseover(function ()
  {
    $(this).addClass("index01_04_hover");
  });

  $("div.index01_04").mouseout(function ()
  {
    $(this).removeClass("index01_04_hover");
  });
});
$(document).ready(function(){
						   
	$(".index01_04").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});

