@charset "utf-8";
/* CSS Document */
p{
	line-height:160%;
	font-size:14px;
}
.breed_container
{
	width:680px;
	margin:0 auto;
	margin-top:10px;
	clear:both;
	margin-bottom:20px;
}
.breed_container ul
{
	list-style-type:none;
}
.breed_container li
{
	width:215px;
	height:166px;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:8px;
	background:url(../images/product_broad.jpg) no-repeat left top;
}
.breed_container li img
{
	height:110px;
	width:184px;
	position:relative;
	left:15px;
	top:42px;
}