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 java.io.File;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.tools.*;
import jp.co.sint.basic.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.beans.mallmgr.*;
import jp.co.sint.servlet.front.SICustAccessLog;
import java.net.*;

public class index_html extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(6);
    _jspx_includes.add("/sp/include/header_inc.jsp");
    _jspx_includes.add("/sp/include/global_inc.jsp");
    _jspx_includes.add("/sp/include/footer_inc.jsp");
    _jspx_includes.add("/sp/include/modal_menu_inc.jsp");
    _jspx_includes.add("/sp/include/modal_search_inc.jsp");
    _jspx_includes.add("/sp/include/modal_brand_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_session_type_name_id;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siquantity_value_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;

  public index_html() {
    _jspx_tagPool_webshop_session_type_name_id = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siquantity_value_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
  }

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

  public void _jspDestroy() {
    _jspx_tagPool_webshop_session_type_name_id.release();
    _jspx_tagPool_webshop_siquantity_value_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.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;

    jp.co.sint.basic.SINameValue _jspx_headID2_1 = null;

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

      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)
String webshopSite=SIHTMLUtil.getRootPath(request);
String loginSite="/advancedsearch";

// サイトURL
String mainSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.main");
String cmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity");

// Connection生成
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();
try{
Connection connection=databaseConnection.getConnection();
StringBuffer sql = new StringBuffer();
sql.append("SELECT bgpricewithouttax,individualcode ");
sql.append("FROM individualtbl WHERE individualcode IN (");
sql.append("'DP-1874P-X','TB-0049P','TB-0051P','TB-0056P','TG-1982P','TG-1930P','TG-1919P','TT-0045P','TT-0047P','TT-0076P','TT-0078P','TT-0051P','TT-0031P','TT-0080P','TT-0082P','TT-0084P','TT-0085P','TT-0091P','TT-0092P','TT-0089P','TT-0090P','TG-2087P','TG-2088P','TG-2086P','TG-2085P','TT-0088P')");
Collection cmdtyColl = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

      out.write("\r\n\r\n");
      out.write("<!DOCTYPE html>\r\n");
      out.write("<html lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta charset=\"shift_jis\">\r\n");
      out.write("<meta name=\"viewport\" content=\"maximum-scale:5\"/>\r\n");
      out.write("<meta name=\"description\" content=\"意外と秘密のヴェールに隠れているベッドメイキングの仕方。ベッドシーツやタオルケットの組み合わせに悩んでいませんか？このページでは実際にベッドのセッティングを行いキレイ・簡単・ローコストで理想的なベッドメイキングをご紹介します！ Let'sベッドメイキング！\" />\r\n");
      out.write("<meta name=\"keywords\" content=\"ベッドメイキング,ベッドメイク,エステベッド,マッサージベッド,ベッドシーツ,シーツ,ターバン\" />\r\n");
      out.write("<title>How To ベッドメイキング - 美容器具・エステ機器・美容用品卸 ビューティガレージ");
      out.write("</title>\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=\"../../css/import.css\" media=\"screen,print\" />\r\n");
      out.write("<!--sp疑似対応用css_start-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/base.css\" media=\"all\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/common-pick.css\" media=\"all\" />\r\n");
      out.write("<!--sp疑似対応用css_end-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../pickup-parts/bedmaking/css/bedmaking.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\" />\r\n");
      out.write("<script src=\"../../script/common.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<!--[if IE 6]>\r\n");
      out.write("<script src=\"../../script/DD_belatedPNG_0.0.8a-min.js\">");
      out.write("</script>\r\n");
      out.write("<script>\r\n\tDD_belatedPNG.fix('img, .tanka');\r\n");
      out.write("</script>\r\n");
      out.write("<![endif]-->\r\n");
      out.write("<!--sp疑似対応用js_start-->\r\n");
      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");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/common.js\">");
      out.write("</script>\r\n");
      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("<script src=\"");
      out.print(webshopSite);
      out.write("/sp/script/smartpc.js\">");
      out.write("</script>\r\n");
      out.write("<!--sp疑似対応用js_end-->\r\n");
      out.write("<style type=\"text/css\">\r\n#contentsArea *{\r\n\tbox-sizing:content-box!important;\r\n}\r\n");
      out.write("</style>\r\n");
      out.write("</head>\r\n");
      out.write("<body 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("<!--▼ヘッダ▼-->\r\n  ");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc.
 *                 All Rights Reserved.
 * @version $Id : include/header_inc.jsp,v 2.0 2009/04/03 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通ヘッダー
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Naotaka        2009/04/03  Original
 */

      out.write("\r\n");
      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");
      out.write("<!--▽ページ上部共通：ここから▽-->\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\">\r\n    ");
      out.write("<p>4,000円以上で");
      out.write("<strong>通常送料無料");
      out.write("</strong>　17：00迄のご注文で");
      out.write("<strong>当日出荷");
      out.write("</strong>");
      out.write("</p>\r\n    ");
      out.write("<div id=\"header-inner\">\r\n    ");
if("http://www.beautygarage.jp/ws/main".equals(request.getRequestURL().toString())){
      out.write("\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");
}else{
      out.write("\r\n");
      out.write("<div 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("</div>\r\n");
}
      out.write("\r\n\r\n      ");
      out.write("<dl id=\"siteinfo\">\r\n        ");
      out.write("<dt>会員数：");
      out.write("</dt>\r\n        ");
      out.write("<dd>");
      out.write("<span class=\"num salonCnt\">");
      JspRuntimeLibrary.include(request, response, "/other/cust_count.txt", out, true);
      out.write("</span>店");
      out.write("</dd>\r\n        ");
      out.write("<dt>商品数：");
      out.write("</dt>\r\n        ");
      out.write("<dd>");
      out.write("<span class=\"num itemCnt\">");
      JspRuntimeLibrary.include(request, response, "/other/item_count.txt", out, true);
      out.write("</span>品");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n      ");
      out.write("<nav id=\"hdFunc\">\r\n        ");
      out.write("<ul id=\"hdFunc-list\" class=\"typeFlat\">\r\n          ");
      out.write("<li id=\"hdFunc-menu\">");
      out.write("<a href=\"#menuContents\">メニュー");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li id=\"hdFunc-search\">");
      out.write("<a href=\"#searchContents\">商品を探す");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</nav>\r\n    ");
      out.write("</div>\r\n");
      out.write("</header>\r\n");
      out.write("<!--▲ヘッダ：ここまで▲-->\r\n");
      out.write("<!--▽予約割り当て済：ここから▽-->\r\n");
      /* ----  webshop:session ---- */
      jp.co.sint.taglib.SISessionTag _jspx_th_webshop_session_0 = (jp.co.sint.taglib.SISessionTag) _jspx_tagPool_webshop_session_type_name_id.get(jp.co.sint.taglib.SISessionTag.class);
      _jspx_th_webshop_session_0.setPageContext(pageContext);
      _jspx_th_webshop_session_0.setParent(null);
      _jspx_th_webshop_session_0.setName(SIConfig.SISESSION_USERINFO_NAME);
      _jspx_th_webshop_session_0.setId("uidHeader");
      _jspx_th_webshop_session_0.setType("jp.co.sint.basic.SIUserInfo");
      int _jspx_eval_webshop_session_0 = _jspx_th_webshop_session_0.doStartTag();
      if (_jspx_eval_webshop_session_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SIUserInfo uidHeader = null;
        uidHeader = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uidHeader");
        do {
          out.write("\r\n");
if (SIUtil.isNotNull(uidHeader.getCustCode())&&SIDBUtil.hasData(connection,"SELECT * FROM reserveordertbl WHERE reserveflg=1 AND ShopName<>'EYELASHGARAGE' AND (shipmaildatetime IS NULL OR shipmaildatetime::date + '7 days'::interval >= current_date) AND custcode="+uidHeader.getCustCode())){
          out.write("\r\n");
          out.write("<div id=\"reserveinfo\">");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.reservelist"));
          out.write("\">ご予約商品が入荷しましたので決済を完了して下さい ≫");
          out.write("</a>");
          out.write("</div>\r\n");
}
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_session_0.doAfterBody();
          uidHeader = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uidHeader");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_session_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_session_type_name_id.reuse(_jspx_th_webshop_session_0);
      out.write("\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  \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/global_inc.css\" media=\"all\" />\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.cookie.js\">");
      out.write("</script>\r\n");
      out.write("<!--¥O[oF±±©ç¥-->\r\n");
      out.write("<nav id=\"global\">\r\n  ");
      out.write("<ul class=\"clr\">\r\n    ");
      out.write("<li id=\"global-mypage\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.mypage"));
      out.write("\">}Cy[W");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-favorite\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.mypage"));
      out.print(SIHTMLUtil.HTMLEncode("/a/" + SIConfig.SIACTION_LIST));
      out.write("\">¨CÉüè");
      out.write("</a> ");
      out.write("<span id=\"global-mypage_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-history\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mypage/a/list2\">Åß©½¤i");
      out.write("</a> ");
      out.write("<span id=\"global-checkhistory_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-repeat\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mypage/a/list3\">æ­wü·é¤i");
      out.write("</a> ");
      out.write("<span id=\"global-favoriteitem_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-cart\"> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cart"));
      out.write("\">J[g");
      out.write("</a> ");
      out.write("<span id=\"global-cart_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</nav>\r\n");
      out.write("<!--£O[oF±±ÜÅ£-->\r\n\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.globalFavoriteCnt.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.globalCartCnt.js\">");
      out.write("</script>\r\n\r\n");
      out.write("<script type=\"text/javascript\">\r\n");
      out.write("<!-- \r\n//¨CÉüè\r\nvar favoriteStr = $.cookie(\"ws_favoriteBG\");\r\nif (favoriteStr == null) {\r\n  $(\"#global-mypage_count\").html(\"\");\r\n} else {\r\n  var favoriteArray = favoriteStr.split(\",\");\r\n  var favoriteCnt = favoriteArray.length;\r\n  if (favoriteCnt == 0) favoriteCnt = \"\";\r\n  $(\"#global-mypage_count\").html(favoriteCnt);\r\n}\r\n\r\n// Åß©½¤iÌJEg\r\nvar historyStr = $.cookie(\"ws_historyBG\");\r\nif (historyStr == null) {\r\n  $('#global-checkhistory_count').html(\"\");\r\n} else {\r\n  var historyArray = $.cookie(\"ws_historyBG\").split(\",\");\r\n  var history_count = historyArray.length;\r\n  if (history_count == 0) {\r\n    history_count = \"\";\r\n  }\r\n  $('#global-checkhistory_count').html(history_count);\r\n}\r\n\r\n\r\n-->\r\n");
      out.write("</script>\r\n\r\n");
 //¥AvÅÍñ\¦F±±©ç¥
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n\r\n");
} //£AvÅÍñ\¦F±±ÜÅ£
 else { //¥AvÅÌÝ\¦F±±©ç¥
 
    Cookie[] cookies = request.getCookies();
    Cookie cmdtyCookieOrgFavoriteBG = null;
    Cookie cmdtyCookieOrgHistoryBG  = null;
    
    if (cookies != null) {
      for (int i = 0; i < cookies.length; i++) {
        if (cookies[i].getName().equals(SIApiConf.COOKIE_NAME_WS_FAVORITEBG)){
          cmdtyCookieOrgFavoriteBG = cookies[i];
        }
        if (cookies[i].getName().equals(SIApiConf.COOKIE_NAME_WS_HISTORYBG)){
          cmdtyCookieOrgHistoryBG = cookies[i];
        }
        if (cmdtyCookieOrgFavoriteBG != null && cmdtyCookieOrgHistoryBG != null) {
          break;
        }
      }
    }
    
    // ¨CÉüè
    String mycatalogCnt = "0";
    if (cmdtyCookieOrgFavoriteBG != null) {
      String cookieStr = cmdtyCookieOrgFavoriteBG.getValue();
      if (SIUtil.isNotNull(cookieStr)) {
        String[] favoriteItems = URLDecoder.decode(cmdtyCookieOrgFavoriteBG.getValue(),"Shift_JIS").split(",");
        mycatalogCnt = String.valueOf(favoriteItems.length);
      }
    }
    // Åß©½¤i
    String historyCnt = "0";
    if (cmdtyCookieOrgHistoryBG != null) {
      String cookieStr = cmdtyCookieOrgHistoryBG.getValue();
      if (SIUtil.isNotNull(cookieStr)) {
        String[] historyItems = URLDecoder.decode(cmdtyCookieOrgHistoryBG.getValue(),"Shift_JIS").split(",");
        historyCnt = String.valueOf(historyItems.length);
      }
    }
   // æ­wü·é¤i
    Collection favoriteColl2 = null;
    if (SIHTMLUtil.getUserInfo(request).isNotLogin(request)) {
      favoriteColl2 = new ArrayList();
    }else {
      //Connection connection = databaseConnection.getConnection();
      favoriteColl2 = UICampaign.getFavoriteItems(connection,request,200);
      if (favoriteColl2 == null) favoriteColl2 = new ArrayList();
    }

    String favoriteCnt = String.valueOf(favoriteColl2.size());
    // J[gü
    SICartManager headerCart = (SICartManager) session.getAttribute(SIConfig.SISESSION_CART_INFO_NAME);
    if (headerCart == null) headerCart = new SICartManager();
    String cartCnt = headerCart.getAmount(); 

/*
    JSONObject obj = new JSONObject();
    obj.put("result",SIApiConf.RESULT_OK);
    obj.put("mypage_id","1");
    obj.put("mycatalog_id","2");
    obj.put("mycatalog_count",mycatalogCnt);
    obj.put("history_id","3");
    obj.put("history_count",historyCnt);
    obj.put("favorite_id","4");
    obj.put("favorite_count",favoriteCnt);
    obj.put("cart_id","5");
    obj.put("cart_count",cartCnt);
    
    log.debug("[end]getCommonFooter");
    return obj;
*/

      out.write("\r\n\r\n");
      out.write("<iframe src=\"app://setBadgeNumber?mycatalog_count=");
      out.print(mycatalogCnt);
      out.write("&history_count=");
      out.print(historyCnt);
      out.write("&favorite_count=");
      out.print(favoriteCnt);
      out.write("&cart_count=");
      out.print(cartCnt);
      out.write("\" width=\"1\" height=\"1\" style=\"position:absolute; z-index:-1; top:-9999px;\">");
      out.write("</iframe>\r\n\r\n");
      out.write("<style type=\"text/css\">nav#global{position:absolute; z-index:-1; width:1px; height:1px; top:-9999px; left:-9999px;}");
      out.write("</style>\r\n\r\n");
} //£AvÅÌÝ\¦F±±ÜÅ£ 
      out.write("\r\n");
      out.write("\r\n  \r\n  ");
      out.write("<!-- contentsArea -->\r\n  ");
      out.write("<div id=\"contentsArea\">\r\n    \r\n    ");
      out.write("<!--ベッドメイキング特集-->\r\n    ");
      out.write("<div id=\"bedmaking\"> \r\n      \r\n      ");
      out.write("<!--h1-->\r\n      ");
      out.write("<h1>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/h1.jpg\" alt=\"How To ベッドメイキング\" title=\"How To ベッドメイキング\" width=\"800\" height=\"410\" />");
      out.write("</h1>\r\n      ");
      out.write("<!--//h1//--> \r\n      \r\n      ");
      out.write("<!--★使用するベッドはコチラ★-->\r\n      ");
      out.write("<h2>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_h2.gif\" alt=\"★使用するベッドはコチラ★\" width=\"800\" height=\"76\" />");
      out.write("</h2>\r\n      ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_h3.gif\" alt=\"リクライニング＆低反発タイプ\" width=\"800\" height=\"35\" />");
      out.write("</h3>\r\n      ");
      out.write("<p id=\"usebed\">");
      out.write("<span class=\"bgprice\">￥\r\n        ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_0 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_0.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_0.setParent(null);
      _jspx_th_webshop_siquantity_0.setValue(SIUtil.getNameFromColl(cmdtyColl,"DP-1874P-X"));
      int _jspx_eval_webshop_siquantity_0 = _jspx_th_webshop_siquantity_0.doStartTag();
      if (_jspx_th_webshop_siquantity_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_0);
      out.write("\r\n        ");
      out.write("</span>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_img01.jpg\" alt=\"高級低反発木製折りたたみリクライニングベッド009SDX\" width=\"800\" height=\"266\" usemap=\"#bed_img01\" />\r\n        ");
      out.write("<map name=\"bed_img01\" id=\"bed_img01\">\r\n          ");
      out.write("<area shape=\"rect\" coords=\"284,202,454,234\" href=\"http://www.beautygarage.jp/ws/search_cmdty/36597/DP-1874P-X\" alt=\"詳細・ご購入はこちら\" />\r\n        ");
      out.write("</map>\r\n      ");
      out.write("</p>\r\n      ");
      out.write("<div class=\"bed clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<p class=\"fl pl20\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_01_img.jpg\" alt=\"3種類のクッション付！\" width=\"358\" height=\"120\" />");
      out.write("</p>\r\n        ");
      out.write("<div class=\"fl pl20 w370\">\r\n          ");
      out.write("<h4 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_01_h4.gif\" alt=\"3種類のクッション付！\" width=\"155\" height=\"15\" />");
      out.write("</h4>\r\n          ");
      out.write("<p class=\"pt10\">U字、丸型に加えて半円マクラ型の3種類のクッション付きで、大変お買い得！多彩な施術メニューに対応可能です！");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div class=\"bed clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<p class=\"fl pl20\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_02_img.jpg\" alt=\"包み込むような寝心地\" width=\"170\" height=\"116\" />");
      out.write("</p>\r\n        ");
      out.write("<div class=\"fl pl10 w190\">\r\n          ");
      out.write("<h4 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_02_h4.gif\" alt=\"包み込むような寝心地\" width=\"150\" height=\"14\" />");
      out.write("</h4>\r\n          ");
      out.write("<p class=\"pt10\">ゆっくり沈み、ゆっくり戻る低反発クッションがお客様の体にやわらかフィット。まるでお客様の体を包み込むようなやさしい寝心地を実現しました。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<p class=\"fl pl20\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_03_img.gif\" alt=\"特別開発のクッション\" width=\"170\" height=\"116\" />");
      out.write("</p>\r\n        ");
      out.write("<div class=\"fl pl10 w190\">\r\n          ");
      out.write("<h4 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_03_h4.gif\" alt=\"特別開発のクッション\" width=\"149\" height=\"15\" />");
      out.write("</h4>\r\n          ");
      out.write("<p class=\"pt10\">特別開発したクッション部分は、高密度ウレタン1cm＋低反発ウレタン4cm＋高密度ウレタン2.5cm、合計約7.5cmのサンドイッチ型3層構造。クッション性が違います！");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div class=\"bed clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<p class=\"fl pl20\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_04_img.jpg\" alt=\"クッション厚7.5cm\" width=\"170\" height=\"116\" />");
      out.write("</p>\r\n        ");
      out.write("<div class=\"fl pl10 w190\">\r\n          ");
      out.write("<h4 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_04_h4.gif\" alt=\"クッション厚7.5cm\" width=\"130\" height=\"15\" />");
      out.write("</h4>\r\n          ");
      out.write("<p class=\"pt10\">高密度ウレタンに高級低反発スポンジを組み合わせたことで、 最高の寝心地を実現しました！");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<p class=\"fl pl20\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_05_img.jpg\" alt=\"10段階のリクライニング\" width=\"170\" height=\"116\" />");
      out.write("</p>\r\n        ");
      out.write("<div class=\"fl pl10 w190\">\r\n          ");
      out.write("<h4 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/bed_05_h4.gif\" alt=\"10段階のリクライニング\" width=\"158\" height=\"14\" />");
      out.write("</h4>\r\n          ");
      out.write("<p class=\"pt10\">リクライニング機能はなんと10段階の調整が可能。マッサージはもちろん、フェイシャルケア等あらゆる施術メニューに対応いたします。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//★使用するベッドはコチラ★//--> \r\n      \r\n      ");
      out.write("<!--Let'sベッドメイキング！-->\r\n      ");
      out.write("<h2>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/try_h2.jpg\" alt=\"★Let'sベッドメイキング！\" width=\"800\" height=\"122\" />");
      out.write("</h2>\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/try_img01.jpg\" alt=\"低反発木製折りたたみリクライニングベッドMT-009Sを使って、ベッドメイキングにLet's Try !!\" width=\"800\" height=\"274\" />");
      out.write("</p>\r\n      ");
      out.write("<!--*-->\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/try_step1.jpg\" alt=\"Step 1ベッドシーツをのせまーす\" width=\"800\" height=\"150\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"try_onepoint\">\r\n        ");
      out.write("<p class=\"onepoint\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/try_onepoint.gif\" alt=\"ワンポイント\" width=\"100\" height=\"16\" />");
      out.write("</p>\r\n        ");
      out.write("<p class=\"text01\">ここでは");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%8D%82%8B%89%83p%83C%83%8B%92n%93%C1%91%E5%83%5E%83I%83%8B%83V%81%5B%83c&ctc=%2F&maker=&priceFrom=&priceTo=&usedNewFlgTxt=new&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=80&active=\">高級パイル地特大タオルシーツ");
      out.write("</a>を使っていますが、");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?ctc=%2F&maker=&srchWordTxt=ECO%83p%83C%83%8B%92n%93%C1%91%E5%83%5E%83I%83%8B%83V%81%5B%83c&cmdtyFlagTxt=sr&dispModeTxt=2&actionNameTxt=list&cmdtySortSel=5&pass=advancedsearch\">ECOパイル地タオルシリーズ");
      out.write("</a>や");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?ctc=%2F&maker=&srchWordTxt=%81y%83z%83e%83%8B%8Ed%97l%81z%83I%81%5B%83K%83j%83b%83N%83R%83b%83g%83%93%93%C1%91%E5%83%5E%83I%83%8B%83V%81%5B%83c&cmdtyFlagTxt=sr&dispModeTxt=2&actionNameTxt=list&cmdtySortSel=5&pass=advancedsearch\">ホテル仕様オーガニックコットンタオルシリーズ");
      out.write("</a>、&nbsp;");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?ctc=%2F&maker=&srchWordTxt=%92%B4%8Bz%90%85%81%95%91%AC%8A%A3%83%7D%83C%83N%83%8D%83t%83@%83C%83o%81%5B%93%C1%91%E5%83%5E%83I%83%8B%83V%81%5B%83c&cmdtyFlagTxt=sr&dispModeTxt=2&actionNameTxt=list&cmdtySortSel=5&pass=advancedsearch\">マイクロファイバータオルシリーズ");
      out.write("</a>、&nbsp;");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?ctc=%2F&maker=&srchWordTxt=%83x%83%8B%83x%83b%83g%83x%83b%83h%83V%81%5B%83c&cmdtyFlagTxt=sr&dispModeTxt=2&actionNameTxt=list&cmdtySortSel=5&pass=advancedsearch\">ベルベットシリーズ");
      out.write("</a>、");
      out.write("<a href=\"http://www.beautygarage.jp/ws/esthe_cmdty/43774/TB-0274N-X\">今治タオルシリーズ");
      out.write("</a>など、素材・風合い・機能で選べる6タイプをご用意！");
      out.write("</p>\r\n        ");
      out.write("<p class=\"img01\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/../../pickup-parts/bedmaking/img/try_sptep1_img01.jpg\" alt=\"\" width=\"219\" height=\"91\" />");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//*//--> \r\n      ");
      out.write("<!--*-->\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step2.jpg\" alt=\"Step２ベッドシーツの上に使い捨てベッドシーツをのせまーす\" width=\"800\" height=\"155\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"try_onepoint\">\r\n        ");
      out.write("<p class=\"onepoint\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_onepoint.gif\" alt=\"ワンポイント\" width=\"100\" height=\"16\" />");
      out.write("</p>\r\n        ");
      out.write("<p class=\"text02\">マッサージオイルやジェルを使ったりするときは");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%8Eg%82%A2%8E%CC%82%C4+%83x%83b%83h%83V%81%5B%83c&ctc=%2F&maker=&priceFrom=&priceTo=&usedNewFlgTxt=new&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=80&active=\">使い捨てタイプのベッドシーツ");
      out.write("</a>でリネンを守りましょう！！使い捨てなので、衛生面の効果も&hearts;あわせて");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%83s%83%8D%81%5B%83V%81%5B%83gSP&ctc\r\n=%2F&maker=&usedNewFlgTxt=all&priceFrom=&priceTo=&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=40&active=advancedsearch&search_cat=beautygarage\">使い捨てタイプのピローシート");
      out.write("</a>の使用もオススメ！");
      out.write("</p>\r\n        ");
      out.write("<p class=\"img02\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step2_img01.jpg\" alt=\"\" width=\"225\" height=\"99\" />");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//*//--> \r\n      ");
      out.write("<!--*-->\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step3.jpg\" alt=\"Step 3タオルケットをのせまーす\" width=\"800\" height=\"155\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"try_onepoint\">\r\n        ");
      out.write("<p class=\"onepoint\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_onepoint.gif\" alt=\"ワンポイント\" width=\"100\" height=\"16\" />");
      out.write("</p>\r\n        ");
      out.write("<p class=\"text03\">タオルケットは");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%8D%82%8B%89%83p%83C%83%8B%92n%83o%83X%83%5E%83I%83%8B%81iL%81j&ctc=%2F&maker=&priceFrom=&priceTo=&usedNewFlgTxt=new&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=80&active=\">高級パイル地バスタオルのLサイズ");
      out.write("</a>がお勧め！");
      out.write("</p>\r\n        ");
      out.write("<p class=\"img03\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step3_img01.jpg\" alt=\"\" width=\"282\" height=\"86\" />");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//*//--> \r\n      ");
      out.write("<!--*-->\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step4.jpg\" alt=\"Step 4ターバンを巻くフェイスタオルをおきまーす\" width=\"800\" height=\"155\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"try_onepoint\">\r\n        ");
      out.write("<p class=\"onepoint\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_onepoint.gif\" alt=\"ワンポイント\" width=\"100\" height=\"16\" />");
      out.write("</p>\r\n        ");
      out.write("<p class=\"text04\">ターバンは");
      out.write("<!--");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%8D%82%8B%89%83p%83C%83%8B%92n%83%5E%83I%83%8B&ctc=%2F&maker=&priceFrom=&priceTo=&usedNewFlgTxt=new&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=80&active=\">-->");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=34x85cm+12%96%87%93%FC%82%E8&ctc=%2F&maker\r\n=&usedNewFlgTxt=all&priceFrom=&priceTo=&cmdtySortSel=4&dispModeTxt=2&pageSizeSel=40&active=&search_cat=beautygarage\">フェイスタオル");
      out.write("</a>で巻くのと、");
      out.write("<a href=\"http://www.beautygarage.jp/ws/advancedsearch?actionNameTxt=list&srchWordTxt=%83w%83A%83%5E%81%5B%83o%83%93+TG-&ctc=%2F&maker=&priceFrom=&priceTo=&usedNewFlgTxt=new&cmdtySortSel=2&dispModeTxt=2&pageSizeSel=80&active=\">簡易ターバン");
      out.write("</a>とがあるよ！");
      out.write("</p>\r\n        ");
      out.write("<p class=\"img04\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_step4_img01.jpg\" alt=\"\" width=\"270\" height=\"95\" />");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//*//-->\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_img02.jpg\" alt=\"洗練されたベッドの出来上がり\" width=\"800\" height=\"316\" />");
      out.write("</p>\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_img03.jpg\" alt=\"★ターバンの巻き方\" width=\"800\" height=\"649\" />");
      out.write("</p>\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/try_img04.jpg\" alt=\"★ベッドメイキングカラーイメージ\" width=\"800\" height=\"579\" />");
      out.write("</p>\r\n      ");
      out.write("<!--//Let'sベッドメイキング！//--> \r\n      \r\n      ");
      out.write("<!--ベッドメイキングで使用した商材-->\r\n      ");
      out.write("<h2>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_h2.gif\" alt=\"ベッドメイキングで使用した商材\" width=\"800\" height=\"62\" />");
      out.write("</h2>\r\n      ");
      out.write("<div class=\"shiyou clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fl w370 pl20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_towel.gif\" alt=\"タオル\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_h3.gif\" alt=\"高級パイル地特大タオルシーツ（110 x 220cm）【綿100％・約2,240匁・700g】\" width=\"333\" height=\"38\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">マッサージベッドやエステベッドを覆うのに十分な大きさの特注サイズです。厚みもしっかりしており、やわらか素材のベッドシーツとしてサロンの価値を高めてくれます。");
      out.write("</p>\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_1 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_1.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_1.setParent(null);
      _jspx_th_webshop_siquantity_1.setValue(SIUtil.getNameFromColl(cmdtyColl,"TB-0049P"));
      int _jspx_eval_webshop_siquantity_1 = _jspx_th_webshop_siquantity_1.doStartTag();
      if (_jspx_th_webshop_siquantity_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_1);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10469&inc=TB-0049P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_img01.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10469&inc=TB-0049P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10470&inc=TB-0050P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10470&inc=TB-0050P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14438&inc=TB-0096P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14438&inc=TB-0096P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11695&inc=TB-0067P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_img04.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11695&inc=TB-0067P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11696&inc=TB-0068P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_01_img05.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11696&inc=TB-0068P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fr w370 pr20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_towel.gif\" alt=\"タオル\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_h3.gif\" alt=\"高級パイル地バスタオル (L)（90 x150cm）【綿100％・約1,400匁・440g】\"  width=\"318\" height=\"38\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">通常のバスタオルよりやや大ぶりで、厚手のしっかりしたタイプです。高級感のあるバスタオルとしてご使用いただけるのはもちろんのこと、ベッドでのブランケットとしてなど多目的にお使い頂けます。");
      out.write("</p>\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_2 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_2.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_2.setParent(null);
      _jspx_th_webshop_siquantity_2.setValue(SIUtil.getNameFromColl(cmdtyColl,"TB-0051P"));
      int _jspx_eval_webshop_siquantity_2 = _jspx_th_webshop_siquantity_2.doStartTag();
      if (_jspx_th_webshop_siquantity_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_2);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10465&inc=TB-0051P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_img01.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10465&inc=TB-0051P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10466&inc=TB-0052P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10466&inc=TB-0052P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14437&inc=TB-0095P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14437&inc=TB-0095P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11693&inc=TB-0065P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_img04.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11693&inc=TB-0065P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11694&inc=TB-0066P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_02_img05.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11694&inc=TB-0066P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"shiyou clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fl w370 pl20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_turban.gif\" alt=\"ターバン\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_maku.png\" alt=\"巻いて使用するタイプ\" width=\"152\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_h3.gif\" alt=\"高級パイル地タオル12枚セット（34 x 85cm）【綿100％・約260匁・80g】\" width=\"328\" height=\"38\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">エステサロンのフェイスタオルとして最適なのはもちろん、やや長めのサイズになっているので、理美容室でのヘア施術用にもＯＫです。");
      out.write("</p>\r\n          ");
String price1=SIUtil.getNameFromColl(cmdtyColl,"TB-0056P");
      out.write("\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_3 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_3.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_3.setParent(null);
      _jspx_th_webshop_siquantity_3.setValue(price1);
      int _jspx_eval_webshop_siquantity_3 = _jspx_th_webshop_siquantity_3.doStartTag();
      if (_jspx_th_webshop_siquantity_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_3);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<p class=\"fl tanka\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_4 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_4.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_4.setParent(null);
      _jspx_th_webshop_siquantity_4.setValue(SIUtil.div(price1,"12"));
      int _jspx_eval_webshop_siquantity_4 = _jspx_th_webshop_siquantity_4.doStartTag();
      if (_jspx_th_webshop_siquantity_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_4);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14449&inc=TB-0104P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14449&inc=TB-0104P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14450&inc=TB-0105P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14450&inc=TB-0105P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10464&inc=TB-0056P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img04.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10464&inc=TB-0056P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10463&inc=TB-0055P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img05.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=10463&inc=TB-0055P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<div class=\"clearFix pt05\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14451&inc=TB-0106P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img06.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=14451&inc=TB-0106P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11691&inc=TB-0063P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img07.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11691&inc=TB-0063P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11692&inc=TB-0064P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_03_img08.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TB&cmc=11692&inc=TB-0064P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fr w370 pr20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_turban.gif\" alt=\"ターバン\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_kani.png\" alt=\"簡易ターバン\" width=\"102\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_h3.png\" alt=\"パイル地ヘアターバン（チューブタイプ）【綿100％】\" width=\"285\" height=\"37\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">伸縮性の高いゴム輪タイプを採用。やわらかパイル素材なので、お客様への負担も少なく、髪の毛をすっきり上げられます。");
      out.write("</p>\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_5 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_5.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_5.setParent(null);
      _jspx_th_webshop_siquantity_5.setValue(SIUtil.getNameFromColl(cmdtyColl,"TG-1982P"));
      int _jspx_eval_webshop_siquantity_5 = _jspx_th_webshop_siquantity_5.doStartTag();
      if (_jspx_th_webshop_siquantity_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_5);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11702&inc=TG-1982P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_img01.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11702&inc=TG-1982P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11703&inc=TG-1983P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11703&inc=TG-1983P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=14441&inc=TG-2028P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=14441&inc=TG-2028P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11704&inc=TG-1984P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_img04.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11704&inc=TG-1984P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11705&inc=TG-1985P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_04_img05.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=11705&inc=TG-1985P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n      ");
      out.write("<div class=\"shiyou clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fl w370 pl20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_turban.gif\" alt=\"ターバン\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_kani.png\" alt=\"簡易ターバン\" width=\"102\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_07_h3.png\" alt=\"タオル地ストレッチターバン（マジックテープタイプ）【ポリエステル100％】\" width=\"325\" height=\"37\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">タオル止めの難しさを解決したタオル地ヘアターバンです。マジックテープで止めるだけの簡単仕様。長さも十分あり、若干ストレッチする素材ですので着脱時等使いやすさ抜群です。");
      out.write("</p>\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_6 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_6.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_6.setParent(null);
      _jspx_th_webshop_siquantity_6.setValue(SIUtil.getNameFromColl(cmdtyColl,"TG-2087P"));
      int _jspx_eval_webshop_siquantity_6 = _jspx_th_webshop_siquantity_6.doStartTag();
      if (_jspx_th_webshop_siquantity_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_6);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty/38640/TG-2087P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_07_img01.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/esthe_cmdty/38640/TG-2087P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty/38641/TG-2088P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_07_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/esthe_cmdty/38641/TG-2088P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty/38639/TG-2086P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_07_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/esthe_cmdty/38639/TG-2086P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty/38638/TG-2085P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_07_img04.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/esthe_cmdty/38638/TG-2085P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fr w370 pr20\">\r\n          ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_turban.gif\" alt=\"ターバン\" width=\"90\" height=\"21\" class=\"pr01\" />");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_kani.png\" alt=\"簡易ターバン\" width=\"102\" height=\"21\" class=\"pr01\" />");
      out.write("</p>\r\n          ");
      out.write("<h3 class=\"pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_06_h3.gif\" alt=\"ベルベットヘアターバン（カバー付タイプ）【ベルベット生地】\" width=\"290\" height=\"37\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"pt10 pb10\">高級感のあるベルベット素材ヘアターバン。カバー付きですので、長い髪のお客様でも髪全体をすっぽりと覆うことができ、マジックテープでしっかりと固定できます。肌触りも良く速乾性、耐久性にも優れた商品です。");
      out.write("</p>\r\n          ");
      out.write("<p class=\"pricebox pt10\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font13\">各&nbsp;");
      out.write("</span>");
      out.write("<span class=\"font25\">\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_7 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_7.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_7.setParent(null);
      _jspx_th_webshop_siquantity_7.setValue(SIUtil.getNameFromColl(cmdtyColl,"TG-1919P"));
      int _jspx_eval_webshop_siquantity_7 = _jspx_th_webshop_siquantity_7.doStartTag();
      if (_jspx_th_webshop_siquantity_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_7);
      out.write("\r\n            ");
      out.write("</span>");
      out.write("<span class=\"font13\">円（税別）");
      out.write("</span>");
      out.write("</p>\r\n          ");
      out.write("<div class=\"clearFix pt10\">\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=10494&inc=TG-1919P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_06_img01.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=10494&inc=TG-1919P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=10495&inc=TG-1920P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_06_img02.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=10495&inc=TG-1920P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n            ");
      out.write("<div class=\"fl pr04\">\r\n              ");
      out.write("<p>");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=22134&inc=TG-2033P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_06_img03.jpg\" alt=\"\" width=\"70\" height=\"70\" />");
      out.write("</a>");
      out.write("</p>\r\n              ");
      out.write("<p class=\"pt05\">");
      out.write("<a href=\"/ws/esthe_cmdty?ctc=TG&cmc=22134&inc=TG-2033P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_button.gif\" alt=\"詳細・ご購入\" width=\"70\" height=\"22\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("</div>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div class=\"gototowel\">\r\n        ");
      out.write("<p>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup/smacolle_towel/index.html\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_towel_btn.jpg\" width=\"770\" height=\"185\" alt=\"その他にも色々あります！素材・風合い・機能で選べる6タイプをご用意！「業務用タオル＆シーツ＆ガウン特集」はこちら！\" />");
      out.write("</a>");
      out.write("</p>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line02.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>--> \r\n      ");
      out.write("<!--//ベッドメイキングで使用した商材//--> \r\n      \r\n      ");
      out.write("<!--ベッドメイキングお役立ち商材-->\r\n      ");
      out.write("<h2>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_h2.gif\" alt=\"ベッドメイキングお役立ち商材　使ったら便利な消耗品達！衛生面を保ち、洗濯回数も減り、施術効率も高めます\" width=\"800\" height=\"92\" />");
      out.write("</h2>\r\n      ");
      out.write("<div class=\"oyakudachi clearFix\"> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_01_h3.gif\" alt=\"使い捨てベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_01_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
String price2=SIUtil.getNameFromColl(cmdtyColl,"TT-0045P");
      out.write("\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_8 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_8.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_8.setParent(null);
      _jspx_th_webshop_siquantity_8.setValue(price2);
      int _jspx_eval_webshop_siquantity_8 = _jspx_th_webshop_siquantity_8.doStartTag();
      if (_jspx_th_webshop_siquantity_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_8);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0045P,TT-0061P-S,TT-0053P,TT-0046P,TT-0060P-S,TT-0054P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">タオルクリーニングの悩みを解消するディスポーザブルタイプのベッドシーツです。");
      out.write("<br />\r\n            なんと90Ｍでこの価格はまさに破格値！です。1回あたり1800mm使用で＠\r\n            ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_9 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_9.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_9.setParent(null);
      _jspx_th_webshop_siquantity_9.setValue(SIUtil.div(price2,"50"));
      int _jspx_eval_webshop_siquantity_9 = _jspx_th_webshop_siquantity_9.doStartTag();
      if (_jspx_th_webshop_siquantity_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_9);
      out.write("\r\n            円！ぜひとも他店価格と比べてみてください！");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_02_h3.gif\" alt=\"使い捨て防水ベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_02_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_10 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_10.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_10.setParent(null);
      _jspx_th_webshop_siquantity_10.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0047P"));
      int _jspx_eval_webshop_siquantity_10 = _jspx_th_webshop_siquantity_10.doStartTag();
      if (_jspx_th_webshop_siquantity_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_10);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0047P,TT-0063P-S,TT-0055P,TT-0048P,TT-0062P-S,TT-0056P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">防水タイプの使い捨てベッドシーツです。これを敷けばオイルやローションなどが下のタオルなどに染込むこともございませんので、とても重宝します。1800mmごとにミシン目が入っているのでカットする必要も無く便利な仕様となっています。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//-->\r\n        ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_05_h3.gif\" alt=\"【ワイド】使い捨てベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_05_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_11 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_11.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_11.setParent(null);
      _jspx_th_webshop_siquantity_11.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0076P"));
      int _jspx_eval_webshop_siquantity_11 = _jspx_th_webshop_siquantity_11.doStartTag();
      if (_jspx_th_webshop_siquantity_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_11);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0076P,TT-0077P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">ワイドタイプのベッドシーツです。");
      out.write("<br />\r\n            幅が100cmになったので様々なベッドに対応が可能です。従来通り長さ900mmごとにミシン目が入っているので簡単にご使用して頂けます。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_06_h3.gif\" alt=\"【ワイド】使い捨て防水ベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_06_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_12 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_12.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_12.setParent(null);
      _jspx_th_webshop_siquantity_12.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0078P"));
      int _jspx_eval_webshop_siquantity_12 = _jspx_th_webshop_siquantity_12.doStartTag();
      if (_jspx_th_webshop_siquantity_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_12);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0078P,TT-0079P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">防水タイプの使い捨てベッドシーツのワイドタイプです。");
      out.write("<br />\r\n            幅が100cmあるのでビッグサイズのベッドでも心配ありません。従来通り長さ1800mmごとにミシン目が入っています。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//-->\r\n        ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_07_h3.gif\" alt=\"【ワイド＆ロング】使い捨てベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_07_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_13 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_13.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_13.setParent(null);
      _jspx_th_webshop_siquantity_13.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0080P"));
      int _jspx_eval_webshop_siquantity_13 = _jspx_th_webshop_siquantity_13.doStartTag();
      if (_jspx_th_webshop_siquantity_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_13);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0080P,TT-0081P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">ベッドシーツにワイド＆ロングタイプが新登場！");
      out.write("<br />\r\n            幅100cm、長さが200cmと大判サイズになりました。ミシン目は2000mmごとに入っています。 ");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_08_h3.gif\" alt=\"【ワイド＆ロング】使い捨て防水ベッドシーツ SP 90M\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_08_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_14 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_14.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_14.setParent(null);
      _jspx_th_webshop_siquantity_14.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0082P"));
      int _jspx_eval_webshop_siquantity_14 = _jspx_th_webshop_siquantity_14.doStartTag();
      if (_jspx_th_webshop_siquantity_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_14);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0082P,TT-0083P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">ワイド＆ロングの防水タイプです。");
      out.write("<br />\r\n            幅100cm、長さが200cmと非常に大きいのでベッドを覆うようにシーツを敷くことができます。ミシン目は2000mmごとに入っています。 ");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//-->\r\n        ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_09_h3.gif\" alt=\"使い捨てベッドカバー20枚入（ゴム留めタイプ）\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_09_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_15 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_15.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_15.setParent(null);
      _jspx_th_webshop_siquantity_15.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0084P"));
      int _jspx_eval_webshop_siquantity_15 = _jspx_th_webshop_siquantity_15.doStartTag();
      if (_jspx_th_webshop_siquantity_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_15);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/ws/bed_cmdty/49851/TT-0084P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">従来のベッドシーツとは異なり「ゴム留めタイプ」が特徴です。ベッドにしっかりフィットし、お客様が動かれてもズレる心配がありません。");
      out.write("<br />\r\n          またベッド全体を覆うようにカバーすることができますので使用商材がタオルやベッドにつくことがありません。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_10_h3.gif\" alt=\"使い捨て防水ベッドカバー20枚入（ゴム留めタイプ）\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_10_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"fr\">\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_16 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_16.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_16.setParent(null);
      _jspx_th_webshop_siquantity_16.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0085P"));
      int _jspx_eval_webshop_siquantity_16 = _jspx_th_webshop_siquantity_16.doStartTag();
      if (_jspx_th_webshop_siquantity_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_16);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/ws/bed_cmdty/49852/TT-0085P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">防水タイプのゴム留めベッドカバーです。");
      out.write("<br />\r\n          肌触りが良い素材を使用していますので柔らかく、ベッドやタオルを清潔に保つことができます。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//-->\r\n        ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_03_h3.gif\" alt=\"ピローシート SP 100枚\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">\r\n            ");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_03_02_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />\r\n          ");
      out.write("</p>\r\n          ");
      out.write("<div class=\"box fr\">\r\n            ");
String price3=SIUtil.getNameFromColl(cmdtyColl,"TT-0051P");
      out.write("\r\n            ");
      out.write("<p class=\"pricebox pt10\">ホワイト");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_17 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_17.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_17.setParent(null);
      _jspx_th_webshop_siquantity_17.setValue(price3);
      int _jspx_eval_webshop_siquantity_17 = _jspx_th_webshop_siquantity_17.doStartTag();
      if (_jspx_th_webshop_siquantity_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_17);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pricebox pt10\">ダークブラウン");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_18 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_18.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_18.setParent(null);
      _jspx_th_webshop_siquantity_18.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0088P"));
      int _jspx_eval_webshop_siquantity_18 = _jspx_th_webshop_siquantity_18.doStartTag();
      if (_jspx_th_webshop_siquantity_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_18);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0051P,TT-0088P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("<!--p class=\"tanka\" style=\"top:5px;left:-256px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">4.6");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"tanka\" style=\"top:5px;left:-140px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">5.6");
      out.write("</span>");
      out.write("</p-->\r\n            ");
      out.write("<p class=\"new_icon\" style=\"position:absolute;top:15px;left:-55px;\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/new_icon.png\" alt=\"NEW\">");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">使用用途としては、有孔ベッドでうつぶせになる際に、ベッド孔部分にファンデーションや皮脂が付着しないようベッドを保護いたします。もちろんお客様にとっても安心感と清潔感を与えることが出来ます。");
      out.write("<br />\r\n          毎回ピローシートを換えることでいつも清潔な状態を保ちます。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_11_h3.gif\" alt=\"ピローシートSP（十字カット）100枚\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"new_icon\" style=\"position:absolute;top:3px;left:10px;\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/new_icon.png\" alt=\"NEW\">");
      out.write("</p>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_11_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"box fr\">\r\n            ");
      out.write("<p class=\"pricebox pt10\">ホワイト");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_19 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_19.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_19.setParent(null);
      _jspx_th_webshop_siquantity_19.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0091P"));
      int _jspx_eval_webshop_siquantity_19 = _jspx_th_webshop_siquantity_19.doStartTag();
      if (_jspx_th_webshop_siquantity_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_19);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pricebox pt10\">ダークブラウン");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_20 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_20.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_20.setParent(null);
      _jspx_th_webshop_siquantity_20.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0092P"));
      int _jspx_eval_webshop_siquantity_20 = _jspx_th_webshop_siquantity_20.doStartTag();
      if (_jspx_th_webshop_siquantity_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_20);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0091P,TT-0092P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("<!--p class=\"tanka\" style=\"top:5px;left:-256px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">4.6");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"tanka\" style=\"top:5px;left:-140px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">5.6");
      out.write("</span>");
      out.write("</p-->\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">シートの中央に十字にカットを施しており、ベッドの有孔部分やU字フェイスマット等にシートを置いてご使用頂けます。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//-->\r\n        ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/shiyou_line01.gif\" alt=\"\" width=\"800\" height=\"41\" />");
      out.write("</p>\r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"box fl w370 pl20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_12_h3.gif\" alt=\"ピローシートSP（カット無）100枚\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"new_icon\" style=\"position:absolute;top:3px;left:30px;\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/new_icon.png\" alt=\"NEW\">");
      out.write("</p>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_12_img.jpg\" alt=\"\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"box fr\">\r\n            ");
      out.write("<p class=\"pricebox pt10\">ホワイト");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_21 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_21.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_21.setParent(null);
      _jspx_th_webshop_siquantity_21.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0089P"));
      int _jspx_eval_webshop_siquantity_21 = _jspx_th_webshop_siquantity_21.doStartTag();
      if (_jspx_th_webshop_siquantity_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_21);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pricebox pt10\">ダークブラウン");
      out.write("<br />");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_22 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_22.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_22.setParent(null);
      _jspx_th_webshop_siquantity_22.setValue(SIUtil.getNameFromColl(cmdtyColl,"TT-0090P"));
      int _jspx_eval_webshop_siquantity_22 = _jspx_th_webshop_siquantity_22.doStartTag();
      if (_jspx_th_webshop_siquantity_22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_22);
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>\r\n            ");
      out.write("</p>\r\n            ");
      out.write("<p>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/bed?advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=5&dispModeTxt=2&pageSizeSel=20&codes=TT-0089P,TT-0090P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("<!--p class=\"tanka\" style=\"top:5px;left:-256px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">4.6");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"tanka\" style=\"top:5px;left:-140px;\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">5.6");
      out.write("</span>");
      out.write("</p-->\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">シートにカットを施していないピローシートで、半円マクラ等にシートを置いてご使用頂けます。");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n        ");
      out.write("<!--*-->\r\n        ");
      out.write("<div class=\"fr w370 pr20\">\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_04_h3.gif\" alt=\"使い捨て有孔カバー 100枚\" width=\"369\" height=\"25\" />");
      out.write("</h3>\r\n          ");
      out.write("<p class=\"fl pt10\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_04_img.jpg\" alt=\"フェイスマットのカバーとしてもお使いいただけます！\" width=\"240\" height=\"180\" />");
      out.write("</p>\r\n          ");
      out.write("<div class=\"box fr\">\r\n            ");
String price4=SIUtil.getNameFromColl(cmdtyColl,"TT-0031P");
      out.write("\r\n            ");
      out.write("<p class=\"pricebox pt88\">");
      out.write("<span class=\"font15\">BG卸価&nbsp;&nbsp;");
      out.write("</span>");
      out.write("<br />\r\n              ");
      out.write("<span class=\"font25\">\r\n              ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_23 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_23.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_23.setParent(null);
      _jspx_th_webshop_siquantity_23.setValue(price4);
      int _jspx_eval_webshop_siquantity_23 = _jspx_th_webshop_siquantity_23.doStartTag();
      if (_jspx_th_webshop_siquantity_23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_23);
      out.write("\r\n              ");
      out.write("</span>");
      out.write("<span class=\"font10\">円(税別)");
      out.write("</span>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"pt10\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/34505/TT-0031P\">");
      out.write("<img src=\"../../pickup-parts/bedmaking/img/oyakudachi_button2.gif\" alt=\"詳細・ご購入はこちら\" width=\"121\" height=\"47\" />");
      out.write("</a>");
      out.write("</p>\r\n            ");
      out.write("<!--p class=\"tanka\">");
      out.write("<span class=\"hidden\">1枚当たり");
      out.write("</span>￥");
      out.write("<span class=\"fontb\">");
      out.print(Math.floor(Double.parseDouble(price4)/100.0*10.0+0.5)/10);
      out.write("</span>");
      out.write("</p-->\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<br class=\"clear\" />\r\n          ");
      out.write("<p class=\"pt10 h100\">有孔ベッドでうつぶせになる際に、ベッド孔部分にファンデーションや皮脂が付着しないようベッドを保護いたします。有孔タイプのベッドはもちろん、フェイスマットのカバーとしてもお使いいただけます！");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!--//*//--> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!--//ベッドメイキングお役立ち商材//--> \r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!--//ベッドメイキング特集//--> \r\n\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /contentsArea --> \r\n  ");
      out.write("<!--▼フッタ▼-->\r\n  ");

/**
 * Copyright (c) 2003-2009 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       2009/04/07  Original
 */

      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!--▽ページ下部共通：ここから▽-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/footer_inc.css\" media=\"all\" />\r\n");
      out.write("<div id=\"internalLinks\">\r\n  ");
      out.write("<ul class=\"linkList topBorder\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog",false));
      out.write("\">カタログ・商品コードからのご注文");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/index.html",false));
      out.write("\">ご利用ガイド");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/shipping.html",false));
      out.write("\">送料");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">各種サポート");
      out.write("</a>\r\n      ");
      out.write("<ul class=\"child col-2 clr\">\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/guarantee.html",false));
      out.write("\">保証/アフターフォロー");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.search"));
      out.write("\">商品お探しします");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/repair.html",false));
      out.write("\">レザー張替サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/setting.html",false));
      out.write("\">器具取付設置サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog_request",false));
      out.write("\">カタログ無料プレゼント");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/kaitori.html",false));
      out.write("\">器具買取サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/srent.html",false));
      out.write("\">中古理美容機器レンタル");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas_shipping.html",false));
      out.write("\">海外発送サービス");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/showroom/index.html",false));
      out.write("\">ショールーム");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/form/sp/contact/",true));
      out.write("\">お問い合わせ");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div id=\"socialLinks\" class=\"topBorder\">\r\n  ");
      out.write("<ul class=\"typeFlat\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://www.facebook.com/beautygarage.jp\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_facebook.png\" width=\"55\" height=\"55\" alt=\"公式Facebook\"/>");
      out.write("<br>公式Facebook");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://ameblo.jp/bg-pr/\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_blog_bg.png\" width=\"55\" height=\"55\" alt=\"BG広報ブログ\"/>");
      out.write("<br>BG広報ブログ");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://bgstaff.blog46.fc2.com/\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_blog_staff.png\" width=\"55\" height=\"55\" alt=\"\"/>");
      out.write("<br>スタッフブログ");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div id=\"externalLinks\" class=\"topBorder\">\r\n  ");
      out.write("<ul id=\"groupLinks\" class=\"linkList\">\r\n    ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">BGグループ総合コンシェルジュサービス");
      out.write("</a>\r\n      ");
      out.write("<ul class=\"child col-2 clr\">\r\n        ");
      out.write("<li id=\"groupLinks-eg\">");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">まつげ商材の卸・通販なら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">アイラッシュガレージ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-fudousan\">");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">不動産のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン不動産ネット");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-design\">");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">内装・外装のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン店舗設計デザイン");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-hoken\">");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">総合保険のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン保険ネット");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-system\">");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">システム導入のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロンシステムナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-card\">");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">クレジット決済のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン決済ナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-career\">");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">人材紹介のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロンキャリア");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-seminar\">");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">セミナー・スクールなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">BGアカデミー");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-tv\">");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">eラーニングなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">SAKURA Beauty TV");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-shukyaku\">");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">集客支援・HP制作なら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン集客ナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-kaitori\">");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">器具買取のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">美容機器総合買取センター");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n  ");
      out.write("<ul class=\"linkList\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\">総合利用規約");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\">オンラインショップガイドライン");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<!--▼フッタ：ここから▼-->\r\n");
      out.write("<footer id=\"footer\" class=\"topBorder\">\r\n  ");
      out.write("<ul id=\"siteGuideSP\" class=\"typeFlat\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautygarage.co.jp/\">会社案内");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      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>");
      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>");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\">採用情報");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      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>");
      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("</ul>\r\n  ");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/switch.js\">");
      out.write("</script>\r\n  ");
      out.write("<div class=\"inner\" id=\"toPc_btn\">\r\n  ");
      out.write("<p class=\"btn arrow withIcoL\">");
      out.write("<a href=\"javascript:void(0);\" onClick=\"switchPC();\">");
      out.write("<span class=\"ico\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/ico_mark_pcsite-32.png\" width=\"16\" height=\"16\" alt=\"\">");
      out.write("</span>PC版はこちら");
      out.write("</a>");
      out.write("</p>\r\n  ");
      out.write("</div>\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");
} //▲アプリでは非表示：ここまで▲ 
      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;\">\r\n");
      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\"/>\r\n");
      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  \r\n  ");
      out.write("<!--▽モーダル：ここから▽-->\r\n  ");
      out.write("<div id=\"modalContentsWrap\">\r\n  \r\n  ");
      out.write("<!--▽モーダル用メニュー▽-->\r\n  ");
 SIUserInfo userLoginForMenu = SIHTMLUtil.getUserInfo(request); 
   String[] urlForMenu = request.getRequestURL().toString().split(webshopSite);
   String nidForMenu = "";
   if (urlForMenu.length == 2) {
     nidForMenu= urlForMenu[1];
   }
   if (nidForMenu.indexOf("logout") != -1) {
     nidForMenu = "";
   }

      out.write("\r\n\r\n");
      out.write("<!--▽メニュー：ここから▽-->\r\n");
      out.write("<div id=\"menuContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>メニュー");
      out.write("</h2>\r\n    ");
      out.write("<ul class=\"linkList\">\r\n      ");
      out.write("<span id=\"login_menu\">\r\n      ");
      out.write("<li>");
      out.write("<a id=\"check_url\" href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.login")+"?nid="+nidForMenu);
      out.write("\">ログイン");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<span id=\"logout_menu\">\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.logout"));
      out.write("\">ログアウト");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.mypage"));
      out.write("\">マイページ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print("http://"+request.getServerName()+webshopSite);
      out.write("/guide/first.html\">はじめてのお客様");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/showroom/index.html",false));
      out.write("\">ショールームのご案内");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog",false));
      out.write("\">カタログ・商品コードからのご注文");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/index.html",false));
      out.write("\">ご利用ガイド");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">各種サポート");
      out.write("</a>\r\n        ");
      out.write("<ul class=\"child col-2 clr\">\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/guarantee.html",false));
      out.write("\">保証/アフターフォロー");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.search"));
      out.write("\">商品お探しします");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/repair.html",false));
      out.write("\">レザー張替サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/setting.html",false));
      out.write("\">器具取付設置サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog_request",false));
      out.write("\">カタログ無料プレゼント");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/kaitori.html",false));
      out.write("\">器具買取サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/srent.html",false));
      out.write("\">中古理美容機器レンタル");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas_shipping.html",false));
      out.write("\">海外発送サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/faq.html\">Q＆A");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/form/sp/contact/",true));
      out.write("\">お問い合わせ");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!--△メニュー：ここまで△-->\r\n\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.modalMenuLoginCheck.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n\t$('a#check_url').each(function() {\r\n\t\tvar targetUrl = null;\r\n\t\tvar targetUrl = $(this).attr('href');\r\n\t\tif(targetUrl.indexOf('Srv/param') != -1){\r\n\t\t\tvar targetUrl = $(this).attr('href').replace('Srv/param','').replace('+','/');\r\n\t\t}else return;\r\n\t\t$(this).attr('href',targetUrl);\r\n\t});\t\r\n\t$('input#check_value').each(function() {\r\n\t\tvar targetValue = null;\r\n\t\tvar targetValue = $(this).attr('value');\r\n\t\tif(targetValue.indexOf('Srv/param') != -1){\r\n\t\t\tvar targetValue = $(this).attr('value').replace('Srv/param','').replace('+','/');\r\n\t\t}else return;\r\n\t\t$(this).attr('value',targetValue);\r\n\t});\r\n});\r\n");
      out.write("</script>\r\n");
      out.write("\r\n  \r\n  ");
      out.write("<!--▽モーダル用商品を探す▽-->\r\n  ");
      out.write("<!--▽モーダル用商品を探す：ここから▽-->\r\n");
      out.write("<div id=\"searchContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>商品を探す");
      out.write("</h2>\r\n      ");
      out.write("<div id=\"searchBox\">\r\n    ");
      out.write("<form name=\"headerSearch\" action=\"");
      out.print(SIHTMLUtil.consURL(request, webshopSite, true) + "/advancedsearch");
      out.write("\" method=\"get\">\r\n      ");
      out.write("<input type=\"text\" name=\"srchWordTxt\" id=\"textSearchBox\" onKeyPress=\"enterSearchHead(event);\" placeholder=\"キーワードを入力\" >\r\n      ");
      out.write("<input type=\"submit\" id=\"headerSearchBtn\" value=\"検索\" onClick=\"headsearch();\">\r\n      ");
      out.write("<input name=\"cmdtyFlagTxt\" type=\"hidden\" value=\"sr\">\r\n      ");
      out.write("<input name=\"dispModeTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.DEFAULT_DISPMODE);
      out.write("\">\r\n      ");
      out.write("<input name=\"actionNameTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.SIACTION_LIST);
      out.write("\">\r\n      ");
      out.write("<input name=\"cmdtySortSel\" type=\"hidden\" value=\"2\">\r\n      ");
      out.write("<input name=\"pass\" type=\"hidden\" value=\"advancedsearch\">\r\n      ");
      out.write("<input name=\"active\" type=\"hidden\" value=\"advancedsearch\">\r\n    ");
      out.write("</form>\r\n  ");
      out.write("</div>\r\n    ");
      out.write("<!-- デフォルト -->\r\n    ");
      out.write("<ul class=\"linkList2 child2 col-2 clr\">\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.SINameValueForSP");
      _jspx_th_webshop_siiterator_0.setCollection(UICtgryGroup.getSpCtgryListColl(connection));
      _jspx_th_webshop_siiterator_0.setId("headID");
      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.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n        ");
 if ("/".equals(headID.getValue().split(",")[0])) { 
          out.write("\r\n          ");
          out.write("<li>");
          out.write("<a href=\"");
          out.print(webshopSite);
          out.write("/");
          out.print(headID.getValue().split(",")[1]);
          out.write("\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n        ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          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("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/used\">中古品・アウトレット品");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>  \r\n    ");
      out.write("<ul class=\"linkList\">  \r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\">詳細検索");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print("http://"+request.getServerName()+webshopSite);
      out.write("/listpickup/listpickup.html\">キャンペーン・特集から探す");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/main?actionNameTxt=ranking&inx=0\">人気商品ランキングから探す");
      out.write("</a>");
      out.write("</li>      \r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RECOMMEND+"&inx="+SIConfig.CTGRYGROUP_INX_ALL);
      out.write("\">新着おすすめ商品から探す");
      out.write("</a>");
      out.write("</li>\r\n      ");
 //▼iPhoneWebでのみ表示：ここから▼
      if ( (request.getHeader("user-agent").indexOf("bg-webview-")==-1) && (request.getHeader("user-agent").indexOf("iPhone")>0) ) { 
      out.write("\r\n      \t\t");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"https://itunes.apple.com/jp/app/id973916219?mt=8\">");
      out.write("<span style=\"  background: #f00; border: none; color: #FFF; padding: 2px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-appearance: none; appearance: none;\">NEW");
      out.write("</span> バーコードから注文（スマホアプリ）");
      out.write("</a>");
      out.write("</li>\r\n      ");
} //▲iPhoneWebでのみ表示：ここまで▲ 
      out.write("\r\n      ");
 //▼AndroidWebでのみ表示：ここから▼
      if ( (request.getHeader("user-agent").indexOf("bg-webview-")==-1) && (request.getHeader("user-agent").indexOf("Android")>0) ) { 
      out.write("\r\n      \t\t");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"https://play.google.com/store/apps/details?id=jp.co.beautygarage.android.bgsmartorder\">");
      out.write("<span style=\"  background: #f00; border: none; color: #FFF; padding: 2px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-appearance: none; appearance: none;\">NEW");
      out.write("</span> バーコードから注文（スマホアプリ）");
      out.write("</a>");
      out.write("</li>\r\n      ");
} //▲AndroidWebでのみ表示：ここまで▲ 
      out.write("\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!--△モーダル用商品を探す：ここまで△-->");
      out.write("\r\n  \r\n  ");
      out.write("<!--▽モーダル用メーカー・ブランドで探す▽-->\r\n  \r\n  ");
Collection ctgryList = UICtgryGroup.getSpCtgryListColl(connection);
      out.write("\r\n");
      out.write("<!--▽モーダル用メーカー・ブランドで探す：ここから▽-->\r\n");
      out.write("<div id=\"brandContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>メーカー・ブランドで探す");
      out.write("</h2>\r\n    ");
      out.write("<ul class=\"linkList\">\r\n      ");
      out.write("<li id=\"categoryOption\" class=\"opener color2\">");
      out.write("<a href=\"#\">カテゴリで絞り込む");
      out.write("</a>\r\n        ");
      out.write("<ul class=\"child col-2 clr\">\r\n          ");
      out.write("<li id=\"allCtgry\" class=\"selected\">");
      out.write("<a href=\"javascript:changeCtgry('all');\">すべて");
      out.write("</a>");
      out.write("</li>\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.SINameValueForSP");
      _jspx_th_webshop_siiterator_1.setCollection(ctgryList);
      _jspx_th_webshop_siiterator_1.setId("headID");
      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.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n            ");
 if ("/".equals(headID.getValue().split(",")[0])) { 
          out.write("\r\n              ");
          out.write("<li id=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("Ctgry\">");
          out.write("<a href=\"javascript:changeCtgry('");
          out.print(headID.getValue().split(",")[1]);
          out.write("');\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n            ");
 } 
          out.write("\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          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("</ul>\r\n      ");
      out.write("</li>\r\n      ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_2 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_2.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_2.setParent(null);
      _jspx_th_webshop_siiterator_2.setType("jp.co.sint.basic.SINameValueForSP");
      _jspx_th_webshop_siiterator_2.setCollection(ctgryList);
      _jspx_th_webshop_siiterator_2.setId("headID");
      int _jspx_eval_webshop_siiterator_2 = _jspx_th_webshop_siiterator_2.doStartTag();
      if (_jspx_eval_webshop_siiterator_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n        ");
 if ("/".equals(headID.getValue().split(",")[0])) {
             int group = 0;
             if (headID.getValue().split(",")[1].equals("hair")) {
               group = SIConfig.CTGRYGROUP_INX_HAIR;
             } else if (headID.getValue().split(",")[1].equals("haircosme")) {
               group = SIConfig.CTGRYGROUP_INX_HAIRCOSME;
             } else if (headID.getValue().split(",")[1].equals("esthe")) {
               group = SIConfig.CTGRYGROUP_INX_ESTHE;
             } else if (headID.getValue().split(",")[1].equals("bed")) {
               group = SIConfig.CTGRYGROUP_INX_BED;
             } else if (headID.getValue().split(",")[1].equals("cosme")) {
               group = SIConfig.CTGRYGROUP_INX_COSME;
             } else if (headID.getValue().split(",")[1].equals("nail")) {
               group = SIConfig.CTGRYGROUP_INX_NAIL;
             } else if (headID.getValue().split(",")[1].equals("book")) {
               group = SIConfig.CTGRYGROUP_INX_BOOK;
             } else if (headID.getValue().split(",")[1].equals("eyelash")) {
               group = SIConfig.CTGRYGROUP_INX_EYELASH;
             } else {
               continue;
             }
          out.write("\r\n           ");
          out.write("<span id=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("\" style=\"display:none;\">\r\n            ");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_3 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_3.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_3.setParent(_jspx_th_webshop_siiterator_2);
          _jspx_th_webshop_siiterator_3.setType("jp.co.sint.basic.SINameValue");
          _jspx_th_webshop_siiterator_3.setCollection(UIRegMaker.getFrontSearchCollection(connection,"",group));
          _jspx_th_webshop_siiterator_3.setId("headID2");
          int _jspx_eval_webshop_siiterator_3 = _jspx_th_webshop_siiterator_3.doStartTag();
          if (_jspx_eval_webshop_siiterator_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SINameValue headID2 = null;
            headID2 = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID2");
            do {
              out.write("\r\n            ");
 if (SIUtil.isNotNull(headID2.getValue())) {
              out.write("\r\n            ");
              out.write("<li>");
              out.write("<a href=\"javascript:goToAdvanceSearch('");
              out.print(headID2.getValue());
              out.write("', '");
              out.print(headID2.getName());
              out.write("','");
              out.print(headID.getValue().split(",")[1]);
              out.write("');\">");
              out.print(headID2.getName());
              out.write("</a>");
              out.write("</li>\r\n            ");
 } 
              out.write("\r\n            ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_3.doAfterBody();
              headID2 = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID2");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_3);
          out.write("\r\n           ");
          out.write("</span>\r\n        ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_2.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_2);
      out.write("\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<span id=\"all\">\r\n      ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_4 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_4.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_4.setParent(null);
      _jspx_th_webshop_siiterator_4.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_4.setCollection(UIRegMaker.getFrontSearchCollection(connection,SIConfig.SICATEGORY_ROOT_CODE));
      _jspx_th_webshop_siiterator_4.setId("headID");
      int _jspx_eval_webshop_siiterator_4 = _jspx_th_webshop_siiterator_4.doStartTag();
      if (_jspx_eval_webshop_siiterator_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue headID = null;
        headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
        do {
          out.write("\r\n      ");
 if (SIUtil.isNotNull(headID.getValue())) {
          out.write("\r\n      ");
          out.write("<li>");
          out.write("<a href=\"javascript:goToAdvanceSearch('");
          out.print(headID.getValue());
          out.write("', '");
          out.print(headID.getName());
          out.write("','');\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n      ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_4.doAfterBody();
          headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_4);
      out.write("\r\n      ");
      out.write("</span>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<form id=\"advancedSearch\" name=\"advancedSearch\" action=\"");
      out.print(webshopSite);
      out.write("/advancedsearch\" method=\"get\">\r\n  ");
      out.write("<input type=\"hidden\" id=\"maker\" name=\"maker\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" id=\"selectedBrand\" name=\"selectedBrand\"  value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" id=\"active\" name=\"active\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"srchWordTxt\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"ctc\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"selectDaiCtgry\" value=\"no\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"selectTyuCtgry\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"dispModeTxt\" value=\"2\"/>\r\n");
      out.write("</form>\r\n");
      out.write("<!--△モーダル用メーカー・ブランドで探す：ここまで△-->\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nvar goToAdvanceSearch = function(maker, selectedBrand, active) {\r\n  $(\"#maker\").val(maker);\r\n  $(\"#selectedBrand\").val(selectedBrand);\r\n  $(\"#active\").val(active);\r\n  $(\"#advancedSearch\").submit();\r\n};\r\nvar preCtgry = \"all\";\r\nvar changeCtgry = function(ctgry){\r\n  $(\"#\"+preCtgry).css(\"display\", \"none\");\r\n  $(\"#\"+preCtgry + \"Ctgry\").removeClass(\"selected\");\r\n  $(\"#\"+ctgry).css(\"display\", \"block\");\r\n  $(\"#\"+ctgry + \"Ctgry\").addClass(\"selected\");\r\n  preCtgry = ctgry;\r\n}\r\n//-->\r\n");
      out.write("</script>");
      out.write("\r\n  \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!--△モーダル：ここまで△-->\r\n");
      out.write("</div>\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);
    }
  }
}
