/**************************************
*
*/
function writeHeader(){
	document.write(this.HEADER);
}

function writeNavi(){
	document.write(this.NAVI);
}
function writeLeftNavi(){
	document.write(this.LEFTNAVI);
}

function writeBanner(){
	document.write(this.BANNER);
}
function writeFooter(){
	document.write(this.FOOTER);
}

this.HEADER = '';
this.HEADER += '<div class="header-left">';
this.HEADER += '<img src="/common/img/header_logo.gif" width="510" height="53" />';
this.HEADER += '</div>';
this.HEADER += '<div class="header-right"> ';
this.HEADER += '<div class="PB10">　</br>';
this.HEADER += '</div>';
this.HEADER += '<img src="/common/img/header_txt_01.gif" width="221" height="34" />';
this.HEADER += '<img src="/common/img/header_txt_02.gif" width="144" height="34" class="marginL10" />';
this.HEADER += '</div>';




this.NAVI = '';
this.NAVI += '<ul>';
this.NAVI += '<li class="home"><a href="/index.html">ホーム</a></li>';
this.NAVI += '<li class="pc"><a href="/pc/index.html">ノートPCセット</a></li>';
this.NAVI += '<li class="game"><a href="/game/index.html">ゲーム機セット</a></li>';
this.NAVI += '<li class="data"><a href="/data/index.html">データ通信カード</a></li>';
this.NAVI += '<li class="plan"><a href="/plan/index.html">料金プラン</a></li>';
this.NAVI += '<li class="guide"><a href="/guide/index.html">ご利用ガイド</a></li>';
this.NAVI += '</ul>';


this.BANNER = '';
this.BANNER += '<div id="banner-block">';
this.BANNER += '<a href="http://www.01tsushin.com/guide/" target="_blank">';
this.BANNER += '<img src="/common/img/left_navi_bn.jpg" width="200" height="154" />';
this.BANNER += '</a>';
this.BANNER += '</div>';



this.LEFTNAVI = '';
this.LEFTNAVI += '<div id="guide-block">';
this.LEFTNAVI += '<p><img src="/common/img/left_navi_guide.gif" width="196" height="27" /></p>';
this.LEFTNAVI += '<p><img src="/common/img/left_navi_guide_02.gif" width="185" height="44" /></p>';
this.LEFTNAVI += '<ul>';
this.LEFTNAVI += '<li><a href="http://emobile.jp/area/em-map.html" target="_blank">サービスエリア</a></li>';
this.LEFTNAVI += '<li><a href="/guide/index.html"> ご購入の流れ</a></li>';
this.LEFTNAVI += '<li><a href="/guide/index.html#siharai"> お支払いについて</a></li>';
this.LEFTNAVI += '<li><a href="/guide/faq.html"> よくあるご質問</a></li>';
this.LEFTNAVI += '<li><a href="/plan/index.html"> 料金プラン</a></li>';
this.LEFTNAVI += '<li><a href="/guide/about.html"> 会社概要</a></li>';
this.LEFTNAVI += '</ul>';
this.LEFTNAVI += '</div>';
this.LEFTNAVI += '<div id="contact-block">';
this.LEFTNAVI += '<img src="/common/img/left_navi_contact.gif" width="196" height="27" />';
this.LEFTNAVI += '<img src="/common/img/left_navi_contact_02.gif" width="196" height="127" />';
this.LEFTNAVI += '</div>';


this.FOOTER = '';
this.FOOTER +='<div id="footer">';
this.FOOTER +='<div id="footer-inner" class="clearfix">';
this.FOOTER +='<a href="/index.html"><img src="/common/img/footer_01.jpg" width="190" height="58" class="floatL" /></a>';
this.FOOTER +='<div id="footerNavi">';
this.FOOTER +='<p>';
this.FOOTER +='<a href="/pc/index.html">ノートPCセット</a>　｜';
this.FOOTER +='　<a href="/game/index.html">ゲーム機セット</a>　｜';
this.FOOTER +='　<a href="/data/index.html">データ通信カード</a>　｜';
this.FOOTER +='　<a href="/plan/index.html">料金プラン</a>　｜';
this.FOOTER +='　<a href="/plan/index.html">ご購入の流れ</a><br />';
this.FOOTER +='<a href="/guide/about.html">会社概要</a>　｜';
this.FOOTER +='　<a href="/guide/about.html#low">特定商取引法表記</a>　｜';
this.FOOTER +='　<a href="/guide/privacy.html">プライバシーポリシー</a>';
this.FOOTER +='</p>';
this.FOOTER +='</div>';
this.FOOTER +='</div>';
this.FOOTER +='</div>';
this.FOOTER +='<div id="copyright">Copyright c イー・モバイル認定 正規販売店 株式会社01通信 All Rights Reserved. </div>';




				
	/*--------------------------------------------------------------------------*
  
  zebraTable.js Version1.1 update( 2009 07 03 )
  
  MIT-style license.

  Copyright (c) 2009 Minoru Hayakawa E-riverstyle Design

  For details, see the web site:
  http://blog.e-riverstyle.com/
  
--------------------------------------------------------------------------*/



$(function(){
	$("tr:even","table.zebraTable").css("backgroundColor","#EBEBEB"); 
});

$(function(){
	$("tr:even","table.zebraTable").css("color","#000000"); 
});

$(function(){
	$("tr:first","table.zebraTable").css("color","#000000"); 
});

$(function(){
	$("tr:first","table.zebraTable").css("backgroundColor","#EBEBEB"); 
});




$(function(){
	$("tr:even","table.tblinquiry").css("backgroundColor","#EBEBEB"); 
});

$(function(){
	$("tr:even","table.tblinquiry").css("color","#000000"); 
});

$(function(){
	$("tr:first","table.tblinquiry").css("color","#000000"); 
});

$(function(){
	$("tr:first","table.tblinquiry").css("backgroundColor","#EBEBEB"); 
});


