//DlナビON/OFF分岐


	//パス取得
	path = location.pathname;

	if(path.match("/dl/")){
		if(path.match("about.html")){//HDJ正規販売網とは
			document.getElementById("subNavi01").setAttribute("id","active");
		}else if(path.match("service.html")){ //全国共通サービス体制
			document.getElementById("subNavi02").setAttribute("id","active");
		}
	};
	if(path.match("/dl/megadl/")){//メガディーラー
		document.getElementById("subNavi03").setAttribute("id","active");
	};
	if(path.match("/goods/direct/")){//ウェア&amp;グッズ専門店
		document.getElementById("subNavi04").setAttribute("id","active");
	};
	if(path.match("/company/activity/trade/")){//自動車公正取引協議会会員店
		document.getElementById("subNavi05").setAttribute("id","active");
	};
	if(path.match("/support/")){//3つの安心サポート
		document.getElementById("subNavi06").setAttribute("id","active");
	};