//「サービス内容」ナビゲーションの色変化

var imgNavigationRunwayServiceOn = "http://www.runway-jp.com/images/navigation/navigation_runway_service-on.gif";
var imgNavigationRunwayService = "http://www.runway-jp.com/images/navigation/navigation_runway_service.gif";

function changeImgNavigationRunwayService(){
document.getElementById( "chgImgNavigationRunwayService" ).src = imgNavigationRunwayServiceOn;
}

function returnImgNavigationRunwayService(){
document.getElementById( "chgImgNavigationRunwayService" ).src = imgNavigationRunwayService;
}

//「クリエイター陣」ナビゲーションの色変化

var imgNavigationRunwayOurCollectionOn = "http://www.runway-jp.com/images/navigation/navigation_runway_our-collection-on.gif";
var imgNavigationRunwayOurCollection = "http://www.runway-jp.com/images/navigation/navigation_runway_our-collection.gif";

function changeImgNavigationRunwayOurCollection(){
document.getElementById( "chgImgNavigationRunwayOurCollection" ).src = imgNavigationRunwayOurCollectionOn;
}

function returnImgNavigationRunwayOurCollection(){
document.getElementById( "chgImgNavigationRunwayOurCollection" ).src = imgNavigationRunwayOurCollection;
}

//「ランウェイ通信」ナビゲーションの色変化

var imgNavigationRunwayNewsletterOn = "http://www.runway-jp.com/images/navigation/navigation_runway_newsletter-on.gif";
var imgNavigationRunwayNewsletter = "http://www.runway-jp.com/images/navigation/navigation_runway_newsletter.gif";

function changeImgNavigationRunwayNewsletter(){
document.getElementById( "chgImgNavigationRunwayNewsletter" ).src = imgNavigationRunwayNewsletterOn;
}

function returnImgNavigationRunwayNewsletter(){
document.getElementById( "chgImgNavigationRunwayNewsletter" ).src = imgNavigationRunwayNewsletter;
}

//「ランウェイについて」ナビゲーションの色変化

var imgNavigationRunwayAboutUsOn = "http://www.runway-jp.com/images/navigation/navigation_runway_about-us-on.gif";
var imgNavigationRunwayAboutUs = "http://www.runway-jp.com/images/navigation/navigation_runway_about-us.gif";

function changeImgNavigationRunwayAboutUs(){
document.getElementById( "chgImgNavigationRunwayAboutUs" ).src = imgNavigationRunwayAboutUsOn;
}

function returnImgNavigationRunwayAboutUs(){
document.getElementById( "chgImgNavigationRunwayAboutUs" ).src = imgNavigationRunwayAboutUs;
}



//メイン画像の色変化

var imgMainRunwayTopPageFoodOn = "http://www.runway-jp.com/images/main/main_runway_toppage-1-on.jpg";
var imgMainRunwayTopPageFood = "http://www.runway-jp.com/images/main/main_runway_toppage-1.jpg";

function changeImgMainRunwayTopPageFood(){
document.getElementById( "chgImgMainRunwayTopPageFood" ).src = imgMainRunwayTopPageFoodOn;
}

function returnImgMainRunwayTopPageFood(){
document.getElementById( "chgImgMainRunwayTopPageFood" ).src = imgMainRunwayTopPageFood;
}



//「問い合わせフォーム」ボタンの色変化

var imgButtonRunwayToiawaseFormOn = "http://www.runway-jp.com/images/button/button_runway_toiawase-form-on.gif";
var imgButtonRunwayToiawaseForm = "http://www.runway-jp.com/images/button/button_runway_toiawase-form.gif";

function changeImgButtonRunwayToiawaseForm(){
document.getElementById( "chgImgButtonRunwayToiawaseForm" ).src = imgButtonRunwayToiawaseFormOn;
}

function returnImgButtonRunwayToiawaseForm(){
document.getElementById( "chgImgButtonRunwayToiawaseForm" ).src = imgButtonRunwayToiawaseForm;
}

//「ランウェイ通信」ボタンの色変化

var imgButtonRunwayNewsletterOn = "http://www.runway-jp.com/images/button/button_runway_newsletter-on.gif";
var imgButtonRunwayNewsletter = "http://www.runway-jp.com/images/button/button_runway_newsletter.gif";

function changeImgButtonRunwayNewsletter(){
document.getElementById( "chgImgButtonRunwayNewsletter" ).src = imgButtonRunwayNewsletterOn;
}

function returnImgButtonRunwayNewsletter(){
document.getElementById( "chgImgButtonRunwayNewsletter" ).src = imgButtonRunwayNewsletter;
}

//「ランウェイ通信配信希望フォーム」ボタンの色変化

var imgButtonRunwayNewsletterRequestOn = "http://www.runway-jp.com/images/button/button_runway_newsletter-request-on.gif";
var imgButtonRunwayNewsletterRequest = "http://www.runway-jp.com/images/button/button_runway_newsletter-request.gif";

function changeImgButtonRunwayNewsletterRequest(){
document.getElementById( "chgImgButtonRunwayNewsletterRequest" ).src = imgButtonRunwayNewsletterRequestOn;
}

function returnImgButtonRunwayNewsletterRequest(){
document.getElementById( "chgImgButtonRunwayNewsletterRequest" ).src = imgButtonRunwayNewsletterRequest;
}

//「Backnumber」マークの色変化

var imgMarkRunwayBacknumberOn = "http://www.runway-jp.com/images/mark_runway_backnumber-on.gif";
var imgMarkRunwayBacknumber = "http://www.runway-jp.com/images/mark_runway_backnumber.gif";

function changeImgMarkRunwayBacknumber(){
document.getElementById( "chgImgMarkRunwayBacknumber" ).src = imgMarkRunwayBacknumberOn;
}

function returnImgMarkRunwayBacknumber(){
document.getElementById( "chgImgMarkRunwayBacknumber" ).src = imgMarkRunwayBacknumber;
}

