//---------------ナビ表示-------------------//

function navi_head(){
	document .write (
	'<ul class="navi">',
	'<li><a href="'+dir+'index.html"><img src="'+dir+'img/navi_01.gif" alt="ロゴ"></a></li>',
	'<li><a href="'+dir+'concept/index.html"><img src="'+dir+'img/navi_02.gif" alt="コンセプト"></a></li>',
	'<li><a href="'+dir+'recommend/index.html"><img src="'+dir+'img/navi_03.gif" alt="%u65EC%u306E%u304A%u3059%u3059%u3081"></a></li>',
	'<li><a href="'+dir+'course/index.html"><img src="'+dir+'img/navi_04.gif" alt="お料理"></a></li>',
	'<li><a href="'+dir+'drink/index.html"><img src="'+dir+'img/navi_05.gif" alt="お飲み物"></a></li>',
	'<li><a href="'+dir+'information/index.html"><img src="'+dir+'img/navi_06.gif" alt="%e3%81%8a%e5%ba%97%e3%81%ae%e3%81%94%e6%a1%88%e5%86%85"></a></li>',
	'<li><a href="'+dir+'blog/index.html"><img src="'+dir+'img/navi_07.gif" alt="スタッフブログ" /></a></li>',
	'<li><a href="'+dir+'recruit/index.html"><img src="'+dir+'img/navi_08.gif" alt="求人情報"></a></li>',
	'</ul>');
	}

function swf_footer(){
	document .write ('<img src="'+dir+'img/foot.jpg">');
	}

//---------------リンク先設定-------------------//
function HOME() {
	document.location.href = dir+"index.html";
	}

function N01() {
	document.location.href = dir+"concept/index.html";
	}
function N02() {
	document.location.href = dir+"collection/index.html";
	}
function N03() {
	document.location.href = dir+"coordinate/index.html";
	}
function N04() {
	document.location.href = dir+"news/index.html";
	}
function N05() {
	document.location.href = dir+"blog/index.html";
	}
function N06() {
	document.location.href = dir+"download/index.html";
	}
function N07() {
	document.location.href = dir+"shop/index.html";
	}
function N08() {
	window.open('http://www.selectsquare.com','SS','menubar=yes,titlebar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,resizable=yes');
	}
function FT01() {
	document.location.href = dir+"company/index.html";
	}
function FT02() {
	document.location.href = dir+"contact/index.html";
	}
function FT03() {
	document.location.href = dir+"publicity/index.html";
	}

function FT04() {
	document.location.href = dir+"recruit/index.html";
	}
function FT05() {
	document.location.href = dir+"privacy/index.html";
	}
