// JavaScript Document
var sBase = "/";

document.write("<div><a href='");
document.write(sBase+"company/index.html'>会社概要</a>　│　<a href='");
document.write(sBase+"shop/index.html'>ショップ情報</a>　│　<a href='");
document.write(sBase+"recruit/index.html'>採用情報</a>　│　<a href='");
document.write(sBase+"faq/index.html'>よくあるご質問</a>　│　<a href='");
document.write(sBase+"policy/index.html'>個人情報保護方針</a><br>&nbsp;<br>（C）FELICE TOWAKO COSME. All rights reserved.</div>");