.article  .name  {
	float: left;
	width: 150px;
	text-align: right;
}
.article  .news  {
	float: right;
	width: 525px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
}
.article .news p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.article {
	background-image: url(/images/common/lin_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.article .name h3 {
	font-weight: bold;
}

