// JavaScript Document

window.onload = function() {
	browserCheck();

	// bodyタグのIDにページのパス（例：compnay-index）を設定
//	var path = location.pathname;
//	path = path.replace(/\//g,'-').replace(/\.html$/,'').replace(/^-indigo-/,'');
//	document.getElementsByTagName('body')[0].id = path;

}
