
document.open();

/* バナー */
document.write("<br><a href=\"kamakura.html\"><img src=\"img/common/kamakurashop_bn.jpg\" width=\"180\" height=\"87\" border=\"0\"></a><br>");

/* ランキング */
document.write("<table width=\"180\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-top:20px;margin-bottom:0px;\">");
document.write("<tr align=\"center\" bgcolor=\"#77AE8A\"> ");
document.write("<td colspan=\"3\">");
document.write("<div style=\"margin-top:5px;margin-right:5px;margin-left:5px;margin-bottom:5px\" class=\"j10\"><font color=\"#FFFFFF\">人気ランキング</font></div></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width=\"1\" bgcolor=\"#77AE8A\"><img src=\"img/sp.gif\" width=\"1\" height=\"1\"></td>");
document.write("<td width=\"178\" bgcolor=\"#FFFFFF\"><div style=\"margin-top:5px;margin-right:5px;margin-left:5px;margin-bottom:5px\" class=\"j10\">");


/* 第1位 */
document.write("<div style=\"margin-top:5px;margin-bottom:-20px;\">第1位</div>");
document.write("<br>");
document.write("<a href=\"item001.html\">タイパンツ（黒・Mサイズ）</a><br>");

/* 第2位 */
document.write("<div style=\"margin-top:5px;margin-bottom:-20px;\">第2位</div>");
document.write("<br>");
document.write("<a href=\"item001.html\">タイパンツ（黒・Lサイズ）</a><br>");

/* 第3位 */
document.write("<div style=\"margin-top:5px;margin-bottom:-20px;\">第3位</div>");
document.write("<br>");
document.write("<a href=\"item001.html\">タイパンツ（黒・七分丈）</a><br>");

/* 第4位 */
document.write("<div style=\"margin-top:5px;margin-bottom:-20px;\">第4位</div>");
document.write("<br>");
document.write("<a href=\"item006.html\">手漉き紙ノート 2冊セット</a><br>");

/* 第5位 */
document.write("<div style=\"margin-top:5px;margin-bottom:-20px;\">第5位</div>");
document.write("<br>");
document.write("<a href=\"item001.html\">タイパンツ（紺・Mサイズ）</a><br>");

document.write("</div></td>");
document.write("<td width=\"1\" bgcolor=\"#77AE8A\"><img src=\"img/common/sp.gif\" width=\"1\" height=\"1\"></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td colspan=\"3\" bgcolor=\"#77AE8A\"><img src=\"img/common/sp.gif\" width=\"143\" height=\"1\"></td>");
document.write("</tr>");
document.write("</table>");


 document.close() 