@import url(../../css/layout_item.css);
@import url(../../css/layout_cont.css);


/*** item display (index.php) ***/
.itemDispBox {
	background: url(../../images/card_daily.jpg) left top no-repeat;
}

.itemPhoto img {
	border: 1px solid #8E977F;
}

p.itemTitle {
	color: #7A9F29;
}


/*** item display (admin.php, cart.php) ***/
.itemBox {
	background-color: #DAE2C9;
}

.itemBoxImg img {
	border: 1px solid #8E977F;
}

