function IMG_ora (a) {
  a.firstChild.src = "/image/custom/koumoku_ora.gif";
}

function IMG_black (a) {
  a.firstChild.src = "/image/custom/koumoku.gif";
}

/* ヘッダーメニューアイコン画像 */
function mouth_out() {
   var head_menu_img = document.getElementById("head_menu");
   head_menu_img.src = "/image/custom/head_menu.gif";
}

/* ヘッダーメニューアイコンマウスオーバー時画像 */

/* トピックス */
function topics_over() {
   var head_menu_img = document.getElementById("head_menu");
   head_menu_img.src = "/image/custom/head_menu_topics.gif";
}

/* ホビースペース */
function hobbyspace_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_hobbyspace.gif";
}

/* せこうれい */
function showcase_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_showcase.gif";
}

/* ランドピア */
function landpia_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_landpier.gif";
}

/* ホビー創作工房 */
function sosakukobo_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_sosakukobo.gif";
}

/* ホビーパーツセンター */
function hobbyparts_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_hobbyparts.gif";
}

/* Hobby Goods */
function goods_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_goods.gif";
}

/* ホビースタイルホーム */
function home_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_home.gif";
}

/* ホビースタイルオートクチュール */
function hautecouture_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_hautecouture.gif";
}

/* ホビースタイルキットハウス */
function kithouse_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_kit.gif";
}

/* TOP */
function top_over() {
   var head_menu = document.getElementById("head_menu");
   head_menu.src = "/image/custom/head_menu_top.gif";
}


/* トップページ中央のトピックスとホビーブログ */
function top_topics_hobby_out() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top.gif";
}

/* トップページ中央のトピックス */
function top_topics_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_topics.gif";
}

/* トップページ中央のホビーブログ */
function top_hobby_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_hobby.gif";
}

/* トップページ中央のhsrc */
function top_hsrc_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_hsrc.gif";
}

/* トップページ中央の今月のおすすめプラン */
function top_osusume_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_osusume.gif";
}

/* トップページ中央の施工中の現場 */
function top_sekouchu_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_sekouchu.gif";
}

/* トップページ中央のガレージ */
function top_garage_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_garage.gif";
}

/* トップページ中央のショーケース */
function top_showcase_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_showcase.gif";
}

/* トップページ中央のひたちなか */
function top_village_over() {
   var head_menu = document.getElementById("top_topics_hobby");
   head_menu.src = "/image/custom/top_village.gif";
}

