@charset "UTF-8";
/* CSS Document */

#container { width:680px; margin:0 auto; overflow:hidden; text-align:left; color:#333; }
#container .logo { width:150px; margin-bottom:5px; }
#container .store_body .title_img { width:120px; margin:0; }

#container .store_body { width:680px; padding:5px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #4B4D63; overflow:hidden; }
.bg_img { background:url(/store/images/bg_2nd.jpg) right top no-repeat; }
#container .store_body .txt { padding:10px; overflow:hidden; }
#container .store_body .txt2 { padding:10px; overflow:hidden; margin-right:200px; }
#container .store_body .txt .fl { float:left; margin:0 0 10px 0; display:inline; }
#container .store_body .txt .price { width:350px; height:auto; float:right; overflow:hidden; }
#container .store_body .txt .pricejp { width:370px; height:auto; float:right; overflow:hidden; }

.alpha-ly { filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70; }
  
  .m10 { margin:10px; }
  .fr { float:right; margin-left:10px; }
  .ovf { overflow:hidden; }
