a{
	text-decoration: none;
	color: #666666;
}
#slides{
padding: 10px;
margin-bottom: 20px;
}

#slides img{
	border-radius: 10px;
}


#box1{
	width: 100%;
	background: #f1416c;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	font-size: 20px;
}

#box2{
	width: 100%;
	background: #6699ff;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	font-size: 20px;
}

#box3{
	width: 100%;
	background: #ff9900;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	font-size: 20px;
}

#category_thumb{
margin-bottom: 20px;
}

#category_thumb img{
width: 80px;
padding: 5px;
border-radius: 10px;
border: 1px solid #ccc;
}

#category_thumb .name{
	font-weight: bold; 
	font-size: 13px; 
	line-height: 13px; 
	display: inline-block;
}

#shop_list{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#offer_list{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}