
//フッタクレジット
var date = new Date();
var year = date.getFullYear();
var month = date.getMonth() + 1;
var day = date.getDate();
if(day <= 9) { day = "0"+day }
var monthday = month +"."+ day;

function credit(foot){

document.write('<div class="ss" style="margin-top:12px; margin-bottom:6px; text-align:center;">');
//	document.write('<span style="letter-spacing:-1px;">');
document.write('｜<a href="tapestry.html">タペストリー</a>');
document.write('｜<a href="tapestry_pet.html">ペットのポスター</a>');
document.write('｜<a href="calender.html">アニバーサリーカレンダー</a>');
document.write('｜<a href="sepron.html">電磁波対策エプロン</a>');
document.write('｜<a href="inodore.html"><span class="sss">イノドールクイック</span>瞬感消臭</a>｜<br />');
document.write('｜<a href="wiping_cloth.html"><span class="sss">高機能ダスター</span>そうじの神様</a>');
document.write('｜<a href="pr_sheet.html">応援幕・横断幕</a>');
<!-- document.write('｜<a href="regulations.html">ご注文規定</a>'); -->
document.write('｜<a href="about_order.html">ご注文について</a>');
document.write('｜<a href="mailto:seki@seiren.co.jp"><img src="cmnimg/iconmail.gif" width="16" height="11" alt="" border="0" style="vertical-align:middle;"></a>');
document.write('｜<a href="http://www.seirensyouji.jp/" target="_blank">会社案内</a>｜<br />');	//｜</span>
if(foot==null){ 
	document.write('<div style="width:570px; margin-left:auto; margin-right:auto; margin-top:5px;">');
	document.write('<img src="cmnimg/footer.jpg" width="570" height="26" alt="">');
	if (year > 2008  ||  monthday  >= 3.03 ) {
		document.write('<div style="text-align:left; margin-left:300px; margin-top:3px;">');
		document.write('<div class="ss">セーレン商事株式会社　<span class="sss">商品販売部<br>');
		document.write('<nobr>福井市毛矢1-10-1(セーレン新本社ビル3F) 〒918-8003</nobr></span></div>');
		document.write('<div class="ss" style="font-family:Verdana;"><tt>tel:0776-33-8822　fax:0776-33-8827</tt></div></div></div>');
		} else {
		document.write('<div style="text-align:left; margin-left:350px; margin-top:3px;">');
		document.write('<div class="ss">セーレン商事株式会社　<span class="sss">商品販売部</span></div>福井市勝見１丁目13-8　〒910-0856');
		document.write('<div class="ss" style="font-family:Verdana;"><tt>tel:0776-23-5100　fax:0776-23-5107</tt></div></div></div>');
		}
	} else { 
	document.write('<div style="width:710px; margin-left:auto; margin-right:auto; margin-top:5px;">');
	document.write('<img src="cmnimg/footer02.jpg" width="710" height="26" alt="">');
	if (year > 2008  ||  monthday  >= 3.03 ) {
		document.write('<div style="text-align:left; margin-left:440px; margin-top:3px;">');
		document.write('<div class="ss">セーレン商事株式会社　<span class="sss">商品販売部<br>');
		document.write('<nobr>福井市毛矢1-10-1(セーレン新本社ビル3F) 〒918-8003</nobr></span></div>');
		document.write('<div class="ss" style="font-family:Verdana;"><tt>tel:0776-33-8822　fax:0776-33-8827</tt></div></div></div>');
		} else {
		document.write('<div style="text-align:left; margin-left:490px; margin-top:3px;">');
		document.write('<div class="ss">セーレン商事株式会社　<span class="sss">商品販売部</span></div>福井市勝見１丁目13-8　〒910-0856');
		document.write('<div class="ss" style="font-family:Verdana;"><tt>tel:0776-23-5100　fax:0776-23-5107</tt></div></div></div>');
		}
	}
}

function oldCredit(){
if (year > 2008  ||  monthday  >= 3.03 ) {
	document.write('セーレン商事株式会社　〒918-8003　福井市毛矢１-１０-１（セーレン新本社ビル３Ｆ）<br>');
	document.write('ＴＥＬ：０７７６-３３-８８３３　ＦＡＸ：０７７６-３３-８８２７　担当　関');
	} else {
	document.write('セーレン商事株式会社　〒910-0856 福井市勝見１丁目１３−８<br>');
	document.write('ＴＥＬ：０７７６-２３-５１００　ＦＡＸ：０７７６-２３-５１０７　担当　関');
	}
}

function oldCredit02(){
if (year > 2008  ||  monthday  >= 3.03 ) {
	document.write('<div style="margin-left:1em;">〒918-8003　福井市毛矢１-１０-１（セーレン新本社ビル３Ｆ）<br>');
	document.write('ＴＥＬ：０７７６-３３-８８３３　ＦＡＸ：０７７６-３３-８８２７<br>');
	document.write('担当　関　mail : seki@seiren.co.jp</div>');
	} else {
	document.write('<div style="margin-left:1em;">〒910-0856 福井県福井市勝見１丁目１３−８<br>');
	document.write('ＴＥＬ： ０７７６-２３-５１００　ＦＡＸ： ０７７６-２３-５１０７<br>');
	document.write('担当　関　mail : seki@seiren.co.jp</div>');
	}
}

