// ロゴクリック
function topPage() {
	location.href = "./index.html";
}

// メニュー
function corporateProfile() {
	location.href = "./evCompInfo.html";
}

function activities() {
	location.href = "./evActivities.html";
}

function companyTraining() {
	location.href = "./evSolutionSectionMeeting.html";
}

function employmentInformation() {
	location.href = "./evBosyu.html";
}

function access() {
	location.href = "./evAccess.html";
}

// 会社案内画面
function presidentGreetings() {
	location.href = "./evPresGree.html";
}

function companyOverview() {
	location.href = "./evCompInfo.html";
}

function organizationChart() {
	location.href = "./evOrgan.html";
}

// 事業内容画面
function solutionSection() {
	location.href = "./evActivities.html";
}

function produceSection() {
	location.href = "./evProsec.html";
}

// 社内教育画面
function solutionMeeting() {
	location.href = "./evSolutionSectionMeeting.html";
}

function leaderMeeting() {
	location.href = "./evLeaderMeeting.html";
}


// 採用情報画面
function bosyu() {
	location.href = "./evBosyu.html";
}

function kyubo() {
	location.href = "./evKyubo.html";
}

function fukuri() {
	location.href = "./evFukuri.html";
}

function career() {
	location.href = "./evCareer.html";
}

function shain() {
	location.href = "./evShain.html";
}


// 採用情報-契約社員-
function contract_0() {
	location.href = "./evContract_0.html";
}

function contract_1() {
	location.href = "./evContract_1.html";
}

function contract_2() {
	location.href = "./evContract_2.html";
}

function contract_3() {
	location.href = "./evContract_3.html";
}

// 採用情報-社員の声-
function shain1() {
	location.href = "./evShain1.html";
}

function shain2() {
	location.href = "./evShain2.html";
}

// アクセス画面
function accessMap() {
	location.href = "./evAccess.html";
}

function inquiry() {
	location.href = "./evInquiry.html";
}

// ボトムメニュー
function siteMap() {
	location.href = "./evSiteMap.html";
}

function policy() {
	location.href = "./evPolicy.html";
}


// 会社の表示・非表示
function cmpHidden() {
	document.all.item("comp").style.visibility = "hidden";
}

function cmpDisp() {
	document.all.item("comp").style.visibility = "visible";
}

