#social_R{
	float: right;
	width: 140px;
	border-left: 1px dotted #CCCCCC;
	padding:0 10px;
}
#social_L{
	float: left;
	width: 500px;
}

#learned{
	padding-bottom: 15px;
}
#learned li{
	padding:5px 0;
	clear:both;
	height:90px;
	border-top: 1px dotted #CCCCCC;
}
#learned p.pic{
	float:left;
	padding-right:10px;
}
#learned li p.pic img {
	margin:4px;
	padding:2px;
	border:1px solid #ccc;
	height: 50px;
	width: 50px;
}
#learned li p.subject{
	padding-bottom:3px;
	font-weight: bold;
}
#learned li p.subject a{
	font-size:10pt;
	color:#000;
	text-decoration:none;
}
#learned li p.memo{
	font-size:12px;
	color:#666;
	line-height:16px;
	letter-spacing:1px;
	padding:0 10px;
}
#learned li p.author{
	color:#666;
	padding:5px 10px 0;
	font-size:12px;
	text-align: right;
}
#learned p.more{
	clear:both;
	font-size:12px;
	padding:5px 0;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
	background:url(/images/icon/arrow.png) no-repeat 402px 7px;
}

#newmember{
	padding-bottom:15px;
}
#newmember li{
	float:left;
	padding:5px 2px;
	height:74px;
	width: 60px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	display:block;
	overflow: hidden;
}
#newmember li a{
	font-size:12px;
	color: #333333;
}
#newmember li a img{
	margin:4px;
	padding:2px;
	border:1px solid #ccc;
	height: 50px;
	width: 50px;
	display:block;
}
#newmember p.more{
	clear:both;
	font-size:12px;
	padding:2px 0;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
	background:url(/images/icon/arrow.png) no-repeat 12px 6px;
}

#chattopic{
	padding-top: 10px;
	border-top: 2px solid #CCCCCC;
}
#chattopic p.more{
	font-size:12px;
	padding:5px 10px;
	text-align: right;
	background:url(/images/icon/arrow.png) no-repeat 392px 7px;
}

#richlist{
	clear:both;
	padding-top: 10px;
	border-top: 2px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
}
#richlist li{
	padding:5px 0;
	clear:both;
	height:55px;
	border-top: 1px dotted #CCCCCC;
}
#richlist p.pic{
	float:left;
}
#richlist li p.pic img {
	margin:0 4px;
	padding:2px;
	border:1px solid #ccc;
	height: 50px;
	width: 50px;
}

