@charset "utf-8";

/* category */

#wrapper #contents #category {
	background:url(../images/category_bg.png) repeat-y;
	margin-bottom:10px;
}
#wrapper #contents #category h3 {
	background:url(../images/category_folder.png) no-repeat left center;
	padding-left:25px;
	margin:0 20px;
	font-size:110%;
}
#wrapper #contents #category ul {
	background:#fefebe;
	margin:0px 20px 10px 20px;
	padding:5px;
}
#wrapper #contents #category ul li {
	float:left;
	margin:5px;
}
#wrapper #contents #category ul li a{
	float:left;
	display:block;
	padding:0px 9px 0px 5px;
	border-right:solid 1px #eee;
	white-space:nowrap;
}


/* newshop */

#wrapper #contents #newshop {
	background:url(../images/newshop_bg.png) repeat-y;
	margin-bottom:10px;
}
#wrapper #contents #newshop ul{
	margin:10px 20px;
}
#wrapper #contents #newshop li{
	border-bottom:solid 2px #99cc00;
	padding:7px 10px;
}
#wrapper #contents #newshop li.color0{
	background:#edfdbd;
}
#wrapper #contents #newshop li.color1{
	background:#fff;
}

#wrapper #contents #newshop h3 {
	font-size:110%;
	margin-bottom:0.2em;
}
#wrapper #contents #newshop h3 .cname{
	margin-left:5px;
	color:#999;
	font-weight:normal;
	font-size:90%;
}


/* result */

#wrapper #contents #result {
	background:url(../images/result_bg.png) repeat-y;
	margin-bottom:10px;
}
#wrapper #contents #result ul{
	margin:10px 20px;
}
#wrapper #contents #result li{
	border-bottom:solid 2px #99cc00;
	padding:7px 10px;
}
#wrapper #contents #result li.color0{
	background:#edfdbd;
}
#wrapper #contents #result li.color1{
	background:#fff;
}

#wrapper #contents #result h3 {
	font-size:110%;
	margin-bottom:0.2em;
}
#wrapper #contents #result h3 .cname{
	margin-left:5px;
	color:#999;
	font-weight:normal;
	font-size:90%;
}


/* newtweet */

#wrapper #contents #newtweet {
	background:url(../images/newtweet_bg.png) repeat-y;
	margin-bottom:10px;
}
#wrapper #contents #newtweet ul{
	margin:10px 20px;
}
#wrapper #contents #newtweet li{
	border-bottom:solid 2px #5fbefe;
	padding:7px 10px;
}
#wrapper #contents #newtweet li.color0{
	background:#eaf6fe;
}
#wrapper #contents #newtweet li.color1{
	background:#fff;
}
#wrapper #contents #newtweet h3 {
	font-size:110%;
	margin-bottom:0.2em;
}
#wrapper #contents #newtweet h3 .cname{
	margin-left:5px;
	color:#999;
	font-weight:normal;
	font-size:90%;
}
#wrapper #contents #newtweet h3 .timestamp{
	margin-left:5px;
	color:#999;
	font-weight:normal;
	font-size:90%;
}

