/*+ ショーケースのCSS / Showcase CSS +*/

/*コンテナ*/



/*ブランドセレクトメニューのコンテナ（MTカテゴリメニュー）*/
#Container_BrandSelectMenu {
	display:block;
	width:;
	height:;
	background-image: url("");
	margin:0;
	padding:0;
	
	background-color:#565656;
	}



/*===01.商品一覧ページ（ショーケースのトップ）===*/
#container_ProdctsThumbList {
	display:block;
	/*width:740px;*/
	
	height:100%;
	margin-top:15px;
	padding:0 33px 0 43px;;
	}

.block_Products {/*商品一覧用の1ブロック*/
	display:block; overflow:hidden;
	float:left;
	width:230px; min-height:230px;
	margin-right:10px; margin-bottom:10px;
	
	_width:240px; _height:250px;/*IE用*/
	background-image: url("img_showcase/thmbBaseStandby.gif"); background-repeat:no-repeat;
	background-position: left top; 
	}

.block_Products:hover{/*商品一覧用の1ブロック*/
	display:block;
	float:left;
	width:230px; min-height:230px;
	margin-right:10px; margin-bottom:10px;
	_width:240px; _height:250px;/*IE用*/
	background-image: url("img_showcase/thmbBaseOver.gif"); background-repeat:no-repeat;
	background-position: left top;
	}
	
	
.productsImgThumbnail {
	display:block; overflow:hidden;
	width:210px; 
	min-height:140px;
	_height:140px;
	margin:10px; auto 0 auto;
	padding: 0;
	
	background-image: url("img_showcase/thmb_nowprinting.gif");
	background-repeat:no-repeat;
	}

.productsName {/*名前型番*/
	display:block; width:210px; min-height:15px;
	font-style:bold;
	font-size:xx-small;
	_font-size:10px;
	margin:0 auto 0 auto; padding:10px 0 5px 0;
	
	background-image: url("img_showcase/txt01_Name.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}
	
.productsPrice {/*価格*/
	display:block; width:210px; min-height:15px;
	font-size:xx-small; color:#333333;
	_font-size:10px;
	margin:0 auto 0 auto; padding:10px 0 5px 0;
	
	background-image: url("img_showcase/txt02_Price.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}
	
.productsBrand {/*ブランド*/
	display:block; width:210px; min-height:15px;
	font-size:xx-small;
	_font-size:10px;
	margin:0 auto 0 auto; padding:10px 0 5px 0;
	
	background-image: url("img_showcase/txt03_Brand.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}



/*===02.詳細ページ（商品の詳細ページ）==================================*/
.Block_DetailMainImage {/*メインイメージのブロック*/ /*background-color:#FFCCF5;*/
	width:445px;
	min-height:310px;
	float:left;
	}
.Block_DetailPanelSpace {/*詳細パネルのブロック*/ /*background-color:#EBFFD6;*/
	width:355px;
	min-height:310px;
	float:right;
	}

.productsImgDetail {/*商品詳細ページの写真イメージ（メインイメージ）*/
	display:block; 
	width:420px; 
	min-height:280px;
	_height:280px;
	margin:10px auto 0px 20px;
	padding: 0;
	
	background-image: url("img_showcase/main_nowprinting.gif");
	background-repeat:no-repeat;
	}

.productsDetailPanel {/*詳細の文字情報のスペース*/
	display:block; 
	width:330px; 
	min-height:280px;
	_height:auto;
	margin:10px 20px 0px auto;
	padding: 0;	
	background-color:#fafafa;

	}

.productsName_Detail {/*名前型番（詳細ページ）*/
	display:block; width:310px; min-height:30px;
	font-style:bold;
	font-size:small; color:#333333;
	_font-size:12px;
	margin:0 auto 0 auto; padding:25px 0px 5px 10px;
	
	background-image: url("img_showcaseDetail/txt01_name.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}
.productsPrice_Detail {/*価格（詳細ページ）*/
	display:block; width:310px; 
	min-height:30px;
	font-style:bold;
	font-size:small; color:#333333;
	_font-size:12px;
	margin:0 auto 0 auto; padding:25px 0px 5px 10px;
	
	background-image: url("img_showcaseDetail/txt02_price.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}
	
.productsBrand_Detail {/*ブランド（詳細ページ）*/
	display:block; width:310px; 
	min-height:30px;
	font-style:bold;
	font-size:small; color:#333333;
	_font-size:12px;
	margin:0 auto 0 auto; padding:25px 0px 5px 10px;
	
	background-image: url("img_showcaseDetail/txt03_brand.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}

.productsComment_Detail {/*コメント（詳細ページ）*/
	display:block; width:310px; 
	min-height:30px;
	font-style:bold;
	font-size:small; color:#333333;
	_font-size:12px;
	margin:0 auto 0 auto; padding:25px 0px 10px 10px;
	
	background-image: url("img_showcaseDetail/txt04_comment.gif");
	background-position: left top;
	background-repeat:no-repeat;
	}	




/*===03.カテゴリ別（メーカー別）トップページ===*/

