<td width="155" align="right" valign="top">
        <table width="150" border="0" cellspacing="0" cellpadding="0">
        <tr>
        	<td>
	            ##ログインしている場合
	        	#if($userInfo.loginId)
	        		<a href="#q('/user/login/logout/')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('btn_login','','/em/images/menu_logout_on.gif',1)"><img src="/em/images/menu_logout_off.gif" alt="ログアウトはこちら" name="btn_logout" width="150" height="40" border="0"></a>
	        	#else
					<div class="input_form">
					<FORM method="post" action="#qs('/user/login/auth')">
						<input type="hidden" name="org.apache.struts.taglib.html.TOKEN" value="">
							<table width="150" border="0" cellpadding="0" cellspacing="0">
								<tr style="padding: 15px 0 0 0;">
									<div style="font-size: 8pt;">
									$!tools.getMsg("loginId")
									$!tools.getMsg("password")
									$!tools.getMsg("passwordError")
									</div>
									<td style="text-align: right;">
										ログインID: <input type="text" name="loginId" maxlength="128" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" value="$!escape.html($!loginForm.loginId)">
									</td>
								</tr>
								<tr>
									<td style="text-align: right;">
										パスワード: <input type="password" name="password" maxlength="128" value="" style="width: 75px; border: 1px solid #999999; font-size: 13pt; margin-left: 4px;" autocomplete="off">
									</td>
								</tr>
							</TABLE>
							<!-- ログイン Button Table Start -->
							<table width="150" border="0" cellspacing="0" cellpadding="0">
								<tr style="padding: 15px 0 0 0;">
									<td nowrap align="center">
										<input type="image" src="/em/images/logon_btn.png" onmouseover="this.src='/em/images/logon_on_btn.png'" onmouseout="this.src='/em/images/logon_btn.png'" alt="ログイン">
									</td>
								</tr>
								<tr style="padding: 5px 0 0 0;">
									<td style="text-align: center; padding-right: 3px;">
										<a href="#" onclick="passwordMailSend();" class="reminder">ID、パスワードを忘れた</a>
									</td>
								</tr>
							</table>
						</FORM>
	        		</div>
	        	#end
        	</td>
        </tr>

        <tr>
            <td><img src="/em/images/spacer.gif" width="1" height="2" border="0"></td>
        </tr>
        <tr>
            <td>
            <table width="150" border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td><img src="/em/images/menu_enq_icon.gif" width="48" height="62" border="0"></td>
                <td><img src="/em/images/menu_enq_ttl.gif" alt="アンケート結果" width="102" height="18" border="0"><br>
                <a href="#q('/user/enqResultList/')" class="menuenq" style="line-height: 1.3;">各アンケート結果はこちらから</a>
                <img src="/em/images/menu_enq_allow.gif" width="25" height="12" vspace="2" border="0" align="absmiddle"></td>
            </tr>
            </table>
            </td>
        </tr>
        <tr>
            <td><img src="/em/images/menu_top.gif" width="150" height="8" border="0"></td>
        </tr>
        <tr>
            <td width="150">
            <!--  Left Menu 01 Start -->
            <div align="left" id="menuArea">
            <div class="ctg01"><a href="#q('/user/top/aboutHtml/')">eモニとは</a></div>
            <div class="ctg01"><a href="#q('/user/top/howtoHtml/')">ご利用方法</a></div>
            <div class="ctg01"><a href="#q('/user/top/ruleHtml/')">会員規約</a></div>
            <div class="ctg01"><a href="#q('/user/top/faqHtml/')">FAQ</a></div>

            #if($userInfo.loginId)
				<div class="ctg01"><a href="/em/user/myPage/">マイページ</a></div>
			#end


            </div>
            <!--  Left Menu 01 End -->
            </td>
        </tr>

## コメント 開始


##コメント 終了
        <tr>
            <td><img src="/em/images/menu_btm.jpg" width="150" height="10" border="0"></td>
        </tr>
        </table>
        <BR />
        </td>
        <td width="10" background="/em/images/cts_bar.gif"><img src="/em/images/spacer.gif" width="10" height="1" border="0"></td>