// JavaScript Document

function backnumber()
{
	var html = '';
	
	html += '<div class="ipsum marginBottomTall">';
	html += '<dl>';
	html += '<dt><img src="/psc/resources/images/rightnavi/titSideIpsumB_n.jpg" alt="バックナンバー" height="40" width="183"></dt>';
	html += '<dd>';
	html += '<div class="alpha">';
	html += '<ul>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/nagano-hukkokuoyaki.html">【長野県】水城漬物工房の限定おやき6種セット</a></li>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/sizuoka-odenn.html">【静岡県】海ぼうずの静岡おでん</a></li>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/hokkaidou-siso.html">【北海道】プレミアムシソジュースセット</a></li>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/sizuoka-kawanecha.html">【静岡県】沢本園の川根茶とやぶきた羊羹セット</a></li>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/nagano-oyaki.html">【長野県】信州むらおやき7種詰合せ</a></li>';
	html += '<li><a class="icoArrow" href="http://www.postal-jp.com/psc/plus/backnumber.html">バックナンバー一覧</a></li>';
	html += '</ul>';
	html += '</div>';
	html += '</dd>';
	html += '</dl>';
	html += '</div>';
	
	document.write(html);
}