function Sub(){
	document.write('<ul>');
		document.write('<li><a href="'+ URL +'guarantee/"><img src="'+ IMG +'common/image/nav/guarantee-index.gif" id="guarantee-index" width="137" height="30" alt="保証のながれ" /></a></li>');
		document.write('<li><a href="'+ URL +'prepayment/"><img src="'+ IMG +'common/image/nav/guarantee-prepayment.gif" id="guarantee-prepayment" width="137" height="30" alt="前払金保証" /></a></li>');
		document.write('<li><a href="'+ URL +'contract/"><img src="'+ IMG +'common/image/nav/guarantee-contract.gif" id="guarantee-contract" width="137" height="30" alt="契約保証" /></a></li>');
		document.write('<li><a href="'+ URL +'reservation/"><img src="'+ IMG +'common/image/nav/guarantee-reservation.gif" id="guarantee-reservation" width="137" height="30" alt="契約保証予約" /></a></li>');
		document.write('<li><a href="'+ URL +'midterm/"><img src="'+ IMG +'common/image/nav/guarantee-midterm.gif" id="guarantee-midterm" width="137" height="30" alt="中間前払金保証" /></a></li>');
		document.write('<li><a href="'+ URL +'guarantee/form.html"><img src="'+ IMG +'common/image/nav/guarantee-form.gif" id="guarantee-form" width="138" height="30" alt="申込書類・様式集" /></a></li>');
		document.write('<li><a href="'+ URL +'guarantee/fee.html"><img src="'+ IMG +'common/image/nav/guarantee-fee.gif" id="guarantee-fee" width="137" height="30" alt="保証料・手数料" /></a></li>');
	document.write('</ul>');
}

