@charset "utf-8";
#main h2 {
	padding-left: 0px;
	border-left-width: 0px;
}
#main .right {
	text-align: right;
	clear: both;
}
#news .tableArea {
	width:60%;
	float: left;
}
#news table {
	text-align: left;
	margin-left:140px;
}
#news th {
	width: 30%;
	vertical-align:top;
}
#news td {
	text-align: right;
	border-right: none;
}
#news .rightBorder {
	border-right: 1px #CCCCCC solid;
}
