﻿/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	background:transparent url(/images/bg.gif) repeat left top;
	color: #656565;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	/*position: relative;*/
	text-align: left;
	width: 100% !important;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

p.cap{
  color: #656565;
  padding-left: 1em;
  text-indent: -1em;
}

A {/*リンクされた文字*/
  color: #656565;
  font-style:normal;
  text-decoration: underline;
}

A:link {/*未訪問のリンク*/
    color: #656565;
    font-style:normal;
    text-decoration: underline;
}

A:hover {/*マウスをのせたとき*/
  color: #87938b;
  text-decoration: none;
}

A:visited {/*訪問後のリンク*/
  text-decoration: none;
  color: #87938b;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  height: 100px;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-bottom: 0px solid #9a9a9a;
}

/*▼ヘッダーの検索窓のバック色*/
TABLE.headerNavigation {
       background-image: url(../images/center_tile_back.gif);
	background-repeat: repeat-x;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 110%;
  color:#3a3a3a;
  letter-spacing:1px;
  padding: 5px;
}

/*商品詳細のテーブル▼*/
.table-type1 {
	width:100%;
	border-collapse:collapse;
	border-spacing:2px;
	empty-cells:show;
	margin:10px 0;
}
.table-type1 th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	padding:4px 5px;
}

.table-type1 td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:4px 5px;
}
.table-type1 th {
        width:26%;
	border-top:solid 1px #948170;
	border-left:solid 1px #948170;
	border-right:solid 1px #948170;
	border-bottom:solid 1px #948170;
	background:#e0d8c8;
}
.table-type1 td {
        width:74%;
	border-top:solid 1px #948170;
	border-left:solid 1px #948170;
	border-right:solid 1px #948170;
	border-bottom:solid 1px #948170;
	background:#ffffff;
}
/*商品詳細のテーブル▲*/


TD.breadCrumb {
  font-size: 10px;
  font-weight: normal;
  color: #656565;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

/*最上段のナビ*/
TD.headerNavigation A, TD.headerNavigation A:visited  {
  color: #3a3a3a;
}

TD.headerNavigation A:hover  {
  color: #3a3a3a;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/**** SIDEBOX CSS ****/

/**** カテゴリーとサブカテのリストアイコン ▼****/

#categories-content ul,
#categories-content ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	list-style: none outside;
}

#categories-content li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/folder.gif) no-repeat 1px 2px;
	margin-top:5px;
	padding-left: 15px;
}
/*
#categories-content li a:hover{
	background: url(../images/folder_explore.gif) no-repeat 1px 2px;
}
*/

#categories-content ul li li{
	margin-left: 10px;
}

#categories-content ul li li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list02.gif) 1px 3px no-repeat;
	margin-top:5px;
	padding-left: 10px;
}

/*
#categories-content ul li li a:hover{
	background: url(../images/list02.gif) 1px 3px no-repeat;
}
*/

#categories-content ul li li li{
	margin-left: 5px;
}

#categories-content ul li li li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list06.gif) 1px 3px no-repeat;
	margin-top:5px;
	padding-left: 13px;
}

/*
#categories-content ul li li li a:hover{
	background: url(../images/list06.gif) 1px 3px no-repeat;
}
*/

/**** カテゴリーとサブカテのリストアイコン ▲****/

/**** インフォメーションのリストアイコン ▼****/
#information-content ul,
#information-content ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	list-style: none outside;
}

#information-content li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list11.gif) 1px 2px no-repeat;
	margin-top:5px;
	padding-left: 15px;
}
/**** インフォメーションのリストアイコン ▲****/

/**** 掲載についてのリストアイコン ▼****/
#moreinformation-content ul,
#moreinformation-content ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	list-style: none outside;
}

#moreinformation-content li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list12.gif) 1px 2px no-repeat;
	margin-top:5px;
	padding-left: 15px;
}
/**** 掲載についてのリストアイコン ▲****/

/**** ご利用ガイドのリストアイコン ▼****/
#ezpages-content ul,
#ezpages-content ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	list-style: none outside;
}

#ezpages-content li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list12.gif) 1px 2px no-repeat;
	margin-top:5px;
	padding-left: 15px;
}
/**** ご利用ガイドのリストアイコン ▲****/


/**** ログイン後のマイページボックスリストアイコン ▼****/
#loginbox-content ul,
#loginbox-content ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	list-style: none outside;
}

#loginbox-content li a{
	display: block;
	border-bottom:dotted #ccc 1px;
	height: 20px;
	background: url(../images/list12.gif) 1px 2px no-repeat;
	margin-top:5px;
	padding-left: 15px;
}
/**** ログイン後のマイページボックスリストアイコン ▲****/
/**** サイトマップのリストアイコン ▼****/
#siteMapList ul,
#siteMapList ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	list-style: none inside;
}
#siteMapList ul li a{
	background: url(../images/site.gif) left center no-repeat;
	margin: 0px;
	padding-left: 15px;
}

#siteMapList ul li li{
	margin-left: 5px;
}

#siteMapList ul li li a{
	background: url(../images/list02.gif) left center no-repeat;
	margin-top:0px;
	padding-left: 10px;

}

#siteMapList ul li li li{
	margin-left: 5px;
}
#siteMapList ul li li li a{
	background: url(../images/list06.gif) left center no-repeat;
	margin-top:0px;
	padding-left: 10px;

}

/**** 

#siteMapList ul,
#siteMapList ul li{
        margin: 0 0 0 1em;
        padding: 0;
	border: 0;
	font-size: 12px;
	list-style: none inside;
	line-height: 2em;
}
#siteMapList li a{
	background: url(../images/list03.gif) left center no-repeat;
	margin: 0px;
	padding-left: 15px;
}
#siteMapList li a:hover{
	background: url(../images/list03.gif) left center no-repeat;
}


#siteMapList ul li li{
        margin: 0;
	width: 100%;
}
#siteMapList ul li li a{
	background: url(../images/list02.gif) left center no-repeat;
	margin-top:0px;
	padding-left: 10px;
}
#siteMapList ul li li a:hover{
	background: url(../images/list02.gif) left center no-repeat;
}



#siteMapList ul li li li{
        margin: 0;
	list-style: none inside;
	display: inline;
	white-space: nowrap;

}
#siteMapList ul li li li a{
	background: url(../images/list04.gif) left center no-repeat;
	margin-top:0px;
	margin-right:5px;
	padding-left: 8px;
	float: left;

}
#siteMapList ul li li li a:hover{
	background: url(../images/list04.gif) left center no-repeat;
}
****/
/**** サイトマップのリストアイコン ▲****/


.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 0px solid #9a9a9a;
  margin-bottom: 15px;
}

/* ■中央見出しタイトルバー*/
.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/center_tile_background.gif);
	font-size: 120%;
	color: #656565;
	padding: 0.5em 0.5em;
	border-top: 0px solid #3774b0;
	border-right: 0px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 0px solid #D3D3D3;
	}

.productListing-rowheading {
	margin: 0em;
	color: #656565;
	padding: 0.5em 0.5em;
	border-top: 0px solid #3774b0;
	border-right: 0px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 0px solid #D3D3D3;
	}

TR.productListing-rowheading {
	background: #f7ffc1;
}
/* ▲サイドメニュータイトルバー*/
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
	font-size: 110%;
	font-weight: bold;
	color: #3a3a3a;
	padding: 7px 0px 4px 5px;
	height: 20px;
  	border-top: 0px solid #663399;
	border-right: 0px solid #DCDCDC;
	border-bottom: 1px solid #D3D3D3;
	border-left: 0px solid #DCDCDC;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #757575;
}

TR.rightboxheading, TR.centerboxheading TR.singleboxheading {
	background: #FFFFFF;
	background-image: url(../images/tile_back.gif);
}

TR.leftboxheading {
	background: #FFFFFF;
	background-image: url(../images/tile_back190.gif);
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 0px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #FFFFFF;
  background-image: url(../images/tile_back.jpg);
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 12px;
  font-weight: normal;
  color: #656565;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #ffffff;
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

/*■-中央のようこそ部分　*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 14px;
  font-weight: bold;
  color: #f09f1c;
  padding: 2px 2px 2px 20px;
  background: url(../images/bg02.gif) left center;
  border-bottom:1px solid #dcdcdc;
  border-left: 5px solid #f09f1c;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
/* ■削除
TR.footertop {
  background-image: url(../images/center_tile_back.gif);
  font-size: 12px;
}
*/

/* ■フッターのムラサキの部分*/
TR.footertop {
  padding: 5px;
  background-color: #ffffff;
  font-size: 12px;
}

TD.footertop {
  border-top: 1px solid #D3D3D3;
  padding: 5px;
}

/* ■これは| 風俗クーポンホーム |の｜です*/
TD.footertop {
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  vertical-align: middle;
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 100%;
  color:#656565;
  letter-spacing:1px;
  padding: 5px;
}

td.footertop a  {
  color: #656565;
}

td.footertop a:hover  {
  color: #757575;
}

TD.footerbottom {
  height: 20px;
  border-right: 0px solid #D3D3D3;
  border-left: 0px solid #D3D3D3;
  padding: 1px;
  background-color: #ffffff;
}
/* ■削除
TD.footerbottom2 {
  border-bottom: 0px solid #D3D3D3;
  background-color: #663399;
}


TD.footerbottom3 {
  padding: 4px;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  background-image: url(../images/center_tile_back.gif);
}
*/
/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #e7e7e7;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
/*  background: #eff4f8;*/
  background: #ffffff;
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #757575;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
/* ■カテゴリーボックスとサブカテ */
A.category-top {
  color: #656565;
}
A.category-links {
  color: #656565;
}
A.category-subs, A.category-products {
  color: #656565;
}
SPAN.category-subs-parent {
  font-weight: normal;
}
SPAN.category-subs-selected {
  font-weight: normal;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}


/* ---------------------------
ページ送りナビ2010.08.11
--------------------------- */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:0px;
	padding:2px 6px;
	background-position:bottom;
	text-decoration: none;
	color: #99210B;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#777777;
	color: #fff;
}
div.pagination span.current {
	margin-right:0px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #99210B;
}
div.pagination span.disabled {
	margin-right:0px;
	padding:2px 6px;

	color: #adaaad;
}


/* ---------------------------
TD：フッター追加2010.08.08
--------------------------- */
#footnavi{
	clear:both;
	width:100%;
	padding:15px 1px 0px;
}
#footnavi2{
	width:100%;
	padding:15px 0px 5px 0px;
	border-top:#feb000 solid 2px;
	background-color:#F5F5F5;
	text-align:center;
	line-height:20px;
}
#footnavi .navibox{
	width:220px;
	float:left;
	display:inline;
	padding-bottom:5px;
	text-align:left;
}
#footnavi h2,#footnavi div.h2{
	border-left:#feb000 solid 5px;
	font-size:12px;
	text-align:left;
	color:#ac7632;
	text-indent:8px;
	font-weight:bold;
	margin: 0px 0px 0px 40px;
	}

#footnavi ul{
	text-align:left;
	font-size:12px;
	margin: 8px 0px 0px 0px;
}
#footnavi ul li{
	background:url(/myimg/icon_02.gif) no-repeat 0 5px;
	text-align:left;
	font-size:12px;
	color:#217531;
	list-style: none outside;
	margin: 0px;
}
#footnavi ul li a{
	line-height:20px;
	color:#656565;
	text-decoration:underline;
	padding-left:10px;
}
#footnavi ul li a:hover{
	text-decoration:underline;
        color: #87938b;
}

