/*レイアウト 関連*/

.shop_bg01 {
	background-image:  url("../0image/shop_img/shop_bg01.gif");
	background-repeat: repeat-y;

.shop_bg02 {
	background-image:  url("../0image/shop_img/shop_bg02.gif");
	background-repeat: repeat-y;
	background-position: left top;

/*商品一覧 関連*/

.white_tr {
	background-color:#FFFFFF;
	width:506px;
}
.gray_tr {
	background-color:#f7f7f7;
	width:506px;
}
.image_td {
	width: 90px;
	border-top: solid 1px #bbbaba;
	border-left: solid 1px #bbbaba;
}
.text_td {
	font-size:80%;
	padding:5px;
	line-height:140%;
	letter-spacing:normal;
	color:#737373;
	text-decoration:none;
	border-top: solid 1px #bbbaba;
}
.btn_td {
	width:115px;
	padding:5px;
	border-top: solid 1px #bbbaba;
	border-right: solid 1px #bbbaba;
}
.item_table {
	background-color:#FFFFFF;

}
.item_image {
	margin:5px;
}