/*コンテンツ_2　左全体コンテナ　ニュース*/
#news {
	height: auto;
	padding: 0px;
	margin: 20px auto;
	width: 575px;
	border-top: 1px solid #CCCCCC;
	display: block;
}
/*ニュース　テーブル*/
#news #news_table {
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 573px;
	font-size: 12px;
	color: #6b615a;
	background: #f7f7ef;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#news #news_table .news_tr {
	margin: 0px;
	padding: 0px;
	width: 573px;
	border-bottom: 1px solid #e7e7e7;
	height: auto;
	overflow: hidden; /* heightを戻す */
}
#news #news_table .news_tr .td_n1 {
	width: 105px;
	float: left;
	height: 30px;
	background: url(../img/button/icon/arrow_s/icn_arrow_black.gif) no-repeat right;
	margin: 0px;
	padding: 0px;
}
#news #news_table .news_tr .td_n1 p {
	margin-left: 18px;
	margin-top: 8px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#news #news_table .news_tr .td_n2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 468px;
	float: right;
}
#news #news_table .news_tr .td_n2 h5 {
	margin: 10px 0px 8px 5px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
}
#news #news_table .news_tr .td_n2 p {
	margin: 10px 0px 8px 5px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 12px;
}
#news #news_table .news_tr .td_n2 a {
	text-decoration: none;
	color: #6b615a;
}
#news #news_table .news_tr .td_n2 a:hover {
	text-decoration: underline;
	color: #ce6518;
}
#news #news_table .news_tr .td_n2 a:active {
	text-decoration: underline;
	color: #ce6518;
}
#news #news_table .news_tr .td_n2 em {
	font-style: normal;
}
#news #news_table .news_tr .td_n3 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
