﻿function hoverImage() {


    $('#imgHeaderHome').hover(
      function() { $(this).attr('src', 'NewImage/Navi/navi_topA_Over.png'); },
      function() { $(this).attr('src', 'NewImage/Navi/navi_topA.png'); }
  );

    $('#imgHeaderAbout').hover(
      function() { $(this).attr('src', 'NewImage/Navi/navi_topB_Over.png'); },
      function() { $(this).attr('src', 'NewImage/Navi/navi_topB.png'); }
  );

    $('#imgHeaderSiteMap').hover(
      function() { $(this).attr('src', 'NewImage/Navi/navi_topC_Over.png'); },
      function() { $(this).attr('src', 'NewImage/Navi/navi_topC.png'); }
  );

    $('#imgHeaderSupport').hover(
      function() { $(this).attr('src', 'NewImage/Navi/navi_topD_Over.png'); },
      function() { $(this).attr('src', 'NewImage/Navi/navi_topD.png'); }
  );
  
  
  

    $('#imgFooterCompany').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerK.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerD.png'); }
  );

    $('#imgFooterPrivacy').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerN.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerG.png'); }
  );

    $('#imgFooterAbout').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerH.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerA.png'); }
  );

    $('#imgFooterEntry').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerB_over.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerB.png'); }
  );

    $('#imgFooterLink').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerC_over.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerC.png'); }
  );

    $('#imgFooterSupport').hover(
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerM.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/navi_footerF.png'); }
  );

    $('#imgFooterRule').hover(
      function() { $(this).attr('src', 'NewImage/Footer/kiyakuB.png'); },
      function() { $(this).attr('src', 'NewImage/Footer/kiyakuA.png'); }
  );



//    $('#CenterContainer').css("background-color", "#000000");
//    $('#Center').css("background-color", "#FF00FF");
//    $('#Left').css("background-color", "#FF0000");
//    $('#Right').css("background-color", "#00FF00");
};