@charset "utf-8";
/* CSS Document */
<!--
* {

	font-size: 100%;
	list-style: none;
}
body {
    font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background:url(bg.jpg) no-repeat center top;
	background-image: url(../../images/bg.jpg);
	margin-left: 0px;
	margin-right: 0px;
	
}

.txt12 { font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif; }

.txt16 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana;
	font-style: italic;
}
.txt01 {color: #0000FF}


/* 左 */
#main { width:760px; height:auto; margin-left:10px;  }
#header { height:20px; background-color:#CCCCCC; border-bottom:1pt #999999 solid; padding-top:5px; padding-bottom:5px; border-right:1pt solid #999999;  }
#search_bar { width:480px; height:25px; padding-top:15px; padding-bottom:10px; text-align:center; margin-left:140px;  } 

/* 商品一覽 */


.product_showcase 			{ background-color:#f5f5f5; height:100%; width:100%; display:table; }
.product_showcase ul		{ padding:0px ; margin:0px;}
.product_showcase li		{ padding:0px ; margin:0px; border:1px #666666 solid;  }
.img_desc_02				{ list-style-type:none; float: left; width:135px; height:175px; text-align:center; overflow:hidden; margin-left:8px; margin-right:25px; margin-bottom:35px;  border:1px #666666 solid;  }
.img_desc_01				{ list-style-type:none; float: left; width:135px; height:33px; text-align:center; overflow:hidden;  border:1px #666666 solid; background:#222222; color:#ffffff; font-size: 90%; padding:0px 0px 0px 0px; line-height:1.4; }

.img_desc_03				{ list-style-type:none; float: left; width:135px; height:30px; text-align:center; overflow:hidden;  background:#eeeeee;font-size: 73%;  padding:0px 0px 3px 0px;line-height:1.5;}



 




