function OutputHeaderMenu(tempPath) {
	document.write('<div id="header_menu">｜　');
	document.write('<a href="' + tempPath + 'index.html" class="header">ＨＯＭＥ</a>　｜　');
	document.write('<a href="' + tempPath + 'profile/index.html" class="header">秋元康プロフィール</a>　｜　');
	document.write('<a href="' + tempPath + 'howto/index.html" class="header">深呼吸倶楽部とは</a>　｜　');
	document.write('<a href="' + tempPath + 'event_past/index.html" class="header">過去のイベント</a>　｜　');
	document.write('<a href="' + tempPath + 'form/otoiawase/index.html" class="header">お問い合わせ</a>　｜　');
	document.write('<a href="' + tempPath + 'form/mm/index.html" class="header">メルマガ登録</a>　｜　');
	document.write('<a href="' + tempPath + '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="' + tempPath + '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"><a href="#" ><img src="' + tempPath + 'common/images/title_right1.jpg" alt="wait" border="0" /></a></div>');
	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="' + tempPath + 'cgi-bin/talk/c_board.cgi"><font color="#3D692C">■</font>あなたの夢を大募集</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'event/flower/index.html"><font color="#3D692C">■</font>江口美貴のフラワｰアレンジメント</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'event/yamashita/index.html"><font color="#3D692C">■</font>山下裕二の日本美術ナビゲーション</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'event/fishing/index.html"><font color="#3D692C">■</font>服部名人+領子の釣りにいこうよ！ </a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'event/fujitanoen/index.html"><font color="#3D692C">■</font>藤田先生のベランダ農業のススメ</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'event/fitness/index.html"><font color="#3D692C">■</font>深呼吸フィットネス</a></p></div>');
	document.write('<div class="right_contents"><p><a href="' + tempPath + 'cgi-bin/shot2/thumb.cgi"><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>　電話受付時間/月～土曜日10：00～17：00<br />〒171-0033 東京都豊島区高田3-15-14　TEL03-3980-4300　FAX03-3980-4301</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="' + tempPath + 'outline/index.html" class="footer">運営会社概要</a>　｜　<a href="' + tempPath + 'privacypolicy/index.html" class="footer">個人情報保護方針</a>　｜<br />Copyright (C) 2008 SHINKOKYU-CLUB.ALL RIGHTS RESERVED</div>');
	document.write('</div>');

	}
