document.write('<div align="center">');
document.write('<table border="0" cellspacing="10" cellpadding="0" width="800" height="100" background="img/bottom.jpg">');
	document.write('<tr valign="top">');
		document.write('<td>');
			document.write('<table border="0" cellspacing="0" cellpadding="10" width="100%">');
				document.write('<tr>');
					// メニュー
					document.write('<td>');
						document.write('<table border="0" cellspacing="0" cellpadding="15">');
							document.write('<tr>');
								document.write('<td>');
									document.write('<a href="parts.html" target="_self">');
									document.write('<span style="color:#ffffff; font-size:12px; font-family:ＭＳ Ｐゴシック">');
									document.write('<img src="../img/arrow01.gif" border="0" alt="">PARTS');
									document.write('</span>');
									document.write('</a>');
								document.write('</td>');
								document.write('<td>');
									document.write('<a href="gallery.html" target="_self">');
									document.write('<span style="color:#ffffff; font-size:12px; font-family:ＭＳ Ｐゴシック">');
									document.write('<img src="../img/arrow01.gif" border="0" alt="">GALLERY');
									document.write('</span>');
									document.write('</a>');
								document.write('</td>');
								document.write('<td>');
									document.write('<a href="wallpaper.html" target="_self">');
									document.write('<span style="color:#ffffff; font-size:12px; font-family:ＭＳ Ｐゴシック">');
									document.write('<img src="../img/arrow01.gif" border="0" alt="">WALLPAPER');
									document.write('</span>');
									document.write('</a>');
								document.write('</td>');
							document.write('</tr>');
						document.write('</table>');
					document.write('</td>');
					// ＢＢＳロゴ
					document.write('<td align="right">');
						document.write('<a href="parts.html#WHEEL" target="_self">');
						document.write('<img src="img/lmr_acq_120x30.jpg" border="0" width="120" height="30" alt="">');
						document.write('</a>');
					document.write('</td>');
					document.write('<td width="30">');
						document.write('<br>');
					document.write('</td>');
				document.write('</tr>');
			document.write('</table>');
		document.write('</td>');
	document.write('</tr>');
document.write('</table>');
document.write('</div>');
