.col_left{
	float:left;
	padding:10px 0 20px 40px;
	width:700px;
}
.col_right{
	float:right;
	padding-right:30px;
	width:200px;
}

#news_section{
	position:relative;
}
#news_section table{
	border-collapse:collapse;
}
#news_section tr{
	background:url(../img/dotline.gif) repeat-x left bottom;
}
#news_section th,
#news_section td{
	padding:10px 5px;
	vertical-align:top;
}
#news_section th{
	padding-right:15px;
	font-weight:normal;
	white-space:nowrap;
}
#news_section tr td:last-of-type{
	width:100%;
}

#navi_news{
	position:absolute;
	top:6px;
	right:0;
}

.tp_side_navi{
	padding:25px 0 20px;
}
.tp_side_navi a{
	display:block;
	margin-top:20px;
}
