var rootPath = 'http://www.shinkokyu-club.com/';

function OutputHeaderMenu(tempPath) {
	document.write('<div id="header_menu">｜　');
	document.write('<a href="' + rootPath + 'index.html" class="header">ＨＯＭＥ</a>　｜　');
	document.write('<a href="' + rootPath + 'profile/index.html" class="header">秋元康プロフィール</a>　｜　');
	document.write('<a href="' + rootPath + 'howto/index.html" class="header">深呼吸倶楽部とは</a>　｜　');
	document.write('<a href="' + rootPath + 'event_past/index.html" class="header">過去のイベント</a>　｜　');
	document.write('<a href="' + rootPath + 'form/otoiawase/index.html" class="header">お問い合わせ</a>　｜　');
	document.write('<a href="' + rootPath + 'form/mm/index.html" class="header">メルマガ登録</a>　｜　');
	document.write('<a href="' + rootPath + 'sitemap/index.html" class="header">サイトマップ</a>　｜</div>');
	document.write('<div class="header02"><img src="' + tempPath + 'common/images/base_pic.jpg" /></div>');
	document.write('<div class="header01"><a href="' + rootPath + 'index.html"><img src="' + tempPath + 'common/images/base_logo.jpg" alt="深呼吸倶楽部　ロゴ" /></a></div>');
	document.write('<div class="bar"><img src="' + tempPath + 'common/images/header_bar.jpg" /></div>');
	}

function OutputRightMenu(tempPath) {
	document.write('<div id="right">');
	document.write('<div class="right_menu01"><img src="' + tempPath + 'common/images/title_right2.jpg" alt="コンテンツ一覧" width="235" border="0" /></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'cgi-bin/talk/c_board.cgi"><font color="#3D692C">■</font>あなたの夢を大募集</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/hattori/index.html"><font color="#3D692C">■</font>服部幸應氏のレッツ食育</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/golf/index.html"><font color="#3D692C">■</font>高見和宏プロのスーパーショット</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/fujitanoen/index.html"><font color="#3D692C">■</font>藤田先生のベランダ農業のススメ</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/fishing/index.html"><font color="#3D692C">■</font>服部名人+領子の釣りにいこうよ！</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/art_kido/index.html"><font color="#3D692C">■</font>城戸真亜子のアート散歩</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/flower/index.html"><font color="#3D692C">■</font>江口美貴のフラワｰアレンジメント</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + rootPath + 'event/fitness/index.html"><font color="#3D692C">■</font>深呼吸フィットネス</a></p></div>');
	document.write('</div>');
	}

function OutputFooterMenu(tempPath) {
	document.write('<div id="footer">');
	document.write('<div class="footer_left"><b>【深呼吸倶楽部事務局】</b><br />〒171-0033 東京都豊島区高田3-37-10　ヒルサイドスクウェア</div>');
	document.write('<div class="footer_right"><a href="http://www.kyoraku.co.jp/" target="_blank"><img src="' + tempPath + 'common/images/footer_logo.jpg" alt="京楽産業．" /></a></div>');
	document.write('<div class="footer_right">｜　<a href="' + rootPath + 'outline/index.html" class="footer">運営会社概要</a>　｜　<a href="' + rootPath + 'privacypolicy/index.html" class="footer">個人情報保護方針</a>　｜<br />Copyright (C) 2010 SHINKOKYU-CLUB.ALL RIGHTS RESERVED</div>');
	document.write('</div>');

	}

