#body h3 {
	font-size: 16px;
	margin: 0px;
	/* color:#D70000; */
	color:#000000;
	text-decoration:underline;
	vertical-align:middle; 
}

#body div.shop_item {
	height:169px;
	background-image:url(../images/shop/shop_list_box.gif);
	background-position:bottom; 
	background-repeat:repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color:#E5E5E5;
	padding: 15px;
} 

#body div.img {
	float:left; 
	min-width: 147px;
	min-height: 100px;
}

#body img { 
	border-style:solid; 
	border-color:#EEEEEE; 
	border-width:1px; 
} 

#body div.desc {
	float: left;
	width: 240px;
	margin-left:15px; 
	margin-right:15px; 
} 

