// アラートメッセージ

function showMsg(){
	alert("準備中です。");
}

// jQuery ロールオーバー画像のPNG透過
// 最終絶対パスで記述
// 使っていないものは消去しないとまともに動かないので注意

$(function() {
	var menu01_top = document.getElementById('menu01_top');
	IEPNGFIX.hover(menu01_top, 'http://www.perchs.jp/shared/img/navi/menu01_top_r.png');
});

$(function() {
	var menu02_news = document.getElementById('menu02_news');
	IEPNGFIX.hover(menu02_news, 'http://www.perchs.jp/shared/img/navi/menu02_news_r.png');
});

$(function() {
	var menu03_aboutperchs = document.getElementById('menu03_aboutperchs');
	IEPNGFIX.hover(menu03_aboutperchs, 'http://www.perchs.jp/shared/img/navi/menu03_aboutperchs_r.png');
});

$(function() {
	var menu04_lineup = document.getElementById('menu04_lineup');
	IEPNGFIX.hover(menu04_lineup, 'http://www.perchs.jp/shared/img/navi/menu04_lineup_r.png');
});

$(function() {
	var menu05_shopinfo = document.getElementById('menu05_shopinfo');
	IEPNGFIX.hover(menu05_shopinfo, 'http://www.perchs.jp/shared/img/navi/menu05_shopinfo_r.png');
});

$(function() {
	var menu06_events = document.getElementById('menu06_events');
	IEPNGFIX.hover(menu06_events, 'http://www.perchs.jp/shared/img/navi/menu06_events_r.png');
});

$(function() {
	var menu07_link = document.getElementById('menu07_link');
	IEPNGFIX.hover(menu07_link, 'http://www.perchs.jp/shared/img/navi/menu07_link_r.png');
});

$(function() {
	var menu08_shopping = document.getElementById('menu08_shopping');
	IEPNGFIX.hover(menu08_shopping, 'http://www.perchs.jp/shared/img/navi/menu08_shopping_r.png');
});

$(function() {
	var menu09_english = document.getElementById('menu09_english');
	IEPNGFIX.hover(menu09_english, 'http://www.perchs.jp/shared/img/navi/menu09_english_r.png');
});

$(function() {
	var menu10_blog = document.getElementById('menu10_blog');
	IEPNGFIX.hover(menu10_blog, 'http://www.perchs.jp/shared/img/navi/menu10_blog_r.png');
});

$(function() {
	var menu_s01_tea = document.getElementById('menu_s01_tea');
	IEPNGFIX.hover(menu_s01_tea, 'http://www.perchs.jp/shared/img/navi/menu_s01_tea_r.png');
});

$(function() {
	var menu_s02_food = document.getElementById('menu_s02_food');
	IEPNGFIX.hover(menu_s02_food, 'http://www.perchs.jp/shared/img/navi/menu_s02_food_r.png');
});

$(function() {
	var menu_s03_gift = document.getElementById('menu_s03_gift');
	IEPNGFIX.hover(menu_s03_gift, 'http://www.perchs.jp/shared/img/navi/menu_s03_gift_r.png');
});

$(function() {
	var menu_s04_news = document.getElementById('menu_s04_news');
	IEPNGFIX.hover(menu_s04_news, 'http://www.perchs.jp/shared/img/navi/menu_s04_news_r.png');
});

$(function() {
	var menu_s05_tokyo = document.getElementById('menu_s05_tokyo');
	IEPNGFIX.hover(menu_s05_tokyo, 'http://www.perchs.jp/shared/img/navi/menu_s05_tokyo_r.png');
});

$(function() {
	var menu_s06_ashiya = document.getElementById('menu_s06_ashiya');
	IEPNGFIX.hover(menu_s06_ashiya, 'http://www.perchs.jp/shared/img/navi/menu_s06_ashiya_r.png');
});

$(function() {
	var menu_s07_tokyoinfo = document.getElementById('menu_s07_tokyoinfo');
	IEPNGFIX.hover(menu_s07_tokyoinfo, 'http://www.perchs.jp/shared/img/navi/menu_s05_tokyo_r.png');
});

$(function() {
	var menu_s08_ashiyainfo = document.getElementById('menu_s08_ashiyainfo');
	IEPNGFIX.hover(menu_s08_ashiyainfo, 'http://www.perchs.jp/shared/img/navi/menu_s06_ashiya_r.png');
});

$(function() {
	var menu_s09_tokyoevents = document.getElementById('menu_s09_tokyoevents');
	IEPNGFIX.hover(menu_s09_tokyoevents, 'http://www.perchs.jp/shared/img/navi/menu_s05_tokyo_r.png');
});

$(function() {
	var menu_s10_ashiyaevents = document.getElementById('menu_s10_ashiyaevents');
	IEPNGFIX.hover(menu_s10_ashiyaevents, 'http://www.perchs.jp/shared/img/navi/menu_s06_ashiya_r.png');
});



