@charset "UTF-8";
/* CSS Document */

#body .thumbs{
	width:124px;
	float:left;	
}


#body .thumb{
	width:120px;	
	padding:1px;
	margin-bottom:5px;
	border:solid 1px #c7c7c7;
}

#body .thumb img{
	border:solid 2px #f0f0f0;
}

#body .name{
	width:200px;
	float:left;	
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

#body .text {
	float:left;
	width:415px;
	margin-left:40px;
}

#body .title {
	margin:0px 0px 40px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}

#body .subtitle{
	margin:0px;
	padding:0px;
	line-height:18px;
	font-weight:bold;
}


#body .link{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	background:url(../image/icon_popup.gif) no-repeat;
	background-position: left center;
	font-size:11px;
	line-height:11px;
}

#body .point{
margin-right:5px;
}

