//パスへの接頭部分が設定されていなければ空白を代入
var pathPrefix = pathPrefix;
if (pathPrefix == null) {
	pathPrefix = "";
}

var isTOP = isTOP;
if (isTOP == null) {
	isTOP = false;
}
//書き出し
document.write('<div style="background-color:#000000;">');
document.write('	<table width="800" border="0" cellpadding="0" cellspacing="0" >');
document.write('		<tr>');
document.write('			<td valign="top" rowspan=3 width="599" style="background-image:url('+pathPrefix+'img/background.gif); background-repeat:repeat-x;"><h1 style="margin: 30 0 0 20;"><a href="'+pathPrefix+'index.html" style="display:block; font-size:12px; color:white; font-weight:normal; text-decoration:none; width:100%; height:55px;"><img src="img/logo.png" width="180" height="28" alt="KEI-PADDOCK"></a></h1></td>');
document.write('		</tr>');
document.write('	</table>');

document.write('		<div class="cleaner">　</div>');
document.write('	</div>');

