$(document).ready(function()
{
  $("div.index04").mouseover(function ()
  {
    $(this).addClass("index04_ov");
  });

  $("div.index04").mouseout(function ()
  {
    $(this).removeClass("index04_ov");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});


$(document).ready(function()
{
  $("div.index05").mouseover(function ()
  {
    $(this).addClass("index05_ov");
  });

  $("div.index05").mouseout(function ()
  {
    $(this).removeClass("index05_ov");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});

$(document).ready(function()
{
  $("div.index04_01").mouseover(function ()
  {
    $(this).addClass("index04_01_ov");
  });

  $("div.index04_01").mouseout(function ()
  {
    $(this).removeClass("index04_01_ov");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});

$(document).ready(function()
{
  $("div.index04_02").mouseover(function ()
  {
    $(this).addClass("index04_02_ov");
  });

  $("div.index04_02").mouseout(function ()
  {
    $(this).removeClass("index04_02_ov");
  });
});
$(document).ready(function(){
						   
	$(".pane-list").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

});
