<!--
mem= getCookie("cMem");
	if(mem==""){
	document.write ("<TR>");
	document.write ("<TD align='center' valign='top'>");
	document.write ("<TABLE width='90%' cellspacing='0' cellpadding='0'>");
	document.write ("<TR>");
	document.write ("<TD bgcolor='#666666'>");
	document.write ("<TABLE width='100%' border='0' cellspacing='0' cellpadding='1'>");
	document.write ("<TR align='left' valign='top'>");
	document.write ("<TD colspan='2' bgcolor='#FFFFFF'><IMG src='img/spacer.gif' width='10' height='1' alt=''><SPAN class='f10dbb'><FONT color='#4747EE'>■会員ログイン</FONT></SPAN></td>");
	document.write ("</TR>");
	document.write ("<FORM method='POST' action='member.asp' autocomplete='on'>");
	document.write ("<TR>");
	document.write ("<TD width='73%' align='right' valign='top' bgcolor='#FFFFFF'><SPAN class='f9g'>ID </SPAN>");
	document.write ("<INPUT type='text' name='id' class='f9' autocomplete='on' style='ime-mode:disabled; width: 80px; height: 20px;'>");
	document.write ("<BR>");
	document.write ("<SPAN class='f9g'>PASS </SPAN>");
	document.write ("<INPUT type='password' name='pswd' class='f9' autocomplete='on' style='ime-mode:disabled; width: 80px; height: 20px; margin:3px 0px 0px 0px;'>");
	document.write ("</TD>");
	document.write ("<TD width='*' align='left' valign='bottom' bgcolor='#FFFFFF'>");
	document.write ("<INPUT type='hidden' name='act' value='login'>");
	document.write ("<INPUT type='submit' name='submit' value='ログイン' class='f9g'>");
	document.write ("</TD>");
	document.write ("</TR>");
	document.write ("</FORM>");
	document.write ("</TABLE>");
	document.write ("</TD>");
	document.write ("</TR>");
	document.write ("</TABLE>");
	document.write ("</TD>");
	document.write ("</TR>");
}
//--->