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_res_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(2);
    _jspx_includes.add("/sp/include/header_no_menu_inc.jsp");
    _jspx_includes.add("/sp/include/footer_no_menu_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;

  public user_res_jsp() {
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
  }

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

  public void _jspDestroy() {
    _jspx_tagPool_response_sendRedirect.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_res.jsp.jsp,v 1.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");
      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){
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_0.setParent(null);
      int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
      if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_0.doInitBody();
        }
        do {
          out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
          int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
      out.write("\r\n");
}

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

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

      out.write("\r\n");
      out.write("<!DOCTYPE html>\r\n");
      out.write("<html lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=Shift_JIS\" />\r\n\t");
 if(userEditID.getSsouserId() != ""){ 
      out.write("\r\n\t");
      out.write("<title>BG会員情報追加登録（登録完了） - 理美容器具・エステ機器・美容用品の卸販売 BEAUTY GARAGE");
      out.write("</title>\r\n\t");
 } else {
      out.write("\r\n\t");
      out.write("<title>BG会員登録（登録完了） - 理美容器具・エステ機器・美容用品の卸販売 BEAUTY GARAGE");
      out.write("</title>\r\n\t");
 } 
      out.write("\r\n\t");
      out.write("<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no\"/>\r\n\t");
      out.write("<meta name=\"description\" content=\"\" />\r\n\t");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/base.css\" media=\"all\" />\r\n\t");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/common.css\" media=\"all\" />\r\n\t");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/style.css\" media=\"all\" />\r\n\t");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/jquery-1.9.1.min.js\">");
      out.write("</script>\r\n\t");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/common.js\">");
      out.write("</script>\r\n\t");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/idangerous.swiper.min.js\">");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body>\r\n\t");
      out.write("<!--▼ヘッダ：ここから▼-->\r\n\t");
      out.write("<script type=\"text/javascript\">\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', 'SP', 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://' : '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//'page_type' : '#ページカテゴリ#',\r\n\t\t'site_type':'m',\r\n\t\t//'customer_id':'#顧客ID#',\r\n\t\t//'product_id':'商品ID',\r\n\t\t//'keyword':'#サイト内検索キーワード#',\r\n\t\t//'order_id':'test',\r\n\t\t//'items':\r\n\t\t//\t\t   [\r\n\t\t//\t\t   {'id':'#商品ID1#','price':'#単価1#','qty':'#数量1#'},\r\n\t\t//\t\t   {'id':'#商品ID2#','price':'#単価2#','qty':'#数量2#'},\r\n\t\t//\t\t   {'id':'#商品ID3#','price':'#単価3#','qty':'#数量3#'}\r\n\t\t//\t\t   ]\r\n\t}];\r\n\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\r\n");
      out.write("<a id=\"pageTop\">");
      out.write("</a>\r\n\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!--▼ヘッダ：ここから▼-->\r\n");
      out.write("<header id=\"header\" class=\"small\">\r\n  ");
      out.write("<div id=\"header-inner\">\r\n    ");
      out.write("<h1 id=\"logo\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\">BEAUTY GARAGE Online Shop for Salon Professionals");
      out.write("</a>");
      out.write("</h1>\r\n  ");
      out.write("</div>\r\n");
      out.write("</header>\r\n");
      out.write("<!--▲ヘッダ：ここまで▲-->\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/vex.css\" media=\"all\" />\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/vex.combined.min.js\">");
      out.write("</script>");
      out.write("\r\n\t");
      out.write("<!--▲ヘッダ：ここまで▲-->\r\n\t");
      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_res']);\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        ga.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\t");
      out.write("<!--▽メイン：ここから▽-->\r\n\t");
      out.write("<div id=\"container\">\r\n      ");
      out.write("<div id=\"regist-contents\">\r\n        ");
      out.write("<h2>会員登録：登録完了");
      out.write("</h2>\r\n        ");
      out.write("<div class=\"inner\">\r\n          ");
      out.write("<!--▼ステップ図：ここから▼-->\r\n          ");
      out.write("<div class=\"stepFlow\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/regist/regist_flow_step4.png\" alt=\"\" class=\"w100\"/>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<!--▲ステップ図：ここまで▲-->\r\n          ");
      out.write("<p class=\"mt20\">");
      out.write("<strong>会員登録が完了しました。");
      out.write("</strong>");
      out.write("</p>\r\n          ");
      out.write("<p class=\"mb10\">ご登録ありがとうございました。");
      out.write("<br/>\r\n          ご登録頂いたメールアドレス宛に登録完了メールを送信いたしましたので、ご確認ください。");
      out.write("<br/>\r\n          それでは引き続き、ビューティガレージでショッピングをお楽しみ下さい。");
      out.write("</p>\r\n  \r\n          ");
      out.write("<p class=\"btn arrow\">");
      out.write("<a href=\"");
      out.print(mainSrvSite);
      out.write("\">ビューティガレージトップへ");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div id=\"point_order\">\r\n        ");
      out.write("<h2>いつでもどこでも！ますます便利なご注文方法");
      out.write("</h2>\r\n        ");
      out.write("<div class=\"inner\">\r\n          ");
      out.write("<ul class=\"regist_menu\">\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/catalog\">\r\n              ");
      out.write("<li>\r\n                ");
      out.write("<span class=\"regist_title\">1.カタログからの注文は「商品コード」でラクラク");
      out.write("</span>\r\n                ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/regist/order_menu05.jpg\" alt=\"\" width=\"320\">\r\n              ");
      out.write("</li>\r\n            ");
      out.write("</a>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/showroom/index.html\">\r\n              ");
      out.write("<li>\r\n                ");
      out.write("<span class=\"regist_title\">2.実物を見て買いたい方はショールーム＆ストアへ");
      out.write("</span>\r\n                ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/regist/order_menu02.jpg\" alt=\"\" width=\"320\">\r\n              ");
      out.write("</li>\r\n            ");
      out.write("</a>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/topics/bgsmartorder/index.html\">\r\n              ");
      out.write("<li>\r\n                ");
      out.write("<span class=\"regist_title\">3.専用スマホアプリで消耗品をラクラク発注");
      out.write("</span>\r\n                ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/regist/order_menu03.jpg\" alt=\"\" width=\"320\">\r\n              ");
      out.write("</li>\r\n            ");
      out.write("</a>\r\n            ");
      out.write("<a href=\"https://www.beautygarage.jp/form/contact/\">\r\n              ");
      out.write("<li>\r\n                ");
      out.write("<span class=\"regist_title\">4.商品選びに迷ったらお気軽にご相談ください！");
      out.write("</span>\r\n                ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/regist/order_menu04.jpg\" alt=\"\" width=\"320\">\r\n              ");
      out.write("</li>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div id=\"point_section\">\r\n        ");
      out.write("<h2>ビューティガレージは超便利で超お得！");
      out.write("</h2>\r\n        ");
      out.write("<ul class=\"linkList withIcon withExplain\">\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/bgpoint.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point01.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">お得なBGポイントシステム");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">お買い上げ金額の最大10パーセントを還元！ 貯まったポイントは1ポイント＝1円としてお買い物にご利用いただけます。");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/lowprice.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point02.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">国内最安値を保証");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">大量一括仕入れで激安価格を実現！さらに他社価格の徹底調査で”国内最安値”を保証します。");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/shipping.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point03.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">4,000円以上で送料無料");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">合計4,000円以上のご購入で送料・代引手数料がすべて無料になります。　※一部大型商品を除く");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/guarantee.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point04.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">最大5年の長期保証");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">新品・新古の機器は最大5年間、中古品も最大1年間の保証付き。万が一のときにも安心です。");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/kaitori.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point05.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">不要な器具を高価買い取り");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">買い取り価格も高値業界No.1保証！ 新商品への買い替えがお得になります。");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n          ");
      out.write("<li>\r\n            ");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/delivery.html\">\r\n              ");
      out.write("<span class=\"icon\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/first/point06.png\" width=\"50\">");
      out.write("</span>\r\n              ");
      out.write("<span class=\"data\">\r\n                ");
      out.write("<span class=\"name\">1個から即日出荷、スピード配送");
      out.write("</span>\r\n                ");
      out.write("<span class=\"explain\">17時までの注文なら即日出荷。さらに小ロットでの注文が可能なので、必要なものが必要なときに必要なだけ手に入ります。");
      out.write("</span>\r\n              ");
      out.write("</span>\r\n            ");
      out.write("</a>\r\n          ");
      out.write("</li>\r\n        ");
      out.write("</ul>\r\n        ");
      out.write("<p class=\"taR\" style=\"margin:10px 0;\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/first.html\" class=\"arrow01\">> まだまだお得なポイントが盛り沢山！詳しくはこちら");
      out.write("</a>");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div id=\"point_solution\">\r\n        ");
      out.write("<h2>開業・経営のサポートもお任せください！");
      out.write("</h2>\r\n        ");
      out.write("<div id=\"groupLinks\" class=\"linkList\">\r\n          ");
      out.write("<ul class=\"child col-2 clr\">\r\n            ");
      out.write("<li id=\"groupLinks-fudousan\">\r\n              ");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">不動産仲介・M&amp;A");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-design\">\r\n              ");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">店舗設計・デザイン");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-hoken\">\r\n              ");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">保険");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-system\">\r\n              ");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">POS・管理システム");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-card\">\r\n              ");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">クレジット決済");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-career\">\r\n              ");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">求人・人材紹介");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-seminar\">\r\n              ");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">セミナー・スクール");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-tv\">\r\n              ");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">e-ラーニング");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-shukyaku\">\r\n              ");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">HP制作・集客支援");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<li id=\"groupLinks-kaitori\">\r\n              ");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">");
      out.write("<span class=\"groupLinks-name\">美容器具の買取・下取");
      out.write("</span>");
      out.write("</a>\r\n            ");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n      ");
      out.write("</div>\r\n\t");
      out.write("</div>\r\n\t");
      out.write("<!--△メイン：ここまで△-->\r\n\r\n\t");
      out.write("<!--▼フッタ：ここから▼-->\r\n\t");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!--▼フッタ：ここから▼-->\r\n");
      out.write("<footer id=\"footer\" class=\"topBorder\">\r\n  ");
      out.write("<p id=\"copyright\"> &copy; BEAUTY GARAGE INC.  All Rights Reserved. ");
      out.write("</p>\r\n");
      out.write("</footer>\r\n");
      out.write("<!--▲フッタ：ここまで▲-->\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\t");
      out.write("<!--▲フッタ：ここまで▲-->\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();
}

    } 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);
    }
  }
}
