package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
import java.sql.*;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.basic.*;
import jp.co.sint.tools.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.beans.mallmgr.*;

public class user_edit2_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(2);
    _jspx_includes.add("/include/header_nosearch_inc.jsp");
    _jspx_includes.add("/include/footer_nosearch_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_actionErrors;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_datetime_format_pattern;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_datetime_currentTime_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isFalse_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isTrue_value;

  public user_edit2_jsp() {
    _jspx_tagPool_webshop_actionErrors = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_datetime_format_pattern = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_datetime_currentTime_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_isFalse_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_isTrue_value = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_webshop_actionErrors.release();
    _jspx_tagPool_datetime_format_pattern.release();
    _jspx_tagPool_datetime_currentTime_nobody.release();
    _jspx_tagPool_webshop_isFalse_value.release();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
    _jspx_tagPool_webshop_isTrue_value.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=MS932");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"../util/error.jsp", true, 65536, false);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc.
 *                 All Rights Reserved.
 * @version $Id : customer/user_edit2.jsp,v 2.0 2009/04/30 Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 顧客情報登録画面（お客様個人情報）
 * @History
 * Author        Date        Reason
 * ============  ==========  ===========================
 * Naotaka       2009/04/30  Original
 */

      out.write("\r\n");
      out.write("\r\n");
/**タグのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
/**エラー遷移先の定義のセクション*/
      out.write("\r\n");
      out.write("\r\n");
/**クラスのインポートのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");

//ログ用のインスタンスの生成(common)
Category log=Category.getInstance(SIConfig.SILOG4J_WEBSHOP_CATEGORY_NAME);
//本画面に関わるbeansのデータ
UIUserEdit userEditID=(UIUserEdit)session.getAttribute(SIConfig.SISESSION_USER_EDIT_NAME);
if (userEditID==null)userEditID=new UIUserEdit();
UIRegCust regCust=userEditID.getRegCust();

//データベースへのコネンクション(common)
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();

//都道府県
Collection prefectureColl=SIPrefecture.getNameCollection(connection);
//顧客属性(営業形態)の取得
Collection custAttrColl00=SICustAttr.getNameCollection(connection,"0");
//顧客属性(従業員数)の取得
Collection custAttrColl01=SICustAttr.getNameCollection(connection,"1");
//顧客属性(施術メニュー)の取得
Collection custAttrColl02=SICustAttr.getNameCollection(connection,"2");


SINameValue name1 = (SINameValue) custAttrColl01.iterator().next();
if (name1 != null && SIUtil.isNull(regCust.getHowToKnow()) && SIUtil.isNotNull(name1.getValue())){
  regCust.setHowToKnow(name1.getValue());
}
//顧客趣味の取得(チェックボックスにチェックする)
String[] aryHobby = regCust.getArrayList_CustHobby(connection,new SIURLParameter(request));

if(!regCust.isModifyMode() && SIUtil.isNull(regCust.getSalonUrl())) regCust.setSalonUrl("http://");

//各サイトの設定(common)
String webshopSite=SIHTMLUtil.getRootPath(request);
String mainSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.main");
String custSrvSite=SIURLMap.getHttpsUrl(request,"webshop.servlet.front.customer");

      out.write("\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=Shift_JIS\" />\r\n");
 if(userEditID.getSsouserId() != ""){ 
      out.write("\r\n");
      out.write("<title>BG会員情報追加登録（お客様情報） - 理美容器具・エステ機器・美容用品の卸販売 BEAUTY GARAGE");
      out.write("</title>\r\n");
 } else {
      out.write("\r\n");
      out.write("<title>BG会員登録（お客様情報） - 理美容器具・エステ機器・美容用品の卸販売 BEAUTY GARAGE");
      out.write("</title>\r\n");
 } 
      out.write("\r\n");
      out.write("<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\r\n");
      out.write("<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/css/import.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/css/print.css\" media=\"print\" />\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/common.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/inputCheck.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body id=\"member\" class=\"style1\">\r\n");
      out.write("<a name=\"top\" id=\"top\">");
      out.write("</a>\r\n");
      out.write("<div id=\"wrapper\">\r\n\r\n");
      out.write("<!-- headerArea -->\r\n");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc.
 *                 All Rights Reserved.
 * @version $Id : include/header_nosearch_inc.jsp,v 1.0 2009/04/20 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通ヘッダー（検索バーなし）
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Naotaka        2009/04/20  Original
 */

      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n\r\n");
      out.write("\r\n");

String xForwardedFor = ((HttpServletRequest) request).getHeader("X-Forwarded-For");
if (xForwardedFor!=null && xForwardedFor.length()>=13) xForwardedFor = xForwardedFor.substring(0,13);
else xForwardedFor = "";
//xForwardedForが社内IPに一致しない場合のみ、Optimizelyのタグを配信
if ( ("219.120.56.98".equals(xForwardedFor)) || ("153.142.2.209".equals(xForwardedFor)) ) {} else { 
      out.write("\r\n");
      out.write("<script src=\"//cdn.optimizely.com/js/2916990817.js\">");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
      out.write("\r\n\r\n");
      out.write("<div id=\"headerArea\" class=\"noSearch\">\r\n");
      JspRuntimeLibrary.include(request, response, "/include/header_navigation_inc.jsp", out, true);
      out.write("\r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n");
      out.write("<script type=\"text/javascript\">\r\n\r\n  var _gaq = _gaq || [];\r\n  var pluginUrl = \r\n  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\r\n  _gaq.push(['_setAccount', 'UA-1040584-1']);\r\n  ");
 if(SIHTMLUtil.getUserInfo(request).isLogin(request)){
      out.write("\r\n  _gaq.push(['_setCustomVar', 1, 'registered', 'true', 1]);\r\n  _gaq.push(['_setCustomVar', 2, 'sessionlogin', 'true', 2]);\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'true', 3]);\r\n  ");
} else {
      out.write("\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'false', 3]);\r\n  ");
}
      out.write("\r\n  _gaq.push(['_setCustomVar', 4, 'viewmode', 'PC', 3]);\r\n  _gaq.push(['_setVar',navigator.userAgent]);\r\n  _gaq.push(['_trackPageview']);\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n\tga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n\t//for Google Tag Manager\r\n\tdataLayer= [{\r\n\t\t'site_type':'d',\r\n\t\t//'customer_id':'【顧客コード】'\r\n\t}];\r\n");
      out.write("</script>\r\n");
      out.write("<!-- Google Tag Manager -->\r\n");
      out.write("<noscript>");
      out.write("<iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-K5Q24Q\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\">");
      out.write("</iframe>");
      out.write("</noscript>\r\n");
      out.write("<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-K5Q24Q');");
      out.write("</script>\r\n");
      out.write("<!-- End Google Tag Manager -->\r\n");
      out.write("\r\n");
      out.write("<!-- /headerArea -->\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /headerArea -->\r\n\r\n");
      out.write("<script type=\"text/javascript\">\r\n\r\n  var _gaq = _gaq || [];\r\n  var pluginUrl = \r\n  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\r\n  _gaq.push(['_setAccount', 'UA-1040584-1']);\r\n  _gaq.push(['_trackPageview', '");
      out.print(webshopSite);
      out.write("/customer_param/user_edit2']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n\tga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n");
      out.write("</script>\r\n\r\n");
      out.write("<!-- contentsArea -->\r\n");
      out.write("<div id=\"contentsArea\">\r\n\r\n");
      out.write("<!-- root -->\r\n");
      out.write("<div id=\"root\" xmlns:v=\"http://rdf.data-vocabulary.org/#\">\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"");
      out.print(mainSrvSite);
      out.write("\" rel=\"v:url\" property=\"v:title\">美容器具の卸通販TOP");
      out.write("</a>");
      out.write("</span> &gt; \r\n");
 if(userEditID.getSsouserId() != ""){ 
      out.write("\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a property=\"v:title\">追加情報登録（お客様情報）");
      out.write("</a>");
      out.write("</span>\r\n");
 } else {
      out.write("\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a property=\"v:title\">新規会員登録（お客様情報）");
      out.write("</a>");
      out.write("</span>\r\n");
 } 
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /root -->\r\n\r\n");
      out.write("<!-- contents -->\r\n");
      out.write("<div id=\"contents\">\r\n");
      out.write("<form name=\"userEditForm\" action=\"");
      out.print(custSrvSite);
      out.write("\" method=\"post\">\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction zipdic(){\r\n  with(document.userEditForm){\r\n    actionNameTxt.value='");
      out.print(SIConfig.SIACTION_ZIPDIC);
      out.write("';\r\n    submit();\r\n  }\r\n}\r\nfunction back(){\r\n  with(document.userEditForm){\r\n    actionNameTxt.value='");
      out.print(SIConfig.SIACTION_BACK);
      out.write("';\r\n    submit();\r\n  }\r\n}\r\nfunction confirm() {\r\n  with(document.userEditForm){\r\n    actionNameTxt.value='");
      out.print(SIConfig.SIACTION_CONFIRM);
      out.write("';\r\n    submit();\r\n  }\r\n}\r\n//-->\r\n");
      out.write("</script>\r\n");
      out.write("<!-- section -->\r\n");
      out.write("<div id=\"regist\" class=\"section\">\r\n");
 if(userEditID.getSsouserId() != ""){ 
      out.write("\r\n");
      out.write("<h1>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/title_regist2.gif\" alt=\"追加情報登録\" width=\"950\" height=\"40\" />");
      out.write("</h1>\r\n");
 } else {
      out.write("\r\n");
      out.write("<h1>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/title_regist.gif\" alt=\"新規会員登録\" width=\"950\" height=\"40\" />");
      out.write("</h1>\r\n");
 } 
      out.write("\r\n");
      out.write("<div class=\"wrap\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/h_cust.gif\" alt=\"お客様情報\" width=\"821\" height=\"40\" />");
      out.write("</h2>\r\n");
      out.write("<ol class=\"error\">\r\n");
      if (_jspx_meth_webshop_actionErrors_0(pageContext))
        return;
      out.write("\r\n");
SICustomErrors pageError = (SICustomErrors)request.getAttribute(SIConfig.SIERROR_ATTRIBUTE_MESSAGE_KEY);
if (pageError==null) pageError = new SICustomErrors();
      out.write("\r\n");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_0 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_0.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_0.setParent(null);
      _jspx_th_webshop_isFalse_0.setValue(pageError.isEmpty());
      int _jspx_eval_webshop_isFalse_0 = _jspx_th_webshop_isFalse_0.doStartTag();
      if (_jspx_eval_webshop_isFalse_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("<li class=\"footer\">");
          out.write("</li>");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_0);
      out.write("\r\n");
      out.write("</ol>\r\n");
      out.write("<h3>お客様情報");
      out.write("</h3>\r\n");
      out.write("<table>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>お客様名");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"custName\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCustName()));
      out.write("\" size=\"35\" maxlength=\"100\" onblur=\"chkCustName(this.value);\"/>");
      out.write("<span>（例）山田太郎");
      out.write("</span>\r\n");
      out.write("<span id=\"custNameErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>お客様名カナ");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">全角カナ");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"custPronName\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCustPronName()));
      out.write("\" size=\"35\" maxlength=\"100\" onblur=\"chkCustPronName(this.value);\"/>");
      out.write("<span>（例）ヤマダタロウ");
      out.write("</span>\r\n");
      out.write("<span id=\"custPronNameErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>郵便番号");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">半角数字");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"postCode1\" type=\"text\" class=\"post1\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPostCode1()));
      out.write("\" size=\"4\" maxlength=\"3\" onblur=\"chkPostCode1(this.value);\"/>\r\n-\r\n");
      out.write("<input name=\"postCode2\" type=\"text\" class=\"post2\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPostCode2()));
      out.write("\" size=\"8\" maxlength=\"4\" onblur=\"chkPostCode2(this.value);\"/>\r\n");
      out.write("<a href=\"javascript:zipdic()\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/btn_adrinput.gif\" width=\"95\" height=\"19\" border=\"0\"/>");
      out.write("</a>\r\n");
      out.write("<a href=\"http://search.post.japanpost.jp/zipcode/index.html\" target=\"_blank\" style=\"color:red\">郵便番号がわからない方はこちら");
      out.write("</a>\r\n");
      out.write("<span id=\"postCode1Err\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("<span id=\"postCode2Err\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("<span id=\"postCodeFormatErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>住所1（都道府県）");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_0 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_0.setPageContext(pageContext);
      _jspx_th_webshop_siselect_0.setParent(null);
      _jspx_th_webshop_siselect_0.setDefaultAlways("true");
      _jspx_th_webshop_siselect_0.setName("address1");
      _jspx_th_webshop_siselect_0.setDefault(regCust.getAddress1());
      _jspx_th_webshop_siselect_0.setCollection(prefectureColl);
      int _jspx_eval_webshop_siselect_0 = _jspx_th_webshop_siselect_0.doStartTag();
      if (_jspx_th_webshop_siselect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_0);
      out.write("\r\n");
      out.write("<span id=\"address1Err\" style=\"color:red;\">\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>住所2（市区町村・番地）");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"address2\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getAddress2()));
      out.write("\" size=\"55\" maxlength=\"100\" onblur=\"chkAddress2(this.value);\"/>");
      out.write("<span>（例）×市×町1-11-1");
      out.write("</span>\r\n");
      out.write("<span id=\"address2Err\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>住所3（ビル名・階）");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"address3\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getAddress3()));
      out.write("\" size=\"55\" maxlength=\"100\" onblur=\"chkAddress3(this.value);\"/>");
      out.write("<span>（例）□□ビル");
      out.write("</span>\r\n");
      out.write("<span id=\"address3Err\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>サロン名");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"companyName\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCompanyName()));
      out.write("\" size=\"55\" maxlength=\"100\" onblur=\"chkCompanyName(this.value);\"/>");
      out.write("<span>（例）サロンビューティー");
      out.write("</span>\r\n");
      out.write("<span id=\"companyNameErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>会社名");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"corporationName\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCorporationName()));
      out.write("\" size=\"55\" maxlength=\"100\" onblur=\"chkCorporationName(this.value);\"/>");
      out.write("<span>（例）株式会社ビューティー");
      out.write("</span>\r\n");
      out.write("<span id=\"corporationNameErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>連絡先電話番号1");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">半角数字");
      out.write("</td>\r\n");
      out.write("<td class=\"input half\">");
      out.write("<input name=\"storeTel\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getStoreTel()));
      out.write("\" size=\"20\" maxlength=\"16\" onblur=\"chkStoreTel(this.value);\"/>");
      out.write("<span>（例）0123456789　※ハイフンなしで入力してください。");
      out.write("</span>\r\n");
      out.write("<span id=\"storeTelErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>連絡先電話番号2");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">半角数字");
      out.write("</td>\r\n");
      out.write("<td class=\"input half\">");
      out.write("<input name=\"tel\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getTel()));
      out.write("\" size=\"20\" maxlength=\"16\" onblur=\"chkTel(this.value);\"/>");
      out.write("<span>（例）0123456789　※ハイフンなしで入力してください。");
      out.write("</span>\r\n");
      out.write("<span id=\"telErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>連絡先FAX番号");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">半角数字");
      out.write("</td>\r\n");
      out.write("<td class=\"input half\">");
      out.write("<input name=\"fax\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getFax()));
      out.write("\" size=\"20\" maxlength=\"16\" onblur=\"chkFax(this.value);\"/>");
      out.write("<span>（例）0123456789　※ハイフンなしで入力してください。");
      out.write("</span>\r\n");
      out.write("<span id=\"faxErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>サロンホームページURL");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">半角英数");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      out.write("<input name=\"salonUrl\" type=\"text\" class=\"txt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getSalonUrl()));
      out.write("\" size=\"55\" maxlength=\"256\" onblur=\"chkSalonUrl(this.value);\"/>");
      out.write("<span>（例）http://www.beautygarage.jp");
      out.write("</span>\r\n");
      out.write("<span id=\"salonUrlErr\" style=\"color:red;\">");
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>");
      out.write("<span>必須");
      out.write("</span>営業形態");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">　");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_1 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_1.setPageContext(pageContext);
      _jspx_th_webshop_siselect_1.setParent(null);
      _jspx_th_webshop_siselect_1.setDefaultAlways("true");
      _jspx_th_webshop_siselect_1.setName("job");
      _jspx_th_webshop_siselect_1.setDefault(SIHTMLUtil.HTMLEncode(regCust.getJob()));
      _jspx_th_webshop_siselect_1.setCollection(custAttrColl00);
      int _jspx_eval_webshop_siselect_1 = _jspx_th_webshop_siselect_1.doStartTag();
      if (_jspx_th_webshop_siselect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_1);
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>従業員数");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">&nbsp;");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">\r\n");
      out.write("<span class=\"lead\">※サロンの従業員数をお選び下さい。（予定含む）");
      out.write("</span>\r\n");
      out.write("<ul class=\"styleList\">\r\n");
int howToKnowCount = 0;
      out.write("\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(custAttrColl01);
      _jspx_th_webshop_siiterator_0.setId("howToKnowID");
      int _jspx_eval_webshop_siiterator_0 = _jspx_th_webshop_siiterator_0.doStartTag();
      if (_jspx_eval_webshop_siiterator_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue howToKnowID = null;
        howToKnowID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("howToKnowID");
        do {
          out.write("\r\n");
howToKnowCount++;
          out.write("\r\n");
if(howToKnowID.getValue().equals(regCust.getHowToKnow())){
          out.write("\r\n");
          out.write("<li>");
          out.write("<input name=\"howToKnow\" type=\"radio\" id=\"howToKnow");
          out.print(howToKnowCount);
          out.write("\" value=\"");
          out.print(howToKnowID.getValue());
          out.write("\" checked=\"true\"/>");
          out.write("<label for=\"howToKnow");
          out.print(howToKnowCount);
          out.write("\">");
          out.print(howToKnowID.getName());
          out.write("</label>");
          out.write("</li>\r\n");
}else{
          out.write("\r\n");
          out.write("<li>");
          out.write("<input name=\"howToKnow\" type=\"radio\" id=\"howToKnow");
          out.print(howToKnowCount);
          out.write("\" value=\"");
          out.print(howToKnowID.getValue());
          out.write("\"/>");
          out.write("<label for=\"howToKnow");
          out.print(howToKnowCount);
          out.write("\">");
          out.print(howToKnowID.getName());
          out.write("</label>");
          out.write("</li>\r\n");
}
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          howToKnowID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("howToKnowID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\r\n");
      out.write("</ul>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>施術メニュー");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">&nbsp;");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">\r\n");
      out.write("<span class=\"lead\">※サロンで行っている施術メニューをお選び下さい。（複数回答可）");
      out.write("</span>\r\n");
int hobbyCount = 0;
      out.write("\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_1 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_1.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_1.setParent(null);
      _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_1.setCollection(custAttrColl02);
      _jspx_th_webshop_siiterator_1.setId("hobbyID");
      int _jspx_eval_webshop_siiterator_1 = _jspx_th_webshop_siiterator_1.doStartTag();
      if (_jspx_eval_webshop_siiterator_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue hobbyID = null;
        hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
        do {
          out.write("\r\n");
int i = 0; boolean exist = false; hobbyCount++;
while (aryHobby.length > i){
  if(aryHobby[i].equals(hobbyID.getValue())){
    exist = true;
    break;
  }
  i++;
}
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_0 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_0.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_0.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isTrue_0.setValue(hobbyID.getName().equals("その他"));
          int _jspx_eval_webshop_isTrue_0 = _jspx_th_webshop_isTrue_0.doStartTag();
          if (_jspx_eval_webshop_isTrue_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("<div>");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_0);
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_1 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_1.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_1.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isTrue_1.setValue(exist);
          int _jspx_eval_webshop_isTrue_1 = _jspx_th_webshop_isTrue_1.doStartTag();
          if (_jspx_eval_webshop_isTrue_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"hobby\" id=\"hobby");
              out.print(hobbyCount);
              out.write("\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\" checked=\"true\"/>");
              out.write("<label for=\"hobby");
              out.print(hobbyCount);
              out.write("\">");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getName()));
              out.write("</label>　\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_1);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_1 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_1.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_1.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isFalse_1.setValue(exist);
          int _jspx_eval_webshop_isFalse_1 = _jspx_th_webshop_isFalse_1.doStartTag();
          if (_jspx_eval_webshop_isFalse_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"hobby\" id=\"hobby");
              out.print(hobbyCount);
              out.write("\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\"/>");
              out.write("<label for=\"hobby");
              out.print(hobbyCount);
              out.write("\">");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getName()));
              out.write("</label>　\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_1);
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_2 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_2.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_2.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isTrue_2.setValue(hobbyID.getName().equals("その他"));
          int _jspx_eval_webshop_isTrue_2 = _jspx_th_webshop_isTrue_2.doStartTag();
          if (_jspx_eval_webshop_isTrue_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("：");
              out.write("<input type=\"text\" name=\"otherMenu\" class=\"txt\" value=\"");
              out.print(regCust.getOtherMenu());
              out.write("\" size=\"40\" maxlength=\"50\"/>");
              out.write("</div>");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_2);
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_1);
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>情報メール");
      out.write("</th>\r\n");
      out.write("<td class=\"form\">&nbsp;");
      out.write("</td>\r\n");
      out.write("<td class=\"input\">\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_3 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_3.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_3.setParent(null);
      _jspx_th_webshop_isTrue_3.setValue(regCust.getNewMailFlg().equals("1"));
      int _jspx_eval_webshop_isTrue_3 = _jspx_th_webshop_isTrue_3.doStartTag();
      if (_jspx_eval_webshop_isTrue_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("<input type=\"checkbox\" name=\"newMailFlg\" id=\"newMailFlg1\" value=\"1\" checked=\"true\"/>");
          out.write("<label for=\"newMailFlg1\">希望する");
          out.write("</label>");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_3.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_3);
      out.write("\r\n");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_2 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_2.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_2.setParent(null);
      _jspx_th_webshop_isFalse_2.setValue(regCust.getNewMailFlg().equals("1"));
      int _jspx_eval_webshop_isFalse_2 = _jspx_th_webshop_isFalse_2.doStartTag();
      if (_jspx_eval_webshop_isFalse_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("<input type=\"checkbox\" name=\"newMailFlg\" id=\"newMailFlg1\" value=\"1\"/>");
          out.write("<label for=\"newMailFlg1\">希望する");
          out.write("</label>");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_2.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_2);
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_4 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_4.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_4.setParent(null);
      _jspx_th_webshop_isTrue_4.setValue(SIUtil.isNull(userEditID.getSsouserId()));
      int _jspx_eval_webshop_isTrue_4 = _jspx_th_webshop_isTrue_4.doStartTag();
      if (_jspx_eval_webshop_isTrue_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<tr>\r\n");
          out.write("<th>カタログ無料プレゼント");
          out.write("<br />");
          out.write("<font style=\"color:#f00; font-size:80%; line-height:1.5;\">※ご登録住所宛てに、無料でカタログをお届けいたします。");
          out.write("</font>");
          out.write("</th>\r\n");
          out.write("<td class=\"form\">&nbsp;");
          out.write("</td>\r\n");
          out.write("<td class=\"input\">\r\n");
          out.write("<span class=\"lead\">※カタログ送付をご希望の方は、カタログの種類をお選び下さい。（複数回答可）");
          out.write("</span>\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_5 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_5.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_5.setParent(_jspx_th_webshop_isTrue_4);
          _jspx_th_webshop_isTrue_5.setValue(regCust.getCatalogRequest().equals("1")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isTrue_5 = _jspx_th_webshop_isTrue_5.doStartTag();
          if (_jspx_eval_webshop_isTrue_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"catalogType1\" value=\"1\" checked/>BG STYLE 2015 Vol.13(for ヘアサロン)");
              out.write("<br/>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_5.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_5);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_3 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_3.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_3.setParent(_jspx_th_webshop_isTrue_4);
          _jspx_th_webshop_isFalse_3.setValue(regCust.getCatalogRequest().equals("1")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isFalse_3 = _jspx_th_webshop_isFalse_3.doStartTag();
          if (_jspx_eval_webshop_isFalse_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"catalogType1\" value=\"1\"/>BG STYLE 2015 Vol.13(for ヘアサロン)");
              out.write("<br/>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_3.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_3);
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_6 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_6.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_6.setParent(_jspx_th_webshop_isTrue_4);
          _jspx_th_webshop_isTrue_6.setValue(regCust.getCatalogRequest().equals("2")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isTrue_6 = _jspx_th_webshop_isTrue_6.doStartTag();
          if (_jspx_eval_webshop_isTrue_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"catalogType2\" value=\"2\" checked/>BG STYLE 2015 Vol.14(for エステ・ネイル・アイラッシュ)\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_6.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_6);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_4 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_4.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_4.setParent(_jspx_th_webshop_isTrue_4);
          _jspx_th_webshop_isFalse_4.setValue(regCust.getCatalogRequest().equals("2")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isFalse_4 = _jspx_th_webshop_isFalse_4.doStartTag();
          if (_jspx_eval_webshop_isFalse_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<input type=\"checkbox\" name=\"catalogType2\" value=\"2\"/>BG STYLE 2015 Vol.14(for エステ・ネイル・アイラッシュ)\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_4.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_4);
          out.write("\r\n");
          out.write("\r\n");
          out.write("</td>\r\n");
          out.write("</tr>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_4.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_4);
      out.write("\r\n");
      out.write("\r\n");
      out.write("</table>\r\n\r\n");
      out.write("<p class=\"btn\">");
      out.write("<a href=\"javascript:back()\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/btn_back.gif\" alt=\"元の画面に戻る\" width=\"172\" height=\"22\" />");
      out.write("</a>");
      out.write("<a href=\"javascript:confirm()\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/member/btn_conf.gif\" alt=\"確認画面へ\" width=\"172\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<p>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bg_section_ft.gif\" alt=\"\" width=\"950\" height=\"20\" />");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /section -->\r\n");
      out.write("<input type=\"hidden\" name=\"memberLevelCode\" value=\"0\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"ctc\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(userEditID.getCtgryCodeTxt()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"editModeTxt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getEditModeTxt()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"cmdtyFlagTxt\" value=\"\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"nid\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(userEditID.getNextUrlTxt()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"actionNameTxt\" value=\"\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"intDelFlg\" value=\"");
      out.print(regCust.getDelFlg());
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"email\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getEmail()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"password\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPassword()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"passwordCon\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPasswordCon()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"pWQuestion\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPWQuestion()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"pWAnswer\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPWAnswer()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"emailold\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getEMailOld()));
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"custCompanyFlg\" value=\"0\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"memberLevelCode\" value=\"0\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"payMethodCode\" value=\"0\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"sex\" value=\"1\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"charge\" value=\"");
      out.print(regCust.getCharge());
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"registRoute\" value=\"");
      out.print(regCust.getRegistRoute());
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"receivableFlg\" value=\"");
      out.print(regCust.getReceivableFlg());
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"introductionMailFlg\" value=\"");
      out.print(regCust.getIntroductionMailFlg());
      out.write("\"/>\r\n");
      out.write("<input type=\"hidden\" name=\"sid\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(userEditID.getSsouserId()));
      out.write("\"/>\r\n");
      out.write("</form>\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contents -->\r\n\r\n");
      out.write("<!-- pagetop -->\r\n");
      out.write("<div id=\"pagetop\">");
      out.write("<a href=\"#top\">▲ページTOPへ");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<!-- /pagetop -->\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contentsArea -->\r\n\r\n");
      out.write("<!-- footerArea -->\r\n");

/**
 * Copyright (c) 2003-2010 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/footer_inc.jsp,v 2.0 2009/04/07 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : フッター（検索バーなし）
 * @History
 * Author        Date        Reason
 * ============  ==========  ===========================
 * Naotaka       2010/09/15  Original
 */

      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n\r\n");
      out.write("<div id=\"footerArea\"> \r\n  \r\n  ");
      out.write("<!-- footerNavi -->\r\n  ");
      out.write("<div id=\"footerNavi\">\r\n    ");
      out.write("<ul class=\"footerUNav\">\r\n      ");
      out.write("<li class=\"fnav01\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.hair"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIR]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav02\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.haircosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIRCOSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav03\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.esthe"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_ESTHE]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav04\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.bed"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BED]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav05\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_COSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav06\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.nail"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_NAIL]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav07\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.eyelash"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_EYELASH]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav07\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.book"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BOOK]);
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerNavi --> \r\n  \r\n  ");
      out.write("<!-- footerBGGlink -->\r\n  ");
      out.write("<div id=\"footerBGGlink\">\r\n    ");
      out.write("<div id=\"footerBGGlink_Ct\">\r\n      ");
      out.write("<dl>\r\n        ");
      out.write("<dt>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/footerBGG_logo.gif\" alt=\"BEAUTY GARAGE GROUP\" width=\"162\" height=\"11\" />");
      out.write("</dt>\r\n        ");
      out.write("<dd>\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<li class=\"footerBGGlink_1st\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\" target=\"_blank\">理美容・エステ・ネイル商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">まつげエクステ商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://kaigyo.beautygarage.jp/\" target=\"_blank\">美容室開業・経営支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/pickup/fund/index.html",false));
      out.write("\" target=\"_blank\">サロン開業資金調達");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">サロン用不動産・居抜き物件");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">店舗設計・デザイン");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">サロン向け保険");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">システム導入支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">求人・転職");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">セミナー・スクール");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">e-ラーニング");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">集客支援・ホームページ制作");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfc.jp/\" target=\"_blank\">フランチャイズ加盟");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautymedia.jp/salon/\" target=\"_blank\">美容メディア");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">美容機器・エステ機器買取");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n    ");
      out.write("</div>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerBGGlink --> \r\n  \r\n  ");
      out.write("<!-- footer -->\r\n  ");
      out.write("<div id=\"footer\">\r\n    ");
      out.write("<p id=\"copyright\">Copyright by BEAUTY GARAGE INC. All rights reserved.");
      out.write("</p>\r\n    ");
      out.write("<ul>\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas.html",false));
      out.write("\">OVERSEAS");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law.html",false));
      out.write("\">特定商取引法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav03\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law2.html",false));
      out.write("\">古物営業法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav04\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/privacy.html",false));
      out.write("\">プライバシーポリシー");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav05\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/sitemap/index.html",false));
      out.write("\">サイトマップ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav06\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/\" target=\"_blank\">会社案内");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav07\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\" target=\"_blank\">採用情報");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<ul style=\"margin-top:7px;\">\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\" target=\"_blank\">総合利用規約");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\" target=\"_blank\">ビューティガレージオンラインショップ利用ガイドライン");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<!-- ssl trust --> \r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<div id=\"verisign\"> \r\n      ");
      out.write("<script language=\"JavaScript\" TYPE=\"text/javascript\" src=\"https://trusted-web-seal.cybertrust.ne.jp/seal/getScript?host_name=www.beautygarage.jp&type=21\">");
      out.write("</script> \r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ssl trust --> \r\n    ");
      out.write("<!-- ipo -->\r\n    ");
      out.write("<div id=\"ipo\"> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bnr_foot_ipo.gif\" width=\"48\" height=\"55\">\r\n      ");
      out.write("<p>東証マザーズ上場");
      out.write("<br />\r\n        証券コード：3180");
      out.write("</p>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ipo --> \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footer --> \r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<!-- microad_blade_track --> \r\n");
      out.write("<script type=\"text/javascript\" class=\"microad_blade_track\">\r\n");
      out.write("<!--\r\nvar microad_blade_jp = microad_blade_jp || { 'params' : new Array(), 'complete_map' : new Object() };\r\n(function() {\r\nvar param = {'co_account_id' : '6140', 'group_id' : '', 'country_id' : '1', 'ver' : '2.1.0'};\r\nmicroad_blade_jp.params.push(param);\r\n\r\nvar src = (location.protocol == 'https:')\r\n? 'https://d-track.send.microad.jp/js/blade_track_jp.js' : 'http://d-cache.microad.jp/js/blade_track_jp.js';\r\n\r\nvar bs = document.createElement('script');\r\nbs.type = 'text/javascript'; bs.async = true;\r\nbs.charset = 'utf-8'; bs.src = src;\r\n\r\nvar s = document.getElementsByTagName('script')[0];\r\ns.parentNode.insertBefore(bs, s);\r\n})();\r\n-->\r\n");
      out.write("</script> \r\n");
      out.write("<!-- /microad_blade_track --> \r\n\r\n");
      out.write("<!-- Google Code for &#9733;&#12473;&#12510;&#12540;&#12488;&#12500;&#12463;&#12475;&#12523;&#12479;&#12464;_&#36890;&#31216;&#12473;&#12510;&#12500; --> \r\n");
      out.write("<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup --> \r\n");
      out.write("<script type=\"text/javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar google_conversion_id = 1039187569;\r\nvar google_conversion_label = \"wAH0CPnclAcQ8fzC7wM\";\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n");
      out.write("</script>\r\n");
      out.write("<noscript>\r\n");
      out.write("<div style=\"display:inline;\"> ");
      out.write("<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1039187569/?value=0&amp;label=wAH0CPnclAcQ8fzC7wM&amp;guid=ON&amp;script=0\"/> ");
      out.write("</div>\r\n");
      out.write("</noscript>\r\n");
      out.write("<!-- /Remarketing tags --> \r\n\r\n");
      out.write("<!-- YDN Site Retargeting --> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar yahoo_retargeting_id = 'O6ZPCD7WI6';\r\nvar yahoo_retargeting_label = '';\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\" src=\"//b92.yahoo.co.jp/js/s_retargeting.js\">");
      out.write("</script> \r\n");
      out.write("<!-- /YDN Site Retargeting -->");
      out.write("\r\n");
      out.write("<!-- /footerArea -->\r\n\r\n");
      out.write("</div>\r\n\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");

}catch(Exception e){
  e.printStackTrace();
  throw new ServletException();
}finally{
  databaseConnection.close();
}

      out.write("\r\n");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }

  private boolean _jspx_meth_webshop_actionErrors_0(javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:actionErrors ---- */
    jp.co.sint.taglib.SIActionErrorsTag _jspx_th_webshop_actionErrors_0 = (jp.co.sint.taglib.SIActionErrorsTag) _jspx_tagPool_webshop_actionErrors.get(jp.co.sint.taglib.SIActionErrorsTag.class);
    _jspx_th_webshop_actionErrors_0.setPageContext(pageContext);
    _jspx_th_webshop_actionErrors_0.setParent(null);
    int _jspx_eval_webshop_actionErrors_0 = _jspx_th_webshop_actionErrors_0.doStartTag();
    if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_webshop_actionErrors_0.setBodyContent(_bc);
        _jspx_th_webshop_actionErrors_0.doInitBody();
      }
      do {
        out.write("\r\n");
        out.write("<li>下記のメッセージの発生日時は、");
        if (_jspx_meth_datetime_format_0(_jspx_th_webshop_actionErrors_0, pageContext))
          return true;
        out.write("です。");
        out.write("</li>\r\n");
        int evalDoAfterBody = _jspx_th_webshop_actionErrors_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_webshop_actionErrors_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_actionErrors.reuse(_jspx_th_webshop_actionErrors_0);
    return false;
  }

  private boolean _jspx_meth_datetime_format_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_actionErrors_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:format ---- */
    org.apache.taglibs.datetime.FormatTag _jspx_th_datetime_format_0 = (org.apache.taglibs.datetime.FormatTag) _jspx_tagPool_datetime_format_pattern.get(org.apache.taglibs.datetime.FormatTag.class);
    _jspx_th_datetime_format_0.setPageContext(pageContext);
    _jspx_th_datetime_format_0.setParent(_jspx_th_webshop_actionErrors_0);
    _jspx_th_datetime_format_0.setPattern("yyyy/MM/dd HH:mm:ss");
    int _jspx_eval_datetime_format_0 = _jspx_th_datetime_format_0.doStartTag();
    if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_datetime_format_0.setBodyContent(_bc);
        _jspx_th_datetime_format_0.doInitBody();
      }
      do {
        if (_jspx_meth_datetime_currentTime_0(_jspx_th_datetime_format_0, pageContext))
          return true;
        int evalDoAfterBody = _jspx_th_datetime_format_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_datetime_format_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_format_pattern.reuse(_jspx_th_datetime_format_0);
    return false;
  }

  private boolean _jspx_meth_datetime_currentTime_0(javax.servlet.jsp.tagext.Tag _jspx_th_datetime_format_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:currentTime ---- */
    org.apache.taglibs.datetime.CurrentTimeTag _jspx_th_datetime_currentTime_0 = (org.apache.taglibs.datetime.CurrentTimeTag) _jspx_tagPool_datetime_currentTime_nobody.get(org.apache.taglibs.datetime.CurrentTimeTag.class);
    _jspx_th_datetime_currentTime_0.setPageContext(pageContext);
    _jspx_th_datetime_currentTime_0.setParent(_jspx_th_datetime_format_0);
    int _jspx_eval_datetime_currentTime_0 = _jspx_th_datetime_currentTime_0.doStartTag();
    if (_jspx_th_datetime_currentTime_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_currentTime_nobody.reuse(_jspx_th_datetime_currentTime_0);
    return false;
  }
}
