// ツールチップ
$(function(){
$('a.tTip').tinyTips('<p><img src="img/common/tinyTip-cap.gif" alt="お願い" width="19" height="18" /><strong>[お問い合わせに関するお願い]</strong><br />このリンク先のフォームは、本社と共用となっております。お手数をおかけいたしますが、お問い合わせ内容欄に、<em>「松本支社への問合せ」</em>と明記してください。</p>');
$('a.tTip1').tinyTips('<p><img src="img/common/tinyTip-cap.gif" alt="お願い" width="19" height="18" /><strong>[倉庫見学ご希望の方へのお願い]</strong><br />松本支社の倉庫見学をご希望の方は、このボタンのリンク先フォームお問い合わせ内容欄に、<em>「松本支社倉庫見学希望」</em>と明記してください。</p>');
});

// ページの上へ
function ScrollTOP(){
window.scrollBy(0,-10000);
return;
}

// submenu
function ShowSubMenu(ID){
document.getElementById(ID).style.display = "block";
}
function HideSubMenu(ID){
document.getElementById(ID).style.display = "none";
}

// IE6アテンション用
function CloseIEatt(ID){
document.getElementById(ID).style.display = "none";
}
