/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

a:link{color: #808000;
       text-decoration:none;
      
      }

a:active {color: #808000;
        
          }

a:visited {color: #ff0000;
           text-decoration:none;
          }

a:hover {color: #0000ff;
         text-decoration:underline;
           
          }



body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
           background-image: url(https://img08.shop-pro.jp/PA01033/579/etc/bg-4.jpg);
            background-repeat:repeat-y;
           background-position: center;
           background-position-y:0px;

           	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {


	border: 0px;
}

.table{
      border: 0px solid #808000;
      background-color:#FFFFFF;
      height:4px;
      margin-top:0px;
       }

.indent{ line-height:15px;
         }

font_color{
             color:#ff0000
             }
            

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */



/*ページ全体の幅、レイアウトをセンタリング*/
#container {
           border: 1px solid #808000;
	margin:0px auto;
	width:800px;
	text-align:left;
           background-color:#FFFFFF;

}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.side_table{
            border:1px solid #808000;
            background-color:#FFFFFF;
            margin-top:-2px;
            margin-left:2px;
            width:174px
           }

.sort_01 {
	width: 564px;
	height: 28px;
	color: <{$productlist_sort_bgcolor}>;
	font-size: 10px;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:<{$productlist_bgcolor}>;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:<{$productlist_border}>;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: <{$searchlist_sort_bgcolor}>;
	font-size: 10px;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:<{$searchlist_bgcolor}>;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:<{$searchlist_border}>;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 20px 0px;
	}


.product_item {
	text-align: center;
	width:175px;
	margin: 0px auto;
	}

.product_item img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px ;
	}

.product_item .price {
	color: #383371;
	}

.product_item .expl {
	color: #999;
	font-size: 10px;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}



/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}

.item_thumbnail {
	margin: 0px 0px 5px 10px;
	width: 180px;
           overflow: hidden;
	position: relative;
	}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size: 12px;
           padding: 10px 0px 10px 0px;
	}

.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
