@charset "UTF-8";
#user-top {
	background: #7a5112;
}
#user-top .right .comment {
	background: #f5eee4;
	background: -moz-linear-gradient(top, #f5eee4, #f5f2e8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5eee4), to(#f5f2e8));
}
#shop-list .list-box h4 {
	background: #9f784d;
	border-color: #5c4015;
}
#shop-list .list-box ul {
	background: #f5eee4;
	background: -moz-linear-gradient(top, #f5eee4, #f5f2e8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5eee4), to(#f5f2e8));
  border-color: #5c4015;
}
#user-communities {
	border: 1px solid #7a5112;
	background: #f5eee4;
	background: -moz-linear-gradient(top, #f5eee4, #f5f2e8);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5eee4), to(#f5f2e8));
}
.like-comment .comment {
	background: #f5eee4;
}