#main {
	float: left;
	width: 480px;
}
#sub {
	width: 362px;
	float: right;
	padding-top: 30px;
}
#news {
	height: 130px;
	margin-bottom: 25px;
	overflow: auto;
}
#shopinfo {
	clear: both;
}
#shopinfo .box {
	width: 290px;
	float: left;
	font-size: 14px;
	line-height: 16px;
}
#shopinfo th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	width: 80px;
}
#shopinfo td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#shopinfo .photo {
	float: right;
	width: 160px;
}
#news .box {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	width: 460px;
}
#news .date {
	float: left;
	width: 60px;
	color: #42210B;
	padding-left: 10px;
}
#news .come {
	float: right;
	width: 380px;
}

