@charset "Shift_JIS";
div#allitems_wrapper{
        margin-top:5px;
        margin-bottom:10px;
        width:805px;
        height:550px;
/*
	border-width: 1px;
	border-style: solid;
	border-color: orange;
*/
}
/*
#cont_allitems{
	width: 625px;
	float: left;

	border-width: 1px;
	border-style: solid;
	border-color: blue;

	margin-left: 10px;
}
*/
.allitems_h{
	height: 20px;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	border-width: 0px 0px 1px 20px;
	border-style: none none solid solid;
	border-bottom-color: silver;
	border-left-color: teal;
	font-family: "Times New Roman";
	font-weight: bold;
	text-align: left;
}

.allitems_img{
	width: 625px;
	height: 125px;
}

.cont_allitems_goodsname{
	width: 625px;
	height: 40px;
}
.allitems_img{
	display: table-cell;
	width: 125px;
	height: 125px;
	vertical-align: bottom;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.allitems_goodsname{
	display: table-cell;
	width: 125px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}