var str_common="";
url_path = "/"
str_common += "";
str_common += "<div id=\"menu_bg\">";
str_common += "<!--メインメニュー　ここから-->";
str_common += "<img src=\"" + url_path + "image/shop/menu_tit.gif\" alt=\"ショッピング\" width=\"160\" height=\"62\">";
str_common += "<!--お買い物かご　ここから-->";
str_common += "<div id=\"cart\">";
str_common += "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" summary=\"買い物かご_枠\">";
str_common += "  <tr>";
str_common += "    <td><img src=\"" + url_path + "image/shop/cart_top.gif\" alt=\"\" width=\"146\" height=\"4\"></td>";
str_common += "  </tr>";
str_common += "  <tr>";
str_common += "    <td align=\"right\" class=\"cart_bg02\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" summary=\"お買い物かご\">";
str_common += "      <tr>";
str_common += "        <td><a href=\"" + url_path + "shop/cart/cart.aspx\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image50','',url_path + 'image/shop/cart_look_on.gif',0)\"><img src=\"" + url_path + "image/shop/cart_look.gif\" alt=\"お買い物カゴを見る\" name=\"Image50\" width=\"109\" height=\"22\"></a></td>";
str_common += "      </tr>";
str_common += "    </table></td>";
str_common += "  </tr>";
str_common += "  <tr>";
str_common += "    <td><img src=\"" + url_path + "image/shop/cart_under.gif\" alt=\"\" width=\"146\" height=\"5\"></td>";
str_common += "  </tr>";
str_common += "</table>";
str_common += "</div>";
str_common += "<!--お買い物かご　ここまで-->	";
str_common += "	<P><a href=\"" + url_path + "shop/c/c/\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image45','',url_path + 'image/shop/menu1_on.gif',1)\"><img src=\"" + url_path + "image/shop/menu1.gif\" alt=\"カー用品の販売・通販\" name=\"Image45\" width=\"151\" height=\"33\"></a></P>";
str_common += "	<P><a href=\"" + url_path + "shop/category/subcategorylist.aspx\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image46','',url_path + 'image/shop/menu2_on.gif',1)\"><img src=\"" + url_path + "image/shop/menu2.gif\" alt=\"商品カテゴリ\" name=\"Image46\" width=\"151\" height=\"32\"></a></P>";
str_common += "	<P><a href=\"" + url_path + "shop/genre/genrelist.aspx\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image47','',url_path + 'image/shop/menu3_on.gif',1)\"><img src=\"" + url_path + "image/shop/menu3.gif\" alt=\"ジャンルで選ぶ\" name=\"Image47\" width=\"151\" height=\"32\"></a></P>";
str_common += "	<P><a href=\"" + url_path + "info/faq03_01.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image48','',url_path + 'image/shop/menu4_on.gif',1)\"><img src=\"" + url_path + "image/shop/menu4.gif\" alt=\"購入ヘルプ\" name=\"Image48\" width=\"151\" height=\"32\"></a></P>";
str_common += "	<P><a href=\"#\" onclick=\"window.open('" + url_path + "n/shop/order/shop_step.html','_blank','scrollbars=yes,width=620,height=345');\" onMouseOut=\"MM_swapImgRestore()\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image49','',url_path + 'image/shop/menu5_on.gif',1)\"><img src=\"" + url_path + "image/shop/menu5.gif\" alt=\"購入ステップ\" name=\"Image49\" width=\"151\" height=\"33\"></a></P>";
str_common += "<!--メインメニュー　ここまで-->";
str_common += "	<img src=\"" + url_path + "image/common/menu_under.gif\" alt=\"\" width=\"160\" height=\"6\"></div>";
str_common += "";
str_common += "<br>";
str_common += "";
document.write(str_common);

