/* CSS Document */

.ichiran{
	width:550px;
}
.goods{
	width:160px;
	height:160px;
	margin-left:8px;
	margin-bottom:5px;
	float:left;
	border:#CCCCCC dashed 1px;
	padding:5px;
	background-image:url(bg1.jpg);
}
.photo{
	float:left;
}
.goods_name{
}
.goods_price{
	color:#FF0000;
	font-weight:bold;
}
.bread{
	clear:both;
}
body{
	background-color:#ffffff;
}