@charset "utf-8";
#news-feed dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	overflow: hidden;
}
#news-feed dt {
	float: left;
	margin-right: 10px;
}
#news-feed dd {
	padding-left: 90px;
}

#blog-bnr {
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
}
#news-feed h2, #fb-wall h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
