
var domain='http://www.nihonvogue.co.jp/';

//--------共通----------

function footCopyright() {
	document.write('Copyright (c) NIHON VOGUE-SHA Co., Ltd. All Rights Reserved.');
}

//--------第二階層----------

function headerMain2() {
	document.write('<a href="'+domain+'" name="pagetop" target="_top"><img src="../img/spacer.gif" alt="株式会社 日本ヴォーグ社"></a>');
}

function headerNavi2() {
	document.write('<a href="../privacy/index.html">個人情報保護について</a> | <a href="../contact/index.html">お問い合わせ</a><br>');
}

function globalBottom2() {
	document.write('	<a href="'+domain+'">HOME</a> | <a href="../privacy/index.html">個人情報保護について</a> | <a href="../contact/index.html">お問い合わせ</a>');
}

//--------第三階層(「採用情報」内のコンテンツ)----------

function headerMain3() {
	document.write('<a href="'+domain+'" name="pagetop" target="_top"><img src="../../img/spacer.gif" alt="株式会社 日本ヴォーグ社"></a>');
}

function headerNavi3() {
	document.write('<a href="../../privacy/index.html">個人情報保護について</a> | <a href="../../contact/index.html">お問い合わせ</a><br>');
}

function globalBottom3() {
	document.write('	<a href="'+domain+'">HOME</a> | <a href="../../privacy/index.html">個人情報保護について</a> | <a href="../../contact/index.html">お問い合わせ</a>');
}

