// ヘッダー
document.write('<div align="center">');
document.write('<table border="0" cellspacing="0" cellpadding="5" width="800">');
	document.write('<tr height="5">');
		document.write('<td colspan="2"></td>');
	document.write('</tr>');
	document.write('<tr valign="bottom">');
		document.write('<td align="left">');
			document.write('<a href="http://www.webericsson.jp/top.html" target="_self">');
			document.write('<img src="http://www.webericsson.jp/img/logo_200x20_white.gif" border="0" width="200" height="20" alt="">');
			document.write('</a>');
		document.write('</td>');
/*
		document.write('<td align="right" id="PGothic_10">');
			document.write('<a href="http://www.webericsson.jp/top.html" target="_self">');
			document.write('<img src="http://www.webericsson.jp/img/arrow01.gif" border="0" width="15" height="9" alt="">トップページに戻る');
			document.write('</a>');
		document.write('</td>');
*/
	document.write('</tr>');
	document.write('<tr height="50">');
		document.write('<td colspan="2"></td>');
	document.write('</tr>');
document.write('</table>');
document.write('</div>');
