//*********************************************************************************************
//*	ファイル名：YSHeaderFooter.js
//*		ヘッダーやフッターのHTMLを出力する
//*		Copyright(C) 2009 株式会社ユーキソフト
//*********************************************************************************************


////////// コンスタント値 //////////

//*********************************************************************************************
//	YSHeaderFooter_Output_Header()
//	機能：ヘッダー出力
//	引数：なし
//	戻値：なし
//*********************************************************************************************
function YSHeaderFooter_Output_Header()
{

	window.document.write('<div style="text-align:center;">');
	window.document.write('<table style="width:770px;margin-left:auto;margin-right:auto;">');
	window.document.write('<tr>');
	window.document.write('<td>');
	window.document.write('<link rel="stylesheet" type="text/css" href="/css/Sub_index_750.css">');
	window.document.write('<table width="750" border="0" cellspacing="0" cellpadding="0">');
	window.document.write('<tr>');
	window.document.write('<td rowspan="2" class="font_black"><a href="/index.shtml"><img src="/images/logo.jpg" alt="満天土佐トップページへ" width="110" height="40" border="0"><br>    www.mantentosa.com</a></td>');
	window.document.write('<td colspan="6" class="nav2">　<a href="/culture/index.html">文化・芸術</a>　　　<a href="/yorozuai/yorozuai.html">環境エコ活動</a>　　　<a href="/henro/soemimizu.html">四国88ヶ所巡り</a>　　　<a href="/eco/index.html">花・昆虫写真集</a>　　　<a href="/surfin/index.html">サーフィン</a>　　　<a href="/local/traffic/index.html">アクセス</a>　　　<a href="/sitemap/index.html">≫サイトマップ</a></td>');
	window.document.write('</tr>');
	window.document.write('<tr>');
	window.document.write('<td width="100" class="nav sightseeing"><a href="/sightseeing/index.html">観光情報</a></td>');
	window.document.write('<td width="100" class="nav event"><a href="/sightseeing/event/index.html">イベント情報</a></td>');
	window.document.write('<td width="100" class="nav shop"><a href="/shop/index.html">お店情報</a></td>');
	window.document.write('<td width="100" class="nav shopping"><a href="/online_shopping/index.html">ネット通販</a></td>');
	window.document.write('<td width="100" class="nav fishing"><a href="/fishing/index.html">釣り</a></td>');
	window.document.write('<td width="100" class="nav hotel"><a href="/sightseeing/hotel/index.html">温泉・お宿</a></td>');
	window.document.write('</tr>');
	window.document.write('</table>');
	window.document.write('</td>');
	window.document.write('</tr>');
	window.document.write('</table>');
	window.document.write('</div>');
	
}

//*********************************************************************************************
//	YSHeaderFooter_Output_Footer()
//	機能：フッター出力
//	引数：なし
//	戻値：なし
//*********************************************************************************************
function YSHeaderFooter_Output_Footer()
{
	window.document.write('<div align="center">');
	window.document.write('<table width="600" border="0" cellspacing="5" cellpadding="0">');
	window.document.write('<tr>');
	window.document.write('<td colspan="2" align="left" valign="top">');
	window.document.write('<a href="http://www.mantentosa.com/"><img src="/images/logo2.png" width="84" height="33" border="0" align="left"></a>');
	window.document.write('<font color="#666666" size="2">');
	window.document.write('土佐の高知の中西部（主として中土佐町およびその周辺地域）に密着した観光・特産品・文化歴史などの情報を、インターネットを通じて全国に向けて発信しています。');
	window.document.write('</font>');
	window.document.write('</td>');
	window.document.write('</tr>');
	window.document.write('<tr>');
	window.document.write('<td width="152"></td>');
	window.document.write('<td width="433" align="left"><font color="#999999" size="2">掲載の記事・写真・図表などの無断転載を禁じます。<br>');
	window.document.write('お問い合わせ　＜満天土佐事務局＞　<a href="/question/question.php"><img src="/images/icn_mail.png" width="17" height="15" border="0" align="absmiddle">満天土佐へのお問合せ</a><br>');
	window.document.write('　　　　　　　　　　＜企画・運営　株式会社ユーキソフト＞　<a href="mailto:portal@yukisoft.co.jp">portal@yukisoft.co.jp</a></font></td>');
	window.document.write('</tr>');
	window.document.write('</table>');
	window.document.write('<font size="2"> <a href="http://www.mantentosa.com/"><img src="/images/line_750.png" width="748" height="20" border="0"></a></font>');
	window.document.write('</div>');

}

