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.*;

public class index_html extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

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

  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_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_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;


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

SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
String webshopSite=SIHTMLUtil.getRootPath(request);
StringBuffer sql = new StringBuffer();
sql.append("SELECT unitpricewithouttax,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'ZZ-0339P','ZZ-0052N','ZZ-0266N','ZZ-0162N','ZZ-0163N','ZZ-0164N','ZZ-0165N','ZZ-0166N','ZZ-0170N','ZZ-0171N','ZZ-0172N','ZZ-0173N','ZZ-0174N','ZZ-0175N','ZZ-0176N','ZZ-0177N','ZZ-0178N','ZZ-0179N','ZZ-0180N','ZZ-0182N','ZZ-0183N','ZZ-0184N','ZZ-0185N','ZZ-0186N','ZZ-0187N','ZZ-0188N','ZZ-0189N','ZZ-0190N','ZZ-0191N','ZZ-0192N','ZZ-0193N','ZZ-0194N','ZZ-0195N','ZZ-0196N','ZZ-0197N','ZZ-0198N','ZZ-0199N','ZZ-0200N','ZZ-0201N','ZZ-0202N','ZZ-0203N','ZZ-0204N','ZZ-0205N','ZZ-0206N','ZZ-0207N','ZZ-0208N','ZZ-0209N','ZZ-0210N','ZZ-0211N','ZZ-0212N','ZZ-0213N','ZZ-0214N','ZZ-0215N','ZZ-0216N','ZZ-0217N','ZZ-0218N','ZZ-0219N','ZZ-0220N','ZZ-0221N','ZZ-0121N','ZZ-0124N','ZZ-0126N','ZZ-0129N','ZZ-0157N','ZZ-0159N','ZZ-0137N','ZZ-0140N','ZZ-0143N','ZZ-0146N','ZZ-0148N','ZZ-0133N','ZZ-0087N','ZZ-0099N','ZZ-0089N','ZZ-0091N','ZZ-0108N','ZZ-0093N','ZZ-0096N','ZZ-0102N','ZZ-0105N','ZZ-0110N','ZZ-0111N','ZZ-0112N','ZZ-0113N','ZZ-0150N','ZZ-0152N','ZZ-0153N','ZZ-0154N','ZZ-0155N','ZZ-0156N','ZZ-0160N','ZZ-0161N','ZZ-0114N','ZZ-0116N','ZZ-0118N','ZZ-0119N')");
Collection cmdtyColl1 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

sql = new StringBuffer();
sql.append("SELECT newfixedprice,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'ZZ-0052N','ZZ-0266N','ZZ-0162N','ZZ-0163N','ZZ-0164N','ZZ-0165N','ZZ-0166N','ZZ-0170N','ZZ-0171N','ZZ-0172N','ZZ-0173N','ZZ-0174N','ZZ-0175N','ZZ-0176N','ZZ-0177N','ZZ-0178N','ZZ-0179N','ZZ-0180N','ZZ-0182N','ZZ-0183N','ZZ-0184N','ZZ-0185N','ZZ-0186N','ZZ-0187N','ZZ-0188N','ZZ-0189N','ZZ-0190N','ZZ-0191N','ZZ-0192N','ZZ-0193N','ZZ-0194N','ZZ-0195N','ZZ-0196N','ZZ-0197N','ZZ-0198N','ZZ-0199N','ZZ-0200N','ZZ-0201N','ZZ-0202N','ZZ-0203N','ZZ-0204N','ZZ-0205N','ZZ-0206N','ZZ-0207N','ZZ-0208N','ZZ-0209N','ZZ-0210N','ZZ-0211N','ZZ-0212N','ZZ-0213N','ZZ-0214N','ZZ-0215N','ZZ-0216N','ZZ-0217N','ZZ-0218N','ZZ-0219N','ZZ-0220N','ZZ-0221N','ZZ-0137N','ZZ-0140N','ZZ-0143N','ZZ-0146N','ZZ-0148N','ZZ-0133N','ZZ-0087N','ZZ-0099N','ZZ-0089N','ZZ-0091N','ZZ-0108N','ZZ-0093N','ZZ-0096N','ZZ-0102N','ZZ-0105N','ZZ-0110N','ZZ-0111N','ZZ-0112N','ZZ-0113N','ZZ-0150N','ZZ-0152N','ZZ-0153N','ZZ-0154N','ZZ-0155N','ZZ-0156N','ZZ-0160N','ZZ-0161N','ZZ-0114N','ZZ-0116N','ZZ-0118N','ZZ-0119N')");
Collection cmdtyColl2 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

      out.write("\r\n\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=Shift_JIS\" />\r\n");
      out.write("<meta name=\"description\" content=\"デザインで選ぶ、用途で選ぶ、価格で選ぶ「厳選！シザーズ特集」スタンダードなシザーズからハイクオリティなシザーズまで豊富に揃っています！\" />\r\n");
      out.write("<meta name=\"keywords\" content=\"シザーズ,シザー,カットシザーズ,カットシザー,セニング,レフティ,HIKARI,ヒカリ,コバルトシザーズ,ステンレス\" />\r\n");
      out.write("<title>厳選！シザーズ特集 - 美容器具・エステ機器・美容用品卸 ビューティガレージ");
      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("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../../css/print.css\" media=\"print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/scissors_selection.css\" media=\"screen,print\" />\r\n");
      out.write("<script src=\"../../../script/common.js\" type=\"text/javascript\">");
      out.write("</script>\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");
      out.write("<!-- headerArea -->\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\r\n  var _gaq = _gaq || [];\r\n  var pluginUrl = \r\n  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\r\n  _gaq.push(['_setAccount', 'UA-1040584-1']);\r\n  ");
 if(SIHTMLUtil.getUserInfo(request).isLogin(request)){
      out.write("\r\n  _gaq.push(['_setCustomVar', 1, 'registered', 'true', 1]);\r\n  _gaq.push(['_setCustomVar', 2, 'sessionlogin', 'true', 2]);\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'true', 3]);\r\n  ");
} else {
      out.write("\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'false', 3]);\r\n  ");
}
      out.write("\r\n  _gaq.push(['_setCustomVar', 4, 'viewmode', 'PC', 3]);\r\n  _gaq.push(['_setVar',navigator.userAgent]);\r\n  _gaq.push(['_trackPageview']);\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n\tga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n  \r\n\t//for Google Tag Manager\r\n\tdataLayer= [{\r\n\t\t'site_type':'d',\r\n\t\t//'customer_id':'【顧客コード】'\r\n\t}];\r\n");
      out.write("</script>\r\n");
      out.write("<!-- Google Tag Manager -->\r\n");
      out.write("<noscript>");
      out.write("<iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-K5Q24Q\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\">");
      out.write("</iframe>");
      out.write("</noscript>\r\n");
      out.write("<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-K5Q24Q');");
      out.write("</script>\r\n");
      out.write("<!-- End Google Tag Manager -->\r\n");
 
//▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/switch.js\">");
      out.write("</script>\r\n");
      out.write("\r\n");
if(SIURLMap.isSmartPhone(request)){
      out.write("\r\n");
      out.write("<style type=\"text/css\"> \r\n");
      out.write("<!--\r\n#headerSearch {top:278px;} /*186pxにプラス*/\r\n#header_spbnr {display:block; width:950px; height:120px; margin:5px auto 0;}\r\n-->\r\n");
      out.write("</style>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.spChanger.js\">");
      out.write("</script>\r\n");
      out.write("<a href=\"javascript:void(0);\" onClick=\"switchSP();\" id=\"header_spbnr\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/banner_spsite.jpg\" alt=\"スマートフォン専用サイトはこちら\" width=\"950\" height=\"120\">");
      out.write("</a>\r\n");
}
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!--[if lt IE 7]>  ");
      out.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>    ");
      out.write("<div style='width: 850px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>      ");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/>");
      out.write("</div>      ");
      out.write("<div style='width: 485px; float: left; font-family: Arial, sans-serif;'>        ");
      out.write("<div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>【お客様へ重要なお知らせ】セキュリティ強化のため、お客様が今お使いの古いWebブラウザ（IE6など）ではログインができなくなりました。");
      out.write("</div> ");
      out.write("<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>ログインするには、こちらから新しいWebブラウザを入手・ご使用ください→");
      out.write("</div> ");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.google.com/chrome?hl=ja' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.mozilla.jp' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.microsoft.com/ja-jp/windows/products/winfamily/ie/function/default.aspx' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='float: left;'>");
      out.write("<a href='http://www.apple.com/jp/safari/download/' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("</div>  ");
      out.write("</div>");
      out.write("<style type='text/css'>#headerSearch {top:225px;} /*186pxにプラス*/");
      out.write("</style>  ");
      out.write("<![endif]-->\r\n\r\n");
      out.write("\r\n");

String xForwardedFor = ((HttpServletRequest) request).getHeader("X-Forwarded-For");
if (xForwardedFor!=null && xForwardedFor.length()>=13) xForwardedFor = xForwardedFor.substring(0,13);
else xForwardedFor = "";
//xForwardedForが社内IPに一致しない場合のみ、Optimizelyのタグを配信
if ( ("219.120.56.98".equals(xForwardedFor)) || ("153.142.2.209".equals(xForwardedFor)) ) {} else { 
      out.write("\r\n");
      out.write("<script src=\"//cdn.optimizely.com/js/2916990817.js\">");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
      out.write("\r\n\r\n");
      out.write("<div id=\"headerArea\">\r\n");
      JspRuntimeLibrary.include(request, response, "/include/header_navigation_inc.jsp", out, true);
      out.write("\r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!-- /headerArea -->\r\n");
      out.write("<!-- contentsArea -->\r\n");
      out.write("<div id=\"contentsArea\">\r\n");
      out.write("<!-- root -->\r\n");
      out.write("<div id=\"root\" xmlns:v=\"http://rdf.data-vocabulary.org/#\">\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/main\" rel=\"v:url\" property=\"v:title\">美容器具の卸通販TOP");
      out.write("</a>");
      out.write("</span> &gt; \r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.hair"));
      out.write("\" rel=\"v:url\" property=\"v:title\">");
      out.print(SIConfig.ctgryGroupName[0]);
      out.write("</a>");
      out.write("</span> &gt; \r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a property=\"v:title\">厳選！シザーズ特集");
      out.write("</a>");
      out.write("</span>");
      out.write("</div>\r\n");
      out.write("<!-- /root -->\r\n");
      out.write("<div id=\"scissors_selection\">\r\n\r\n");
      out.write("<div id=\"scissors_selection_head\">\r\n");
      out.write("<!-- scissors_selection_head -->\r\n");
      out.write("<h1>");
      out.write("<img src=\"../img/standard/head_01.jpg\" alt=\"デザインで選ぶ、用途で選ぶ、価格で選ぶ「厳選！シザーズ特集」\" title=\"デザインで選ぶ、用途で選ぶ、価格で選ぶ「厳選！シザーズ特集」\" width=\"800\" height=\"299\" />");
      out.write("</h1>\r\n");
      out.write("<ul id=\"newItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:90px; left:20px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  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(cmdtyColl1,"ZZ-0339P"));
      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("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0339P,ZZ-0337P\">");
      out.write("<img src=\"../img/standard/newItem_01.jpg\" alt=\"セニングシザーXH\" width=\"255\" height=\"258\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:77px; left:20px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0052N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  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(cmdtyColl1,"ZZ-0052N"));
      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("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0052N,ZZ-0051N\">");
      out.write("<img src=\"../img/standard/newItem_02.jpg\" alt=\"HIEN無印 GJ\" width=\"255\" height=\"258\" />");
      out.write("</a>\r\n");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:77px; left:20px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0266N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  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.getNameFromColl(cmdtyColl1,"ZZ-0266N"));
      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("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0266N,ZZ-0267N\">");
      out.write("<img src=\"../img/standard/newItem_03.jpg\" alt=\"GTXシリーズ\" width=\"255\" height=\"258\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<!-- /scissors_selection_head -->\r\n\r\n");
      out.write("<!-- scissors_selection_tab -->\r\n");
      out.write("<div id=\"scissors_selection_tab\">\r\n");
      out.write("<ul id=\"tab\">\r\n");
      out.write("<li class=\"tab_02_premium\">");
      out.write("<a href=\"../standard/index.html\" title=\"スタンダード＆ベイシック\" alt=\"スタンダード＆ベイシック\">スタンダード＆ベイシック");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<img src=\"../img/premium/tab_01.jpg\" width=\"480\" height=\"80\" alt=\"プレミアム＆ハイクオリティ\" title=\"プレミアム＆ハイクオリティ\" />");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<div>");
      out.write("<img src=\"../img/premium/tab_btm.gif\" alt=\"\" width=\"800\" height=\"3\" />");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /scissors_selection_tab -->\r\n\r\n\r\n");
      out.write("<!-- scissors_selection_contents_premium -->\r\n");
      out.write("<div id=\"scissors_selection_contents_premium\">\r\n\r\n");
      out.write("<div id=\"pageLink\">\r\n");
      out.write("<ul>\r\n");
      out.write("<li class=\"link_01\">");
      out.write("<a href=\"#pageLink_01\" title=\"光(HIKARI)\" alt=\"光(HIKARI)\">光(HIKARI)");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"link_02\">");
      out.write("<a href=\"#pageLink_02\" title=\"ダマスカス シザーズ\" alt=\"ダマスカス シザーズ\">ダマスカス シザーズ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"link_03\">");
      out.write("<a href=\"#pageLink_03\" title=\"コバルト シザーズ\" alt=\"コバルト シザーズ\">コバルト シザーズ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"link_04\">");
      out.write("<a href=\"#pageLink_04\" title=\"ステンレス炭素鉱440C\" alt=\"ステンレス炭素鉱440C\">ステンレス炭素鉱440C");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"link_05\">");
      out.write("<a href=\"#pageLink_05\" title=\"セニング\" alt=\"セニング\">セニング");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"link_06\">");
      out.write("<a href=\"#pageLink_06\" title=\"レフティ\" alt=\"レフティ\">レフティ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<!-- HIKARI -->\r\n");
      out.write("<a name=\"pageLink_01\" id=\"pageLink_01\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_01.jpg\" alt=\"【光(HIKARI)】 株式会社ヒカリ\" title=\"【光(HIKARI)】 株式会社ヒカリ\" width=\"798\" height=\"114\" />");
      out.write("</h2>\r\n\r\n");
      out.write("<div class=\"box_00\">\r\n");
      out.write("<h3>");
      out.write("<img src=\"../img/premium/hikari_01.gif\" alt=\"コンピュータを凌ぐ「手造り」の技\" title=\"コンピュータを凌ぐ「手造り」の技\" width=\"760\" height=\"32\" />");
      out.write("</h3>\r\n");
      out.write("<p class=\"txt_00\">どこからどこまでが「手造り」なのか。");
      out.write("<br />\r\nヒカリではほとんどすべてが手造りです。特に「蛤刃」は熟練した職人の手作業でなくては造ることはできません。");
      out.write("<br />\r\n");
      out.write("<img src=\"../img/premium/hikari_02.jpg\" alt=\"コンピュータを凌ぐ「手造り」の技\" title=\"コンピュータを凌ぐ「手造り」の技\" width=\"530\" height=\"200\" style=\"float:right; margin:0.5em 0 0 1em;\"/>均一な力でスーっと切れるということは、刃が交わるたった１点で切っているということ。");
      out.write("<br />\r\nヒカリは２本の刃の微妙な曲線を職人が手造りで調整して、あの独特の切れ味を造りあげているのです。");
      out.write("<br />\r\n形は真似できても、この切れ味だけは真似できません。");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<div class=\"box_00\">\r\n");
      out.write("<h3>");
      out.write("<img src=\"../img/premium/hikari_03.gif\" alt=\"ヒカリコンベックスの特長は刃の「丈夫さと鋭さ」の両立\" title=\"ヒカリコンベックスの特長は刃の「丈夫さと鋭さ」の両立\" width=\"760\" height=\"25\" style=\"margin-top:10px;\" />");
      out.write("</h3>\r\n");
      out.write("<p class=\"txt_00\">");
      out.write("<img src=\"../img/premium/hikari_04.jpg\" alt=\"切れ味の決め手は「3つのアール（曲線）」\" title=\"切れ味の決め手は「3つのアール（曲線）」\" width=\"456\" height=\"289\" style=\"float:left; margin:0 1em 0 0;\"/>刃は鋭くするほどよく切れますが、鋭い刃は薄くデリケートですので咬合（噛合う事）などを起こしやすく、そのままではシザーズの実用性はかえって低下します。");
      out.write("<br />\r\nヒカリコンベックスシザーズは支える峯の厚みを十分に保ちながら、驚異的に鋭い刃付けを施し、長切れ・再研磨耐久などの実用性と鋭い切れ味を高次元で両立させています。");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<p class=\"bk_gra\">");
      out.write("</p>\r\n\r\n");
      out.write("<!-- COSMOSシリーズ -->\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<h4>");
      out.write("<img src=\"../img/premium/h4_01.gif\" alt=\"■COSMOSシリーズ\" title=\"■COSMOSシリーズ\" width=\"164\" height=\"24\" />");
      out.write("</h4>\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:243px; left:400px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0162N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27770/ZZ-0162N\">");
      out.write("<img src=\"../img/premium/hiItem_01.jpg\" alt=\"i COSMOS　-　正確なカットと柔らかな切れ味を実現するシザーズ\" title=\"i COSMOS　-　正確なカットと柔らかな切れ味を実現するシザーズ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:170px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0163N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:215px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0164N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:260px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0165N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:305px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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.getNameFromColl(cmdtyColl2,"ZZ-0166N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0163N,ZZ-0164N,ZZ-0165N,ZZ-0166N\">");
      out.write("<img src=\"../img/premium/hiItem_02.jpg\" alt=\"5S COSMOS　-　切る・握る動作を追及した究極のシンプルシザーズ\" title=\"5S COSMOS　-　切る・握る動作を追及した究極のシンプルシザーズ\" width=\"768\" height=\"357\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:160px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0170N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0171N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:250px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0172N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0170N,ZZ-0171N,ZZ-0172N\">");
      out.write("<img src=\"../img/premium/hiItem_03.jpg\" alt=\"STAR COSMOS　-　世界のプロフェッショナルたちが愛用するベストセラー\" title=\"STAR COSMOS　-　世界のプロフェッショナルたちが愛用するベストセラー\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0173N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27781/ZZ-0173N\">");
      out.write("<img src=\"../img/premium/hiItem_04.jpg\" alt=\"STARⅡ COSMOS　-　アップリングに自在ネジが付いてSTARが使いやすく\" title=\"STARⅡ COSMOS　-　アップリングに自在ネジが付いてSTARが使いやすく\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:175px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0174N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:220px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0175N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:265px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0176N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:310px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0177N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0174N,ZZ-0175N,ZZ-0176N,ZZ-0177N\">");
      out.write("<img src=\"../img/premium/hiItem_05.jpg\" alt=\"RAY COSMOS　-　この鋭さ、切れ味、まさに日本刀\" title=\"RAY COSMOS　-　この鋭さ、切れ味、まさに日本刀\" width=\"768\" height=\"367\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:170px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0178N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:215px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0179N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:255px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0180N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:300px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0182N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0178N,ZZ-0179N,ZZ-0180N,ZZ-0182N\">");
      out.write("<img src=\"../img/premium/hiItem_06.jpg\" alt=\"NEO COSMOS　-　指・手の細く小さい方にジャストフィット\" title=\"NEO COSMOS　-　指・手の細く小さい方にジャストフィット\" width=\"768\" height=\"357\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:190px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(cmdtyColl2,"ZZ-0183N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:240px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  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(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0184N"));
      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("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0183N,ZZ-0184N\">");
      out.write("<img src=\"../img/premium/hiItem_07.jpg\" alt=\"BEAM COSMOS　-　デザイン性とグリップ感を備えた高機能シザー\" title=\"BEAM COSMOS　-　デザイン性とグリップ感を備えた高機能シザー\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:190px; left:430px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_24 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_24.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_24.setParent(null);
      _jspx_th_webshop_siquantity_24.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0185N"));
      int _jspx_eval_webshop_siquantity_24 = _jspx_th_webshop_siquantity_24.doStartTag();
      if (_jspx_th_webshop_siquantity_24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_24);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:240px; left:430px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_25 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_25.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_25.setParent(null);
      _jspx_th_webshop_siquantity_25.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0186N"));
      int _jspx_eval_webshop_siquantity_25 = _jspx_th_webshop_siquantity_25.doStartTag();
      if (_jspx_th_webshop_siquantity_25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_25);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0185N,ZZ-0186N\">");
      out.write("<img src=\"../img/premium/hiItem_08.jpg\" alt=\"GiR COSMOS　-　プロにふさわしい究極のブランドシザーズ\" title=\"GiR COSMOS　-　プロにふさわしい究極のブランドシザーズ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:200px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_26 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_26.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_26.setParent(null);
      _jspx_th_webshop_siquantity_26.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0187N"));
      int _jspx_eval_webshop_siquantity_26 = _jspx_th_webshop_siquantity_26.doStartTag();
      if (_jspx_th_webshop_siquantity_26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_26);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:250px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_27 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_27.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_27.setParent(null);
      _jspx_th_webshop_siquantity_27.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0188N"));
      int _jspx_eval_webshop_siquantity_27 = _jspx_th_webshop_siquantity_27.doStartTag();
      if (_jspx_th_webshop_siquantity_27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_27);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0187N,ZZ-0188N\">");
      out.write("<img src=\"../img/premium/hiItem_09.jpg\" alt=\"5STAR COSMOS　-　最高の造りと素材！王者の風格が漂う最高のシザー\" title=\"5STAR COSMOS　-　最高の造りと素材！王者の風格が漂う最高のシザー\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:200px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_28 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_28.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_28.setParent(null);
      _jspx_th_webshop_siquantity_28.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0189N"));
      int _jspx_eval_webshop_siquantity_28 = _jspx_th_webshop_siquantity_28.doStartTag();
      if (_jspx_th_webshop_siquantity_28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_28);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:250px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_29 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_29.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_29.setParent(null);
      _jspx_th_webshop_siquantity_29.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0190N"));
      int _jspx_eval_webshop_siquantity_29 = _jspx_th_webshop_siquantity_29.doStartTag();
      if (_jspx_th_webshop_siquantity_29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_29);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0189N,ZZ-0190N\">");
      out.write("<img src=\"../img/premium/hiItem_10.jpg\" alt=\"B-DRY COSMOS　-　プロの意見を形にした、笹刃のドライカット用シザー\" title=\"B-DRY COSMOS　-　プロの意見を形にした、笹刃のドライカット用シザー\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:200px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_30 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_30.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_30.setParent(null);
      _jspx_th_webshop_siquantity_30.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0191N"));
      int _jspx_eval_webshop_siquantity_30 = _jspx_th_webshop_siquantity_30.doStartTag();
      if (_jspx_th_webshop_siquantity_30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_30);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:250px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_31 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_31.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_31.setParent(null);
      _jspx_th_webshop_siquantity_31.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0192N"));
      int _jspx_eval_webshop_siquantity_31 = _jspx_th_webshop_siquantity_31.doStartTag();
      if (_jspx_th_webshop_siquantity_31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_31);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0191N,ZZ-0192N\">");
      out.write("<img src=\"../img/premium/hiItem_11.jpg\" alt=\"BM-DRY COSMOS　-　B-DRYより髪の逃げを抑えベースカットも可能に\" title=\"BM-DRY COSMOS　-　B-DRYより髪の逃げを抑えベースカットも可能に\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:408px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_32 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_32.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_32.setParent(null);
      _jspx_th_webshop_siquantity_32.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0193N"));
      int _jspx_eval_webshop_siquantity_32 = _jspx_th_webshop_siquantity_32.doStartTag();
      if (_jspx_th_webshop_siquantity_32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_32);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27801/ZZ-0193N/ZZ\">");
      out.write("<img src=\"../img/premium/hiItem_12.jpg\" alt=\"ARC COSMOS　-　鋭さと耐久性に優れた至高の逸品\" title=\"ARC COSMOS　-　鋭さと耐久性に優れた至高の逸品\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<!-- /COSMOSシリーズ -->\r\n\r\n");
      out.write("<!-- THINNINGシリーズ -->\r\n");
      out.write("<h4>");
      out.write("<img src=\"../img/premium/h4_02.gif\" alt=\"■THINNINGシリーズ\" title=\"■THINNINGシリーズ\" width=\"172\" height=\"24\" />");
      out.write("</h4>\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:200px; left:530px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_33 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_33.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_33.setParent(null);
      _jspx_th_webshop_siquantity_33.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0194N"));
      int _jspx_eval_webshop_siquantity_33 = _jspx_th_webshop_siquantity_33.doStartTag();
      if (_jspx_th_webshop_siquantity_33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_33);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:530px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_34 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_34.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_34.setParent(null);
      _jspx_th_webshop_siquantity_34.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0195N"));
      int _jspx_eval_webshop_siquantity_34 = _jspx_th_webshop_siquantity_34.doStartTag();
      if (_jspx_th_webshop_siquantity_34.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_34);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:290px; left:530px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_35 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_35.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_35.setParent(null);
      _jspx_th_webshop_siquantity_35.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0196N"));
      int _jspx_eval_webshop_siquantity_35 = _jspx_th_webshop_siquantity_35.doStartTag();
      if (_jspx_th_webshop_siquantity_35.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_35);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0194N,ZZ-0195N,ZZ-0196N\">");
      out.write("<img src=\"../img/premium/hiItem_13.jpg\" alt=\"C-EVO　-　万能スタイリッシュセニング\" title=\"C-EVO　-　万能スタイリッシュセニング\" width=\"768\" height=\"387\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:210px; left:508px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_36 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_36.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_36.setParent(null);
      _jspx_th_webshop_siquantity_36.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0197N"));
      int _jspx_eval_webshop_siquantity_36 = _jspx_th_webshop_siquantity_36.doStartTag();
      if (_jspx_th_webshop_siquantity_36.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_36);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27805/ZZ-0197N/ZZ\">");
      out.write("<img src=\"../img/premium/hiItem_14.jpg\" alt=\"i THINNIG　-　V溝セニングの切れ味を追求したシザーズ\" title=\"i THINNIG　-　V溝セニングの切れ味を追求したシザーズ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:212px; left:507px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_37 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_37.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_37.setParent(null);
      _jspx_th_webshop_siquantity_37.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0198N"));
      int _jspx_eval_webshop_siquantity_37 = _jspx_th_webshop_siquantity_37.doStartTag();
      if (_jspx_th_webshop_siquantity_37.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_37);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:257px; left:507px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_38 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_38.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_38.setParent(null);
      _jspx_th_webshop_siquantity_38.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0199N"));
      int _jspx_eval_webshop_siquantity_38 = _jspx_th_webshop_siquantity_38.doStartTag();
      if (_jspx_th_webshop_siquantity_38.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_38);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:302px; left:507px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_39 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_39.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_39.setParent(null);
      _jspx_th_webshop_siquantity_39.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0200N"));
      int _jspx_eval_webshop_siquantity_39 = _jspx_th_webshop_siquantity_39.doStartTag();
      if (_jspx_th_webshop_siquantity_39.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_39);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0198N,ZZ-0199N,ZZ-0200N\">");
      out.write("<img src=\"../img/premium/hiItem_15.jpg\" alt=\"C-Texturizer　-　スムーズ＆ソフトセニング\" title=\"C-Texturizer　-　スムーズ＆ソフトセニング\" width=\"768\" height=\"397\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:184px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_40 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_40.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_40.setParent(null);
      _jspx_th_webshop_siquantity_40.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0201N"));
      int _jspx_eval_webshop_siquantity_40 = _jspx_th_webshop_siquantity_40.doStartTag();
      if (_jspx_th_webshop_siquantity_40.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_40);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:229px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_41 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_41.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_41.setParent(null);
      _jspx_th_webshop_siquantity_41.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0202N"));
      int _jspx_eval_webshop_siquantity_41 = _jspx_th_webshop_siquantity_41.doStartTag();
      if (_jspx_th_webshop_siquantity_41.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_41);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:274px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_42 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_42.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_42.setParent(null);
      _jspx_th_webshop_siquantity_42.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0203N"));
      int _jspx_eval_webshop_siquantity_42 = _jspx_th_webshop_siquantity_42.doStartTag();
      if (_jspx_th_webshop_siquantity_42.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_42);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0201N,ZZ-0202N,ZZ-0203N\">");
      out.write("<img src=\"../img/premium/hiItem_16.jpg\" alt=\"Angel A　-　グリップ感と抜群の抜けの良さを実現\" title=\"Angel A　-　グリップ感と抜群の抜けの良さを実現\" width=\"768\" height=\"367\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:178px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_43 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_43.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_43.setParent(null);
      _jspx_th_webshop_siquantity_43.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0204N"));
      int _jspx_eval_webshop_siquantity_43 = _jspx_th_webshop_siquantity_43.doStartTag();
      if (_jspx_th_webshop_siquantity_43.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_43);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:223px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_44 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_44.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_44.setParent(null);
      _jspx_th_webshop_siquantity_44.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0205N"));
      int _jspx_eval_webshop_siquantity_44 = _jspx_th_webshop_siquantity_44.doStartTag();
      if (_jspx_th_webshop_siquantity_44.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_44);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:268px; left:525px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_45 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_45.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_45.setParent(null);
      _jspx_th_webshop_siquantity_45.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0206N"));
      int _jspx_eval_webshop_siquantity_45 = _jspx_th_webshop_siquantity_45.doStartTag();
      if (_jspx_th_webshop_siquantity_45.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_45);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0204N,ZZ-0205N,ZZ-0206N\">");
      out.write("<img src=\"../img/premium/hiItem_17.jpg\" alt=\"Angel B　-　グリップ感と抜群の抜けの良さを実現\" title=\"Angel B　-　グリップ感と抜群の抜けの良さを実現\" width=\"768\" height=\"367\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:204px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_46 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_46.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_46.setParent(null);
      _jspx_th_webshop_siquantity_46.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0207N"));
      int _jspx_eval_webshop_siquantity_46 = _jspx_th_webshop_siquantity_46.doStartTag();
      if (_jspx_th_webshop_siquantity_46.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_46);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:249px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_47 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_47.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_47.setParent(null);
      _jspx_th_webshop_siquantity_47.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0208N"));
      int _jspx_eval_webshop_siquantity_47 = _jspx_th_webshop_siquantity_47.doStartTag();
      if (_jspx_th_webshop_siquantity_47.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_47);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0207N,ZZ-0208N\">");
      out.write("<img src=\"../img/premium/hiItem_18.jpg\" alt=\"TRENDYⅢ　-　セニングの概念を変えた、セニングの革命児\" title=\"TRENDYⅢ　-　セニングの概念を変えた、セニングの革命児\" width=\"768\" height=\"347\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:171px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_48 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_48.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_48.setParent(null);
      _jspx_th_webshop_siquantity_48.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0209N"));
      int _jspx_eval_webshop_siquantity_48 = _jspx_th_webshop_siquantity_48.doStartTag();
      if (_jspx_th_webshop_siquantity_48.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_48);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:216px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_49 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_49.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_49.setParent(null);
      _jspx_th_webshop_siquantity_49.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0210N"));
      int _jspx_eval_webshop_siquantity_49 = _jspx_th_webshop_siquantity_49.doStartTag();
      if (_jspx_th_webshop_siquantity_49.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_49);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:256px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_50 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_50.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_50.setParent(null);
      _jspx_th_webshop_siquantity_50.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0211N"));
      int _jspx_eval_webshop_siquantity_50 = _jspx_th_webshop_siquantity_50.doStartTag();
      if (_jspx_th_webshop_siquantity_50.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_50);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:301px; left:506px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_51 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_51.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_51.setParent(null);
      _jspx_th_webshop_siquantity_51.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0212N"));
      int _jspx_eval_webshop_siquantity_51 = _jspx_th_webshop_siquantity_51.doStartTag();
      if (_jspx_th_webshop_siquantity_51.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_51);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0209N,ZZ-0210N,ZZ-0211N,ZZ-0212N\">");
      out.write("<img src=\"../img/premium/hiItem_19.jpg\" alt=\"TRENDYⅣ　-　独自のクシ刃構造で、スピード感アップ！\" title=\"TRENDYⅣ　-　独自のクシ刃構造で、スピード感アップ！\" width=\"768\" height=\"397\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<!-- /THINNINGシリーズ -->\r\n\r\n");
      out.write("<!-- LEFTYシリーズ -->\r\n");
      out.write("<h4>");
      out.write("<img src=\"../img/premium/h4_03.gif\" alt=\"■LEFTYシリーズ\" title=\"■LEFTYシリーズ\" width=\"172\" height=\"24\" />");
      out.write("</h4>\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:158px; left:370px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_52 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_52.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_52.setParent(null);
      _jspx_th_webshop_siquantity_52.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0213N"));
      int _jspx_eval_webshop_siquantity_52 = _jspx_th_webshop_siquantity_52.doStartTag();
      if (_jspx_th_webshop_siquantity_52.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_52);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:203px; left:370px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_53 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_53.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_53.setParent(null);
      _jspx_th_webshop_siquantity_53.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0214N"));
      int _jspx_eval_webshop_siquantity_53 = _jspx_th_webshop_siquantity_53.doStartTag();
      if (_jspx_th_webshop_siquantity_53.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_53);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:243px; left:370px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_54 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_54.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_54.setParent(null);
      _jspx_th_webshop_siquantity_54.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0215N"));
      int _jspx_eval_webshop_siquantity_54 = _jspx_th_webshop_siquantity_54.doStartTag();
      if (_jspx_th_webshop_siquantity_54.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_54);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:288px; left:370px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_55 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_55.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_55.setParent(null);
      _jspx_th_webshop_siquantity_55.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0216N"));
      int _jspx_eval_webshop_siquantity_55 = _jspx_th_webshop_siquantity_55.doStartTag();
      if (_jspx_th_webshop_siquantity_55.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_55);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:158px; left:628px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_56 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_56.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_56.setParent(null);
      _jspx_th_webshop_siquantity_56.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0217N"));
      int _jspx_eval_webshop_siquantity_56 = _jspx_th_webshop_siquantity_56.doStartTag();
      if (_jspx_th_webshop_siquantity_56.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_56);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:203px; left:628px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_57 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_57.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_57.setParent(null);
      _jspx_th_webshop_siquantity_57.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0218N"));
      int _jspx_eval_webshop_siquantity_57 = _jspx_th_webshop_siquantity_57.doStartTag();
      if (_jspx_th_webshop_siquantity_57.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_57);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:243px; left:628px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_58 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_58.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_58.setParent(null);
      _jspx_th_webshop_siquantity_58.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0219N"));
      int _jspx_eval_webshop_siquantity_58 = _jspx_th_webshop_siquantity_58.doStartTag();
      if (_jspx_th_webshop_siquantity_58.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_58);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0213N,ZZ-0214N,ZZ-0215N,ZZ-0216N,ZZ-0217N,ZZ-0218N,ZZ-0219N\">");
      out.write("<img src=\"../img/premium/hiItem_20.jpg\" alt=\"HIKARI LEFTY　-　職人と設備を完全にレフトハンダー用に特化\" title=\"HIKARI LEFTY　-　職人と設備を完全にレフトハンダー用に特化\" width=\"768\" height=\"357\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:190px; left:365px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_59 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_59.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_59.setParent(null);
      _jspx_th_webshop_siquantity_59.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0220N"));
      int _jspx_eval_webshop_siquantity_59 = _jspx_th_webshop_siquantity_59.doStartTag();
      if (_jspx_th_webshop_siquantity_59.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_59);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:235px; left:365px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_60 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_60.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_60.setParent(null);
      _jspx_th_webshop_siquantity_60.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0221N"));
      int _jspx_eval_webshop_siquantity_60 = _jspx_th_webshop_siquantity_60.doStartTag();
      if (_jspx_th_webshop_siquantity_60.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_60);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp-login\">BG卸価ログイン表示");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0220N,ZZ-0221N\">");
      out.write("<img src=\"../img/premium/hiItem_21.jpg\" alt=\"B-DRY LEFTY　-　笹刃のドライカット用シザー、レフトハンダー用\" title=\"B-DRY LEFTY　-　笹刃のドライカット用シザー、レフトハンダー用\" width=\"768\" height=\"347\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<!-- /LEFTYシリーズ -->\r\n\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /HIKARI -->\r\n\r\n");
      out.write("<!-- ダマスカスシザーズ -->\r\n");
      out.write("<a name=\"pageLink_02\" id=\"pageLink_02\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_02.jpg\" alt=\"【ダマスカスシザーズ】飛燕ダマスカスシザー「手へのストレスを軽減」\" title=\"【ダマスカスシザーズ】飛燕ダマスカスシザー「手へのストレスを軽減」\" width=\"798\" height=\"114\" />");
      out.write("</h2>\r\n\r\n");
      out.write("<div class=\"box_00\">\r\n");
      out.write("<p class=\"txt_00\">");
      out.write("<span style=\"float:right; margin:0 3em 0 2.5em;\">");
      out.write("<img src=\"../img/premium/dama_01.jpg\" alt=\"ダマスカス銅\" title=\"ダマスカス銅\" width=\"193\" height=\"97\" style=\"margin-bottom:20px;\" />");
      out.write("<br />");
      out.write("<img src=\"../img/premium/dama_02.jpg\" alt=\"等高線状\" title=\"等高線状\" width=\"193\" height=\"122\" />");
      out.write("</span>\r\n飛燕のダマスカスシザーは、比較的やわらかい銅材と硬い銅材を交互に重ね合わせた着銅材を鍛造したものに、更にコバルト合金の刃を着銅して仕上げた鋏です。");
      out.write("<br />\r\nこれは、日本刀が柔らかい銅材を硬い銅材の芯に着銅して鍛造することにより、衝撃と振動を吸収し、折れにくく、鋭利な刃を作ることができたということを更に発展させた新素材です。");
      out.write("<br />\r\n柔らかな銅材と硬い銅材を何層も積み重ね鍛造することにより、より衝撃に強く、より振動の吸収性を高めることにより、折れにくく、鋏の開閉で生じる微振動を吸収し、指・手・腱にかかる負担を軽減します。");
      out.write("<br />\r\n自然にできた等高線状の波紋は、鋏一丁一丁が、それぞれ固有の形状を持っていて各鋏のアイデンティティとして、コンピュータに波紋を登録してあります。");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<p class=\"bk_gra\">");
      out.write("</p>\r\n\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:35px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_61 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_61.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_61.setParent(null);
      _jspx_th_webshop_siquantity_61.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0121N"));
      int _jspx_eval_webshop_siquantity_61 = _jspx_th_webshop_siquantity_61.doStartTag();
      if (_jspx_th_webshop_siquantity_61.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_61);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0121N,ZZ-0122N\">");
      out.write("<img src=\"../img/premium/daItem_01.jpg\" alt=\"\r\n最高の切れ味！　オフセット　笹刃形状　ドライカット向けシザーズ　-　ダマスカスシーラカス太型 5.5/6.0インチ\" title=\"\r\n最高の切れ味！　オフセット　笹刃形状　ドライカット向けシザーズ　-　ダマスカスシーラカス太型 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:35px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_62 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_62.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_62.setParent(null);
      _jspx_th_webshop_siquantity_62.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0124N"));
      int _jspx_eval_webshop_siquantity_62 = _jspx_th_webshop_siquantity_62.doStartTag();
      if (_jspx_th_webshop_siquantity_62.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_62);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0124N,ZZ-0125N\">");
      out.write("<img src=\"../img/premium/daItem_02.jpg\" alt=\"最高の切れ味！　オフセット　細身の笹刃形状　オールマイティタイプ　-　ダマスカスシーラカス細型 5.5/6.0インチ\" title=\"最高の切れ味！　オフセット　細身の笹刃形状　オールマイティタイプ　-　ダマスカスシーラカス細型 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:35px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_63 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_63.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_63.setParent(null);
      _jspx_th_webshop_siquantity_63.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0126N"));
      int _jspx_eval_webshop_siquantity_63 = _jspx_th_webshop_siquantity_63.doStartTag();
      if (_jspx_th_webshop_siquantity_63.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_63);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0126N,ZZ-0127N,ZZ-0128N\">");
      out.write("<img src=\"../img/premium/daItem_03.jpg\" alt=\"最高級の切れ味！　オフセット　スタンダードタイプ　-　ダマスカスアルト YTK 5.0/5.5/6.0インチ\" title=\"最高級の切れ味！　オフセット　スタンダードタイプ　-　ダマスカスアルト YTK 5.0/5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:35px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_64 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_64.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_64.setParent(null);
      _jspx_th_webshop_siquantity_64.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0129N"));
      int _jspx_eval_webshop_siquantity_64 = _jspx_th_webshop_siquantity_64.doStartTag();
      if (_jspx_th_webshop_siquantity_64.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_64);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0129N,ZZ-0130N,ZZ-0131N\">");
      out.write("<img src=\"../img/premium/daItem_04.jpg\" alt=\"最高級の切れ味！　オフセット　スタンダードタイプ　-　ダマスカスアルト NY 5.0/5.5/6.0インチ\" title=\"最高級の切れ味！　オフセット　スタンダードタイプ　-　ダマスカスアルト NY 5.0/5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:35px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_65 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_65.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_65.setParent(null);
      _jspx_th_webshop_siquantity_65.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0157N"));
      int _jspx_eval_webshop_siquantity_65 = _jspx_th_webshop_siquantity_65.doStartTag();
      if (_jspx_th_webshop_siquantity_65.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_65);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div style=\"position:absolute; top:244px; left:235px;\">\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_66 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_66.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_66.setParent(null);
      _jspx_th_webshop_siquantity_66.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0159N"));
      int _jspx_eval_webshop_siquantity_66 = _jspx_th_webshop_siquantity_66.doStartTag();
      if (_jspx_th_webshop_siquantity_66.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_66);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0157N,ZZ-0158N,ZZ-0159N\">");
      out.write("<img src=\"../img/premium/daItem_05.jpg\" alt=\"ダマスカスシザーの最高峰！！　－　KEIUN 5.5/6.0/7.0インチ\" title=\"ダマスカスシザーの最高峰！！　－　KEIUN 5.5/6.0/7.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /ダマスカスシザーズ -->\r\n\r\n");
      out.write("<!-- コバルトシザーズ -->\r\n");
      out.write("<a name=\"pageLink_03\" id=\"pageLink_03\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_03_01.jpg\" alt=\"【コバルトシザーズ】コバルト素材で刃持ちも良く長年愛用して頂けるシザーズ\" title=\"【コバルトシザーズ】コバルト素材で刃持ちも良く長年愛用して頂けるシザーズ\" width=\"798\" height=\"114\" />");
      out.write("<img src=\"../img/premium/h2_03_02.jpg\" alt=\"新潟燕三条で熟練の職人が1丁1丁丹誠込めて作った本格派のシザーシリーズです。さくっとした切れ味と優れた硬度の素材により、末永くご利用頂ける製品ラインです。素材に使われているATS314はステンレスコバルト合金の鋼材です。コバルト合金を混ぜることにより、高い硬度、耐摩耗性を持たせる事が可能になりました。\" title=\"新潟燕三条で熟練の職人が1丁1丁丹誠込めて作った本格派のシザーシリーズです。さくっとした切れ味と優れた硬度の素材により、末永くご利用頂ける製品ラインです。素材に使われているATS314はステンレスコバルト合金の鋼材です。コバルト合金を混ぜることにより、高い硬度、耐摩耗性を持たせる事が可能になりました。\" width=\"798\" height=\"199\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_67 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_67.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_67.setParent(null);
      _jspx_th_webshop_siquantity_67.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0137N"));
      int _jspx_eval_webshop_siquantity_67 = _jspx_th_webshop_siquantity_67.doStartTag();
      if (_jspx_th_webshop_siquantity_67.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_67);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_68 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_68.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_68.setParent(null);
      _jspx_th_webshop_siquantity_68.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0137N"));
      int _jspx_eval_webshop_siquantity_68 = _jspx_th_webshop_siquantity_68.doStartTag();
      if (_jspx_th_webshop_siquantity_68.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_68);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0137N,ZZ-0138N\">");
      out.write("<img src=\"../img/premium/cobItem_01.jpg\" alt=\"オフセット　笹刃形状　オールマイティタイプ　－　コバルトYK 5.5/6.0インチ\" title=\"オフセット　笹刃形状　オールマイティタイプ　－　コバルトYK 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_69 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_69.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_69.setParent(null);
      _jspx_th_webshop_siquantity_69.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0140N"));
      int _jspx_eval_webshop_siquantity_69 = _jspx_th_webshop_siquantity_69.doStartTag();
      if (_jspx_th_webshop_siquantity_69.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_69);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_70 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_70.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_70.setParent(null);
      _jspx_th_webshop_siquantity_70.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0140N"));
      int _jspx_eval_webshop_siquantity_70 = _jspx_th_webshop_siquantity_70.doStartTag();
      if (_jspx_th_webshop_siquantity_70.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_70);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0140N,ZZ-0141N\">");
      out.write("<img src=\"../img/premium/cobItem_02.jpg\" alt=\"メガネ　笹刃形状　ドライカット向けシザーズ　－　コバルトYH 5.5/6.0インチ\" title=\"メガネ　笹刃形状　ドライカット向けシザーズ　－　コバルトYH 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_71 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_71.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_71.setParent(null);
      _jspx_th_webshop_siquantity_71.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0143N"));
      int _jspx_eval_webshop_siquantity_71 = _jspx_th_webshop_siquantity_71.doStartTag();
      if (_jspx_th_webshop_siquantity_71.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_71);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_72 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_72.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_72.setParent(null);
      _jspx_th_webshop_siquantity_72.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0143N"));
      int _jspx_eval_webshop_siquantity_72 = _jspx_th_webshop_siquantity_72.doStartTag();
      if (_jspx_th_webshop_siquantity_72.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_72);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0143N,ZZ-0144N\">");
      out.write("<img src=\"../img/premium/cobItem_03.jpg\" alt=\"オフセット　スタンダードタイプ　オールマイティシザーズ　－　コバルトYM 5.5/6.0インチ\" title=\"オフセット　スタンダードタイプ　オールマイティシザーズ　－　コバルトYM 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_73 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_73.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_73.setParent(null);
      _jspx_th_webshop_siquantity_73.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0146N"));
      int _jspx_eval_webshop_siquantity_73 = _jspx_th_webshop_siquantity_73.doStartTag();
      if (_jspx_th_webshop_siquantity_73.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_73);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_74 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_74.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_74.setParent(null);
      _jspx_th_webshop_siquantity_74.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0146N"));
      int _jspx_eval_webshop_siquantity_74 = _jspx_th_webshop_siquantity_74.doStartTag();
      if (_jspx_th_webshop_siquantity_74.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_74);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0146N,ZZ-0147N\">");
      out.write("<img src=\"../img/premium/cobItem_04.jpg\" alt=\"メガネ　ベーシックタイプ　オールマイティシザーズ　－　コバルトNYM-A 5.5/6.0インチ\" title=\"メガネ　ベーシックタイプ　オールマイティシザーズ　－　コバルトNYM-A 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_75 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_75.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_75.setParent(null);
      _jspx_th_webshop_siquantity_75.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0148N"));
      int _jspx_eval_webshop_siquantity_75 = _jspx_th_webshop_siquantity_75.doStartTag();
      if (_jspx_th_webshop_siquantity_75.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_75);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_76 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_76.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_76.setParent(null);
      _jspx_th_webshop_siquantity_76.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0148N"));
      int _jspx_eval_webshop_siquantity_76 = _jspx_th_webshop_siquantity_76.doStartTag();
      if (_jspx_th_webshop_siquantity_76.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_76);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0148N,ZZ-0149N\">");
      out.write("<img src=\"../img/premium/cobItem_05.jpg\" alt=\"手に馴染みやすいカーブ形状　-　コバルトARC 5.5/6.0インチ\" title=\"手に馴染みやすいカーブ形状　-　コバルトARC 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_77 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_77.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_77.setParent(null);
      _jspx_th_webshop_siquantity_77.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0133N"));
      int _jspx_eval_webshop_siquantity_77 = _jspx_th_webshop_siquantity_77.doStartTag();
      if (_jspx_th_webshop_siquantity_77.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_77);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_78 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_78.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_78.setParent(null);
      _jspx_th_webshop_siquantity_78.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0133N"));
      int _jspx_eval_webshop_siquantity_78 = _jspx_th_webshop_siquantity_78.doStartTag();
      if (_jspx_th_webshop_siquantity_78.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_78);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0133N,ZZ-0134N,ZZ-0135N\">");
      out.write("<img src=\"../img/premium/cobItem_06.jpg\" alt=\"刈上げに、ベースカットに最適なシザーズ　-　HIENバーバー 6.5/7.0/7.5インチ\" title=\"刈上げに、ベースカットに最適なシザーズ　-　HIENバーバー 6.5/7.0/7.5インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /コバルトシザーズ -->\r\n\r\n");
      out.write("<!-- ステンレス炭素鉱440C -->\r\n");
      out.write("<a name=\"pageLink_04\" id=\"pageLink_04\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_04_01.jpg\" alt=\"【ステンレス炭素鉱440C】世界の最高級と謳われたステンレス炭素鉱440Cを採用したシリーズ\" title=\"【ステンレス炭素鉱440C】世界の最高級と謳われたステンレス炭素鉱440Cを採用したシリーズ\" width=\"798\" height=\"114\" />");
      out.write("<img src=\"../img/premium/h2_04_02.jpg\" alt=\"熟練の職人が1丁1丁丹誠込めて作った本格派のシザーシリーズ。440Cは耐摩耗性が強く、粘さ・対靱性が大きく違います。自信と実績のベストセラーシリーズ。\" title=\"熟練の職人が1丁1丁丹誠込めて作った本格派のシザーシリーズ。440Cは耐摩耗性が強く、粘さ・対靱性が大きく違います。自信と実績のベストセラーシリーズ。\" width=\"798\" height=\"115\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_79 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_79.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_79.setParent(null);
      _jspx_th_webshop_siquantity_79.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0087N"));
      int _jspx_eval_webshop_siquantity_79 = _jspx_th_webshop_siquantity_79.doStartTag();
      if (_jspx_th_webshop_siquantity_79.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_79);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_80 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_80.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_80.setParent(null);
      _jspx_th_webshop_siquantity_80.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0087N"));
      int _jspx_eval_webshop_siquantity_80 = _jspx_th_webshop_siquantity_80.doStartTag();
      if (_jspx_th_webshop_siquantity_80.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_80);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0087N,ZZ-0088N\">");
      out.write("<img src=\"../img/premium/stItem_01.jpg\" alt=\"海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA C4 5.5/6.0インチ\" title=\"海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA C4 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_81 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_81.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_81.setParent(null);
      _jspx_th_webshop_siquantity_81.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0099N"));
      int _jspx_eval_webshop_siquantity_81 = _jspx_th_webshop_siquantity_81.doStartTag();
      if (_jspx_th_webshop_siquantity_81.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_81);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_82 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_82.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_82.setParent(null);
      _jspx_th_webshop_siquantity_82.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0099N"));
      int _jspx_eval_webshop_siquantity_82 = _jspx_th_webshop_siquantity_82.doStartTag();
      if (_jspx_th_webshop_siquantity_82.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_82);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0099N,ZZ-0100N,ZZ-0101N\">");
      out.write("<img src=\"../img/premium/stItem_02.jpg\" alt=\"ウエットからドライまで幅広く使用できる、スタンダードタイプ　-　KYOTO B1 5.0/5.5/6.0インチ\" title=\"ウエットからドライまで幅広く使用できる、スタンダードタイプ　-　KYOTO B1 5.0/5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_83 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_83.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_83.setParent(null);
      _jspx_th_webshop_siquantity_83.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0089N"));
      int _jspx_eval_webshop_siquantity_83 = _jspx_th_webshop_siquantity_83.doStartTag();
      if (_jspx_th_webshop_siquantity_83.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_83);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_84 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_84.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_84.setParent(null);
      _jspx_th_webshop_siquantity_84.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0089N"));
      int _jspx_eval_webshop_siquantity_84 = _jspx_th_webshop_siquantity_84.doStartTag();
      if (_jspx_th_webshop_siquantity_84.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_84);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0089N,ZZ-0090N\">");
      out.write("<img src=\"../img/premium/stItem_03.jpg\" alt=\"マルチに使える細身の笹刃形状　新型ハンドルにより長時間の開閉作業でも疲れ難くい　-　ef4 5.5/6.0インチ\" title=\"マルチに使える細身の笹刃形状　新型ハンドルにより長時間の開閉作業でも疲れ難くい　-　ef4 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_85 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_85.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_85.setParent(null);
      _jspx_th_webshop_siquantity_85.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0091N"));
      int _jspx_eval_webshop_siquantity_85 = _jspx_th_webshop_siquantity_85.doStartTag();
      if (_jspx_th_webshop_siquantity_85.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_85);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_86 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_86.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_86.setParent(null);
      _jspx_th_webshop_siquantity_86.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0091N"));
      int _jspx_eval_webshop_siquantity_86 = _jspx_th_webshop_siquantity_86.doStartTag();
      if (_jspx_th_webshop_siquantity_86.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_86);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0091N,ZZ-0092N\">");
      out.write("<img src=\"../img/premium/stItem_04.jpg\" alt=\"笹刃形状とほど良い重量感　新型ハンドルにより長時間の開閉作業でも疲れ難くい　-　ef4 fat 6.5/7.0インチ\" title=\"笹刃形状とほど良い重量感　新型ハンドルにより長時間の開閉作業でも疲れ難くい　-　ef4 fat 6.5/7.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_87 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_87.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_87.setParent(null);
      _jspx_th_webshop_siquantity_87.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0108N"));
      int _jspx_eval_webshop_siquantity_87 = _jspx_th_webshop_siquantity_87.doStartTag();
      if (_jspx_th_webshop_siquantity_87.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_87);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_88 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_88.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_88.setParent(null);
      _jspx_th_webshop_siquantity_88.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0108N"));
      int _jspx_eval_webshop_siquantity_88 = _jspx_th_webshop_siquantity_88.doStartTag();
      if (_jspx_th_webshop_siquantity_88.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_88);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0108N,ZZ-0109N\">");
      out.write("<img src=\"../img/premium/stItem_05.jpg\" alt=\"高度の高いチタンコート仕上げ　-　エルゴ ピンクゴールドチタン 5.5/6.0インチ\" title=\"高度の高いチタンコート仕上げ　-　エルゴ ピンクゴールドチタン 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_89 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_89.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_89.setParent(null);
      _jspx_th_webshop_siquantity_89.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0093N"));
      int _jspx_eval_webshop_siquantity_89 = _jspx_th_webshop_siquantity_89.doStartTag();
      if (_jspx_th_webshop_siquantity_89.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_89);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_90 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_90.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_90.setParent(null);
      _jspx_th_webshop_siquantity_90.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0093N"));
      int _jspx_eval_webshop_siquantity_90 = _jspx_th_webshop_siquantity_90.doStartTag();
      if (_jspx_th_webshop_siquantity_90.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_90);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0093N,ZZ-0094N,ZZ-0095N\">");
      out.write("<img src=\"../img/premium/stItem_06.jpg\" alt=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ 5.0/5.5/6.0インチ\" title=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ 5.0/5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_91 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_91.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_91.setParent(null);
      _jspx_th_webshop_siquantity_91.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0096N"));
      int _jspx_eval_webshop_siquantity_91 = _jspx_th_webshop_siquantity_91.doStartTag();
      if (_jspx_th_webshop_siquantity_91.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_91);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_92 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_92.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_92.setParent(null);
      _jspx_th_webshop_siquantity_92.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0096N"));
      int _jspx_eval_webshop_siquantity_92 = _jspx_th_webshop_siquantity_92.doStartTag();
      if (_jspx_th_webshop_siquantity_92.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_92);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0096N,ZZ-0097N,ZZ-0098N\">");
      out.write("<img src=\"../img/premium/stItem_07.jpg\" alt=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ ストーン付き 5.0/5.5/6.0インチ\" title=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ ストーン付き 5.0/5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_93 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_93.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_93.setParent(null);
      _jspx_th_webshop_siquantity_93.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0102N"));
      int _jspx_eval_webshop_siquantity_93 = _jspx_th_webshop_siquantity_93.doStartTag();
      if (_jspx_th_webshop_siquantity_93.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_93);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_94 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_94.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_94.setParent(null);
      _jspx_th_webshop_siquantity_94.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0102N"));
      int _jspx_eval_webshop_siquantity_94 = _jspx_th_webshop_siquantity_94.doStartTag();
      if (_jspx_th_webshop_siquantity_94.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_94);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0102N,ZZ-0103N,ZZ-0104N\">");
      out.write("<img src=\"../img/premium/stItem_08.jpg\" alt=\"薄刃の笹刃形状により長時間使っても疲れない　女性の技術者が安心して使えるシザーズ　-　LS ワイド 5.5/6.0/6.5インチ\" title=\"薄刃の笹刃形状により長時間使っても疲れない　女性の技術者が安心して使えるシザーズ　-　LS ワイド 5.5/6.0/6.5インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:33px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_95 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_95.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_95.setParent(null);
      _jspx_th_webshop_siquantity_95.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0105N"));
      int _jspx_eval_webshop_siquantity_95 = _jspx_th_webshop_siquantity_95.doStartTag();
      if (_jspx_th_webshop_siquantity_95.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_95);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_96 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_96.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_96.setParent(null);
      _jspx_th_webshop_siquantity_96.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0105N"));
      int _jspx_eval_webshop_siquantity_96 = _jspx_th_webshop_siquantity_96.doStartTag();
      if (_jspx_th_webshop_siquantity_96.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_96);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0105N,ZZ-0106N\">");
      out.write("<img src=\"../img/premium/stItem_09.jpg\" alt=\"長く使い込めるハイクオリティなスタンダードシザーズ　-　スリムライン 5.0/5.5インチ\" title=\"長く使い込めるハイクオリティなスタンダードシザーズ　-　スリムライン 5.0/5.5インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /ステンレス炭素鉱440C -->\r\n\r\n");
      out.write("<!-- セニング -->\r\n");
      out.write("<a name=\"pageLink_05\" id=\"pageLink_05\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_05_01.jpg\" alt=\"【セニング】\" title=\"【セニング】\" width=\"798\" height=\"114\" />");
      out.write("<img src=\"../img/premium/h2_05_02.jpg\" alt=\"カットラインが出にくい、今までに無い抜けの良いセニングや毛を逃がしながら切ることにより、より自然なばらつき感をだすセニングなど、優れた性能のセニングを取り揃えています。\" title=\"カットラインが出にくい、今までに無い抜けの良いセニングや毛を逃がしながら切ることにより、より自然なばらつき感をだすセニングなど、優れた性能のセニングを取り揃えています。\" width=\"798\" height=\"115\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_97 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_97.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_97.setParent(null);
      _jspx_th_webshop_siquantity_97.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0110N"));
      int _jspx_eval_webshop_siquantity_97 = _jspx_th_webshop_siquantity_97.doStartTag();
      if (_jspx_th_webshop_siquantity_97.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_97);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_98 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_98.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_98.setParent(null);
      _jspx_th_webshop_siquantity_98.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0110N"));
      int _jspx_eval_webshop_siquantity_98 = _jspx_th_webshop_siquantity_98.doStartTag();
      if (_jspx_th_webshop_siquantity_98.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_98);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27142/ZZ-0110N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_01.jpg\" alt=\"カットラインが出にくいセニングシザーズ　－　2ステップセニング メガネ60 6.0インチ\" title=\"カットラインが出にくいセニングシザーズ　－　2ステップセニング メガネ60 6.0インチ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_99 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_99.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_99.setParent(null);
      _jspx_th_webshop_siquantity_99.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0111N"));
      int _jspx_eval_webshop_siquantity_99 = _jspx_th_webshop_siquantity_99.doStartTag();
      if (_jspx_th_webshop_siquantity_99.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_99);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_100 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_100.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_100.setParent(null);
      _jspx_th_webshop_siquantity_100.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0111N"));
      int _jspx_eval_webshop_siquantity_100 = _jspx_th_webshop_siquantity_100.doStartTag();
      if (_jspx_th_webshop_siquantity_100.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_100);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27143/ZZ-0111N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_02.jpg\" alt=\"カットラインが出にくいセニングシザーズ　－　2ステップセニング オフセット60 6.0インチ\" title=\"カットラインが出にくいセニングシザーズ　－　2ステップセニング オフセット60 6.0インチ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_101 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_101.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_101.setParent(null);
      _jspx_th_webshop_siquantity_101.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0112N"));
      int _jspx_eval_webshop_siquantity_101 = _jspx_th_webshop_siquantity_101.doStartTag();
      if (_jspx_th_webshop_siquantity_101.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_101);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_102 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_102.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_102.setParent(null);
      _jspx_th_webshop_siquantity_102.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0112N"));
      int _jspx_eval_webshop_siquantity_102 = _jspx_th_webshop_siquantity_102.doStartTag();
      if (_jspx_th_webshop_siquantity_102.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_102);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27144/ZZ-0112N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_03.jpg\" alt=\"ベストセラー　セニングシザーズ　－　スーパーエルゴセニング 6.0インチ\" title=\"ベストセラー　セニングシザーズ　－　スーパーエルゴセニング 6.0インチ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_103 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_103.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_103.setParent(null);
      _jspx_th_webshop_siquantity_103.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0113N"));
      int _jspx_eval_webshop_siquantity_103 = _jspx_th_webshop_siquantity_103.doStartTag();
      if (_jspx_th_webshop_siquantity_103.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_103);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_104 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_104.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_104.setParent(null);
      _jspx_th_webshop_siquantity_104.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0113N"));
      int _jspx_eval_webshop_siquantity_104 = _jspx_th_webshop_siquantity_104.doStartTag();
      if (_jspx_th_webshop_siquantity_104.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_104);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27145/ZZ-0113N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_04.jpg\" alt=\"ベストセラー　セニングシザーズ　－　スーパーエルゴセニング ストーン有 6.0インチ\" title=\"ベストセラー　セニングシザーズ　－　スーパーエルゴセニング ストーン有 6.0インチ\" width=\"768\" height=\"307\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:245px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_105 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_105.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_105.setParent(null);
      _jspx_th_webshop_siquantity_105.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0150N"));
      int _jspx_eval_webshop_siquantity_105 = _jspx_th_webshop_siquantity_105.doStartTag();
      if (_jspx_th_webshop_siquantity_105.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_105);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_106 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_106.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_106.setParent(null);
      _jspx_th_webshop_siquantity_106.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0150N"));
      int _jspx_eval_webshop_siquantity_106 = _jspx_th_webshop_siquantity_106.doStartTag();
      if (_jspx_th_webshop_siquantity_106.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_106);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27182/ZZ-0150N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_05.jpg\" alt=\"逃がしながら切るという新発想　高品質、長切れする　コバルト合金製（ATS314）-　１段セニング301N 5.5インチ\" title=\"逃がしながら切るという新発想　高品質、長切れする　コバルト合金製（ATS314）-　１段セニング301N 5.5インチ\" width=\"768\" height=\"302\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_107 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_107.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_107.setParent(null);
      _jspx_th_webshop_siquantity_107.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0152N"));
      int _jspx_eval_webshop_siquantity_107 = _jspx_th_webshop_siquantity_107.doStartTag();
      if (_jspx_th_webshop_siquantity_107.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_107);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_108 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_108.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_108.setParent(null);
      _jspx_th_webshop_siquantity_108.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0152N"));
      int _jspx_eval_webshop_siquantity_108 = _jspx_th_webshop_siquantity_108.doStartTag();
      if (_jspx_th_webshop_siquantity_108.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_108);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27184/ZZ-0152N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_07.jpg\" alt=\"2段セニング302 6.0インチ\" title=\"2段セニング302 6.0インチ\" width=\"768\" height=\"260\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_109 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_109.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_109.setParent(null);
      _jspx_th_webshop_siquantity_109.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0153N"));
      int _jspx_eval_webshop_siquantity_109 = _jspx_th_webshop_siquantity_109.doStartTag();
      if (_jspx_th_webshop_siquantity_109.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_109);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_110 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_110.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_110.setParent(null);
      _jspx_th_webshop_siquantity_110.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0153N"));
      int _jspx_eval_webshop_siquantity_110 = _jspx_th_webshop_siquantity_110.doStartTag();
      if (_jspx_th_webshop_siquantity_110.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_110);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27185/ZZ-0153N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_08.jpg\" alt=\"3段セニング303C 6.0インチ\" title=\"3段セニング303C 6.0インチ\" width=\"768\" height=\"262\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_111 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_111.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_111.setParent(null);
      _jspx_th_webshop_siquantity_111.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0154N"));
      int _jspx_eval_webshop_siquantity_111 = _jspx_th_webshop_siquantity_111.doStartTag();
      if (_jspx_th_webshop_siquantity_111.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_111);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_112 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_112.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_112.setParent(null);
      _jspx_th_webshop_siquantity_112.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0154N"));
      int _jspx_eval_webshop_siquantity_112 = _jspx_th_webshop_siquantity_112.doStartTag();
      if (_jspx_th_webshop_siquantity_112.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_112);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27186/ZZ-0154N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_09.jpg\" alt=\"3段セニング303 6.0インチ\" title=\"3段セニング303 6.0インチ\" width=\"768\" height=\"261\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_113 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_113.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_113.setParent(null);
      _jspx_th_webshop_siquantity_113.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0155N"));
      int _jspx_eval_webshop_siquantity_113 = _jspx_th_webshop_siquantity_113.doStartTag();
      if (_jspx_th_webshop_siquantity_113.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_113);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_114 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_114.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_114.setParent(null);
      _jspx_th_webshop_siquantity_114.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0155N"));
      int _jspx_eval_webshop_siquantity_114 = _jspx_th_webshop_siquantity_114.doStartTag();
      if (_jspx_th_webshop_siquantity_114.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_114);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27187/ZZ-0155N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_10.jpg\" alt=\"5段セニング165 6.0インチ\" title=\"5段セニング165 6.0インチ\" width=\"768\" height=\"261\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_115 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_115.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_115.setParent(null);
      _jspx_th_webshop_siquantity_115.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0156N"));
      int _jspx_eval_webshop_siquantity_115 = _jspx_th_webshop_siquantity_115.doStartTag();
      if (_jspx_th_webshop_siquantity_115.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_115);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_116 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_116.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_116.setParent(null);
      _jspx_th_webshop_siquantity_116.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0156N"));
      int _jspx_eval_webshop_siquantity_116 = _jspx_th_webshop_siquantity_116.doStartTag();
      if (_jspx_th_webshop_siquantity_116.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_116);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27188/ZZ-0156N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_11.jpg\" alt=\"10段セニング1010 6.0インチ\" title=\"10段セニング1010 6.0インチ\" width=\"768\" height=\"266\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:250px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_117 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_117.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_117.setParent(null);
      _jspx_th_webshop_siquantity_117.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0160N"));
      int _jspx_eval_webshop_siquantity_117 = _jspx_th_webshop_siquantity_117.doStartTag();
      if (_jspx_th_webshop_siquantity_117.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_117);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_118 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_118.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_118.setParent(null);
      _jspx_th_webshop_siquantity_118.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0160N"));
      int _jspx_eval_webshop_siquantity_118 = _jspx_th_webshop_siquantity_118.doStartTag();
      if (_jspx_th_webshop_siquantity_118.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_118);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27192/ZZ-0160N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_12.jpg\" alt=\"最高の切れ味と抜け感　-　ダマスカスアルト2段302C セニング オフセット 6.0インチ\" title=\"最高の切れ味と抜け感　-　ダマスカスアルト2段302C セニング オフセット 6.0インチ\" width=\"768\" height=\"302\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"group\">\r\n");
      out.write("<div style=\"position:absolute; top:205px; left:227px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_119 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_119.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_119.setParent(null);
      _jspx_th_webshop_siquantity_119.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0161N"));
      int _jspx_eval_webshop_siquantity_119 = _jspx_th_webshop_siquantity_119.doStartTag();
      if (_jspx_th_webshop_siquantity_119.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_119);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_120 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_120.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_120.setParent(null);
      _jspx_th_webshop_siquantity_120.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0161N"));
      int _jspx_eval_webshop_siquantity_120 = _jspx_th_webshop_siquantity_120.doStartTag();
      if (_jspx_th_webshop_siquantity_120.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_120);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27193/ZZ-0161N/ZZ\">");
      out.write("<img src=\"../img/premium/thiItem_13.jpg\" alt=\"ダマスカスアルト3段303C セニング オフセット 6.0インチ\" title=\"ダマスカスアルト3段303C セニング オフセット 6.0インチ\" width=\"768\" height=\"265\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /セニング -->\r\n\r\n");
      out.write("<!-- レフティ -->\r\n");
      out.write("<a name=\"pageLink_06\" id=\"pageLink_06\">");
      out.write("</a>\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/premium/h2_06_01.jpg\" alt=\"【レフティ】ハイクオリティなレフティモデルをお探しの方に！カットシザーズ、セニングシザーズの人気どころが揃っています。\" title=\"【レフティ】ハイクオリティなレフティモデルをお探しの方に！カットシザーズ、セニングシザーズの人気どころが揃っています。\" width=\"798\" height=\"114\" />");
      out.write("<img src=\"../img/premium/h2_06_02.jpg\" alt=\"\" width=\"798\" height=\"85\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"box_01\">\r\n");
      out.write("<ul id=\"linkItem\">\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:265px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_121 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_121.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_121.setParent(null);
      _jspx_th_webshop_siquantity_121.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0114N"));
      int _jspx_eval_webshop_siquantity_121 = _jspx_th_webshop_siquantity_121.doStartTag();
      if (_jspx_th_webshop_siquantity_121.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_121);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_122 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_122.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_122.setParent(null);
      _jspx_th_webshop_siquantity_122.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0114N"));
      int _jspx_eval_webshop_siquantity_122 = _jspx_th_webshop_siquantity_122.doStartTag();
      if (_jspx_th_webshop_siquantity_122.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_122);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0114N,ZZ-0115N\">");
      out.write("<img src=\"../img/premium/leItem_01.jpg\" alt=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ レフト 5.5/6.0インチ\" title=\"人体工学の理論に基づき設計された新型ハンドル　-　スーパーエルゴ レフト 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:265px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_123 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_123.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_123.setParent(null);
      _jspx_th_webshop_siquantity_123.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0116N"));
      int _jspx_eval_webshop_siquantity_123 = _jspx_th_webshop_siquantity_123.doStartTag();
      if (_jspx_th_webshop_siquantity_123.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_123);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_124 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_124.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_124.setParent(null);
      _jspx_th_webshop_siquantity_124.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0116N"));
      int _jspx_eval_webshop_siquantity_124 = _jspx_th_webshop_siquantity_124.doStartTag();
      if (_jspx_th_webshop_siquantity_124.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_124);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/advancedsearch?actionNameTxt=list&usedNewFlgTxt=all&cmdtySortSel=2&dispModeTxt=1&codes=ZZ-0116N,ZZ-0117N\">");
      out.write("<img src=\"../img/premium/leItem_02.jpg\" alt=\"世界の最高級と謳われたステンレス炭素鉱440Cを採用！海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA レフト 5.5/6.0インチ\" title=\"世界の最高級と謳われたステンレス炭素鉱440Cを採用！海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA レフト 5.5/6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:265px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_125 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_125.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_125.setParent(null);
      _jspx_th_webshop_siquantity_125.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0118N"));
      int _jspx_eval_webshop_siquantity_125 = _jspx_th_webshop_siquantity_125.doStartTag();
      if (_jspx_th_webshop_siquantity_125.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_125);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_126 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_126.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_126.setParent(null);
      _jspx_th_webshop_siquantity_126.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0118N"));
      int _jspx_eval_webshop_siquantity_126 = _jspx_th_webshop_siquantity_126.doStartTag();
      if (_jspx_th_webshop_siquantity_126.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_126);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27150/ZZ-0118N/ZZ\">");
      out.write("<img src=\"../img/premium/leItem_03.jpg\" alt=\"世界の最高級と謳われたステンレス炭素鉱440Cを採用！海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA レフト セニング 6.0インチ\" title=\"世界の最高級と謳われたステンレス炭素鉱440Cを採用！海外大手サロンでもOEM採用されているベーシックシザーズ　-　OSAKA レフト セニング 6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<div style=\"position:absolute; top:230px; left:265px;\">\r\n");
      out.write("<p class=\"mp\">M価￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_127 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_127.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_127.setParent(null);
      _jspx_th_webshop_siquantity_127.setValue(SIUtil.getNameFromColl(cmdtyColl2,"ZZ-0119N"));
      int _jspx_eval_webshop_siquantity_127 = _jspx_th_webshop_siquantity_127.doStartTag();
      if (_jspx_th_webshop_siquantity_127.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_127);
      out.write("</p>\r\n");
      out.write("<p class=\"bgp\">BG卸価");
      out.write("<span>￥");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_128 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_128.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_128.setParent(null);
      _jspx_th_webshop_siquantity_128.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZZ-0119N"));
      int _jspx_eval_webshop_siquantity_128 = _jspx_th_webshop_siquantity_128.doStartTag();
      if (_jspx_th_webshop_siquantity_128.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_128);
      out.write("</span>(税別)");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair_cmdty/27151/ZZ-0119N/ZZ\">");
      out.write("<img src=\"../img/premium/leItem_04.jpg\" alt=\"これまでにない自然なばらつき感、気持ちのいい抜け感のシザーズ -　2段セニング レフト 6.0インチ\" title=\"これまでにない自然なばらつき感、気持ちのいい抜け感のシザーズ -　2段セニング レフト 6.0インチ\" width=\"768\" height=\"287\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p class=\"m_attention\">※「Ｍ価」はメーカー希望小売価格の略称です。");
      out.write("</p>\r\n");
      out.write("<p class=\"link_pagetop\">");
      out.write("<a href=\"#top\" title=\"ページトップへ\" alt=\"ページトップへ\">ページトップへ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<div class=\"clear\">");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /レフティ -->\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /scissors_selection_contents_premium -->\r\n\r\n");
      out.write("<!-- others -->\r\n");
      out.write("<div id=\"other_area\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../img/standard/h2_other.gif\" alt=\"OTHERS 関連商品\" width=\"798\" height=\"126\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"box_others\">\r\n");
      out.write("<ul id=\"otherItem\" class=\"clearFix\">\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair/ctgry/ZH\">");
      out.write("<img src=\"../img/standard/others_01.jpg\" alt=\"シザーケース/シザーホルダー\" width=\"255\" height=\"258\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair/ctgry/ZZ8\">");
      out.write("<img src=\"../img/standard/others_02.jpg\" alt=\"カットレザー\" width=\"255\" height=\"258\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/hair/ctgry/ZZ9\">");
      out.write("<img src=\"../img/standard/others_03.jpg\" alt=\"シザーズ/レザー小物関連\" width=\"255\" height=\"258\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /others -->\r\n\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<!-- pagetop -->\r\n");
      out.write("<div id=\"pagetop\">");
      out.write("<a href=\"#top\">▲ページTOPへ");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<!-- /pagetop -->\r\n\r\n");
      out.write("</div>\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contentsArea -->\r\n\r\n");
      out.write("<!-- footerArea -->\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
 */
String searchPath = "beautygarage";

      out.write("\r\n");
      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!-- headerSearch  attributesText=\"onChange=\\\"submit()\\\"\" -->\r\n\r\n");
      out.write("<div id=\"headerSearch\">\r\n  ");
      out.write("<form name=\"headerSearch\" action=\"");
      out.print(webshopSite);
      out.write("\" method=\"get\">\r\n    ");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction changeAction(val){\r\n  with (document.headerSearch){\r\n    pass.value=val;\r\n  }\r\n}\r\nfunction headsearch(){\r\n  with (document.headerSearch){\r\n    if(srchWordTxt.value=='' && ctc.value=='");
      out.print(SIConfig.SICATEGORY_ROOT_CODE);
      out.write("' && maker.value=='') dispModeTxt.value='';\r\n    action=action+'/'+pass.value;\r\n    active.value=pass.value;\r\n    submit();\r\n  }\r\n}\r\nfunction enterSearchHead(event){\r\n  if (event.keyCode == 13 || event.charCode == 13){\r\n    headsearch();\r\n  }\r\n}\r\n//-->\r\n");
      out.write("</script>\r\n    ");
      out.write("<fieldset>\r\n      ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/title_header_search_l.gif\" alt=\"商品を探す\" width=\"43\" height=\"28\" />\r\n      ");
      out.write("<select name=\"ctc\" onChange=\"changeAction(this.options[this.options.selectedIndex].title)\" onKeyPress=\"enterSearchHead(event)\">\r\n        ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(UICtgryGroup.getCtgryListColl(connection,false));
      _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.SINameValue headID = null;
        headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
        do {
          out.write("\r\n          ");
          out.write("<option value=\"");
          out.print(headID.getValue().split(",")[0]);
          out.write("\" title=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("\">");
          out.print(headID.getName());
          out.write("</option>\r\n        ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.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_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("</select>\r\n      ");
      out.write("\r\n      ");
      out.write("<input name=\"srchWordTxt\" value=\"\" type=\"text\" class=\"keyword\" onKeyPress=\"enterSearchHead(event)\" id=\"textSearchBox\" autocomplete=\"off\" placeholder=\"商品名、キーワード、ブランド、成分、商品コードなど\" />");
      out.write("<a href=\"#\" onClick=\"headsearch();return false;\" id=\"headerSearchBtn2\">検索");
      out.write("</a>\r\n      ");
      out.write("<div id=\"popupDetail\"> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" class=\"more arrow01_l\">詳細検索");
      out.write("</a> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" id=\"popTarget\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/detail_pop.png\" alt=\"より詳しい条件で検索できます！・キーワード・カテゴリ・メーカー/ブランド・価格帯・種別(新品・中古など)\" />");
      out.write("</a> ");
      out.write("</div>\r\n    ");
      out.write("</fieldset>\r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggestitem_view.js\" charset='UTF-8' >");
      out.write("</script> \r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggest.js\" charset='UTF-8' >");
      out.write("</script>\r\n    ");
      out.write("<link href=\"//std2f-s.snva.jp/css/naviplus_suggest.css\" rel=\"stylesheet\" crossorigin type=\"text/css\" />\r\n    ");
      out.write("<script type=\"text/javascript\" charset='UTF-8'>\r\nNPSuggest.bind({\r\n//-- Setting ---//\r\nserver: \"std2f-s.snva.jp\",\r\naccountID: \"beautygarage\",\r\ninputAreaID: \"textSearchBox\",\r\nsubmitBtnID: \"headerSearchBtn2\",\r\ncategoryAreaID: \"search_cat\",\r\nfieldAreaId: \"\",\r\nfield: \"\",\r\ncategoryName: \"s7\",\r\nsuggestAreaClass: \"np-keyword-suggest\",\r\nitemListClass: \"np-item-suggest\",\r\nmaxSuggest: 7,\r\nmatchMode: \"partial\",\r\ngroupByCategory: false,\r\nalwaysOnTop: false,\r\noverlayMode: \"off\",\r\nrecommendItemEnabled: \"on\",\r\nrecommendItemTiming: \"mouseover\",\r\nrecommendItemAreaTitle: \"\",\r\nrecommendItemAreaPosition: \"right\",\r\nrecommendItemSort: \"price\",\r\nrecommendItemLimitWidth: -1,\r\nrecommendItemLimitHeight: -1,\r\nrecommendItemUrlPrefix: \"http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("\",\r\nrecommendImageUrlPrefix: \"\"\r\n});\r\n/*$(function(){\r\n  $(document).on('hover', '.np-keyword-suggest .item', function() {\r\n    var suggestKeyword = $(this).text();\r\n    setTimeout(function(){\r\n      $('.np-item-suggest').find('.title').text(suggestKeyword);\r\n    },300);\r\n  });\r\n})*/\r\n");
      out.write("</script>\r\n    ");
      out.write("<style type=\"text/css\">\r\n#headerSearch .np-keyword-suggest {width:420px; border:1px solid #CCC;}\r\n#headerSearch .np-keyword-suggest div {width:420px;}\r\n#headerSearch .np-keyword-suggest .group {border-top:1px dotted #999; padding:3px 0;}\r\n#headerSearch .np-keyword-suggest .group:first-child {border-top:none;}\r\n#headerSearch .np-keyword-suggest .item {padding:2px 0 2px 5px; cursor:pointer;}\r\n#headerSearch .np-keyword-suggest .title,\r\n#headerSearch .np-keyword-suggest .narrow1,\r\n#headerSearch .np-keyword-suggest .narrow9{\r\n  color: #000;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before,\r\n#headerSearch .np-keyword-suggest .narrow1:before,\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  font-size:10px;\r\n  color:#FFF;\r\n  margin-right:4px;\r\n  padding:1px 4px;\r\n  border-radius:2px;\r\n  -webkit-border-radius:2px;\r\n  -moz-border-radius:2px;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before{\r\n  content:\"商品名\";\r\n  background:#3864AA;\r\n  padding:1px 9px;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow1:before{\r\n  content:\"ブランド\";\r\n");
      out.write("  background:#FC4957;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  content:\"カテゴリ\";\r\n  background:#666;\r\n}\r\n#headerSearch .np-keyword-suggest .item.selected{background-color:#EEE;}\r\n\r\n#headerSearch .np-item-suggest {\r\n  width:249px;\r\n  border:1px solid #CCC;\r\n\tborder-left:none;\r\n}\r\n#headerSearch .np-item-suggest table{\r\n  width:240px;\r\n  border-collapse:collapse;\r\n  width:auto;\r\n}\r\n#headerSearch .np-item-suggest table tr{\r\n  border-top:1px dotted #999;\r\n  border-spacing:0 10px;\r\n}\r\n#headerSearch .np-item-suggest table tr:first-child{\r\n  border-top:none;\r\n}\r\n#headerSearch .np-item-suggest table td{\r\n  vertical-align:top;\r\n  text-align:left;\r\n  padding:8px 0;\r\n}\r\n.np-item-suggest table td a{\r\n  font-size:11px !important;\r\n\ttext-decoration:underline !important;\r\n}\r\n.np-item-suggest table td a:hover{\r\n  text-decoration:none !important;\r\n}\r\n#headerSearch .np-item-suggest div{\r\n  padding:6px;\r\n}\r\n.np-item-suggest .item {\r\n  width:160px;\r\n}\r\n.np-item-suggest .title {\r\n  display:none;  \r\n}\r\n.np-item-suggest .item a {\r\n");
      out.write("\twidth:160px;\r\n  display: block;\r\n  text-decoration: none;\r\n}\r\n.np-item-suggest .image{\r\n  text-align:left !important;\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n.np-item-suggest .image img{\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n#headerSearch .np-item-suggest .item .item_title{\r\n  text-align:left !important;\r\n  white-space:normal;\r\n  text-overflow:none;\r\n  -webkit-text-overflow:none !important;\r\n  -o-text-overflow:none;\r\n  padding-left:8px;\r\n  overflow:visible;\r\n}\r\n#headerSearch .np-item-suggest .item .item_desc{\r\n  display:none;\r\n}\r\n#headerSearch .np-keyword-suggest,\r\n#headerSearch .np-item-suggest{\r\n\tfont-family:\"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\", \"MS PGothic\", sans-serif;\r\n\tfont-size:12px;\r\n\tbox-shadow: 1px 1px 2px #888;\r\n\t-moz-box-shadow: 1px 1px 2px #888;\r\n\t-webkit-box-shadow: 1px 1px 2px #888;\r\n\t-ms-box-shadow: 1px 1px 2px #888;\r\n}\r\n");
      out.write("</style>\r\n    ");
      out.write("<input name=\"search_cat\" type=\"hidden\" id=\"search_cat\" value=\"");
      out.print(searchPath);
      out.write("\">\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("<!-- /headerSearch -->\r\n\r\n");
      out.write("<div id=\"footerArea\"> \r\n  \r\n  ");
      out.write("<!-- footerNavi -->\r\n  ");
      out.write("<div id=\"footerNavi\">\r\n    ");
      out.write("<ul class=\"footerUNav\">\r\n      ");
      out.write("<li class=\"fnav01\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.hair"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIR]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav02\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.haircosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIRCOSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav03\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.esthe"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_ESTHE]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav04\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.bed"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BED]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav05\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_COSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav06\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.nail"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_NAIL]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav07\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.eyelash"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_EYELASH]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav08\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.book"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BOOK]);
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerNavi --> \r\n  \r\n  ");
      out.write("<!-- footerBGGlink -->\r\n  ");
      out.write("<div id=\"footerBGGlink\">\r\n    ");
      out.write("<div id=\"footerBGGlink_Ct\">\r\n      ");
      out.write("<dl>\r\n        ");
      out.write("<dt>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/footerBGG_logo.gif\" alt=\"BEAUTY GARAGE GROUP\" width=\"162\" height=\"11\" />");
      out.write("</dt>\r\n        ");
      out.write("<dd>\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<li class=\"footerBGGlink_1st\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\" target=\"_blank\">理美容・エステ・ネイル商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">まつげエクステ商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://kaigyo.beautygarage.jp/\" target=\"_blank\">美容室開業・経営支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/pickup/fund/index.html",false));
      out.write("\" target=\"_blank\">サロン開業資金調達");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">サロン用不動産・居抜き物件");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">店舗設計・デザイン");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">サロン向け保険");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">システム導入支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">クレジット決済");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">求人・転職");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">セミナー・スクール");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">e-ラーニング");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">集客支援・ホームページ制作");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfc.jp/\" target=\"_blank\">フランチャイズ加盟");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautymedia.jp/salon/\" target=\"_blank\">美容メディア");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">美容機器・エステ機器買取");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n    ");
      out.write("</div>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerBGGlink --> \r\n  \r\n  ");
      out.write("<!-- footer -->\r\n  ");
      out.write("<div id=\"footer\">\r\n    ");
      out.write("<p id=\"copyright\">Copyright by BEAUTY GARAGE INC. All rights reserved.");
      out.write("</p>\r\n    ");
      out.write("<ul>\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas.html",false));
      out.write("\">OVERSEAS");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law.html",false));
      out.write("\">特定商取引法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav03\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law2.html",false));
      out.write("\">古物営業法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav04\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/privacy.html",false));
      out.write("\">プライバシーポリシー");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav05\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/sitemap/index.html",false));
      out.write("\">サイトマップ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav06\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/\" target=\"_blank\">会社案内");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav07\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\" target=\"_blank\">採用情報");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<ul style=\"margin-top:7px;\">\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\" target=\"_blank\">総合利用規約");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\" target=\"_blank\">ビューティガレージオンラインショップ利用ガイドライン");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<!-- ssl trust --> \r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<div id=\"verisign\"> \r\n      ");
      out.write("<script language=\"JavaScript\" TYPE=\"text/javascript\" src=\"https://trusted-web-seal.cybertrust.ne.jp/seal/getScript?host_name=www.beautygarage.jp&type=21\">");
      out.write("</script> \r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ssl trust --> \r\n    ");
      out.write("<!-- ipo -->\r\n    ");
      out.write("<div id=\"ipo\"> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bnr_foot_ipo.gif\" width=\"48\" height=\"55\">\r\n      ");
      out.write("<p>東証マザーズ上場");
      out.write("<br />\r\n        証券コード：3180");
      out.write("</p>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ipo --> \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footer --> \r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<!-- microad_blade_track --> \r\n");
      out.write("<script type=\"text/javascript\" class=\"microad_blade_track\">\r\n");
      out.write("<!--\r\nvar microad_blade_jp = microad_blade_jp || { 'params' : new Array(), 'complete_map' : new Object() };\r\n(function() {\r\nvar param = {'co_account_id' : '6140', 'group_id' : '', 'country_id' : '1', 'ver' : '2.1.0'};\r\nmicroad_blade_jp.params.push(param);\r\n\r\nvar src = (location.protocol == 'https:')\r\n? 'https://d-track.send.microad.jp/js/blade_track_jp.js' : 'http://d-cache.microad.jp/js/blade_track_jp.js';\r\n\r\nvar bs = document.createElement('script');\r\nbs.type = 'text/javascript'; bs.async = true;\r\nbs.charset = 'utf-8'; bs.src = src;\r\n\r\nvar s = document.getElementsByTagName('script')[0];\r\ns.parentNode.insertBefore(bs, s);\r\n})();\r\n-->\r\n");
      out.write("</script> \r\n");
      out.write("<!-- /microad_blade_track --> \r\n\r\n");
      out.write("<!-- Google Code for &#9733;&#12473;&#12510;&#12540;&#12488;&#12500;&#12463;&#12475;&#12523;&#12479;&#12464;_&#36890;&#31216;&#12473;&#12510;&#12500; --> \r\n");
      out.write("<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup --> \r\n");
      out.write("<script type=\"text/javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar google_conversion_id = 1039187569;\r\nvar google_conversion_label = \"wAH0CPnclAcQ8fzC7wM\";\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n");
      out.write("</script>\r\n");
      out.write("<noscript>\r\n");
      out.write("<div style=\"display:inline;\"> ");
      out.write("<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1039187569/?value=0&amp;label=wAH0CPnclAcQ8fzC7wM&amp;guid=ON&amp;script=0\"/> ");
      out.write("</div>\r\n");
      out.write("</noscript>\r\n");
      out.write("<!-- /Remarketing tags --> \r\n\r\n");
      out.write("<!-- YDN Site Retargeting --> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar yahoo_retargeting_id = 'O6ZPCD7WI6';\r\nvar yahoo_retargeting_label = '';\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\" src=\"//b92.yahoo.co.jp/js/s_retargeting.js\">");
      out.write("</script> \r\n");
      out.write("<!-- /YDN Site Retargeting -->");
      out.write("\r\n");
      out.write("<!-- /footerArea -->\r\n");
      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);
    }
  }
}
