﻿// クリッカブルマップのロールオーバー

function changeMapImage(imgPath) {
  document.getElementById('map').src = imgPath;
}
