//URL̐錾
	var www_url = 'http://www.daiwahouse.co.jp';
	var TopPath = www_url + '/common/images/';

document.write("<style>");
document.write("#footer {font-size: 11px; line-height:13px}");
document.write("</style>");

document.write('<table width=\"740\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');
	document.write('<tr>');
		document.write('<td width=\"140\"><img src=\"' + TopPath + 'spacer.gif\" alt=\"\" width=\"140\" height=\"1\"></td>');
		document.write('<td width=\"600\" align=\"right\" bgcolor=\"#DFDFDF\"><img src=\"' + TopPath + 'spacer.gif\" alt=\"\" width=\"600\" height=\"1\"></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td width=\"740\" COLSPAN=\"2\"><img src=\"' + TopPath + 'spacer.gif\" alt=\"\" width=\"140\" height=\"5\"></td>');
	document.write('</tr>');
document.write('</table>');

document.write('<table width=\"740\" height=\"20\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');
	document.write('<tr>');
		document.write('<td width=\"140\"><img src=\"' + TopPath + 'spacer.gif\" alt=\"\" width=\"140\" height=\"10\"></td>');
		document.write('<td width=\"600\" align=\"right\" id=\"footer\">&copy; Copyright DAIWA HOUSE INDUSTRY CO., LTD All rights reserved.</FONT></td>');
	document.write('</tr>');
document.write('</table>');
document.write('<script type=\"text/javascript\" language=\"JavaScript\" src=\"http://actracer.daiwahouse.co.jp/entry.js?cid=1\"></script>');