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

/* 新着情報ページ定義 */

#news #content_inner {
	background: url(../img/bg_news.gif) repeat-y;
}
#news .column {
	clear: left;
	float: left;
	background: url(../img/bg_newsline.gif) no-repeat left bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 560px;
	_height: 1px;
}
#news .column h3 {
	font-size: 78%;
	color: #b88731;
	margin-bottom: 16px;
}
#news .column p {
	margin-bottom: 16px;
}
#news .column img {
	float: right;
	border-top: 1px solid #f0f0f0;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background: #FFFFFF;
	padding: 4px;
	clear: right;
	margin-left: 24px;
	margin-bottom: 12px;
}
#news .column p a {
	background: url(../img/bg_news_link.gif) no-repeat left top;
	padding-left: 13px;
}
#news .column p a.news_photo {
	background: none;
	padding-left: 0px;
}
/* #news .column p a img {
	background: none;
	padding-left: 4px;
} */
#news #footer_navi  {
	clear: both;
}
#news #footer_navi img {
	margin-right: 10px;
}
#news #sidebar ul {
	margin: 0px 10px 10px;
	padding-top: 10px;
}
#news #sidebar li {
	border-bottom: 1px solid #f2d6bc;
	padding-bottom: 4px;
	margin-top: 2px;
}
#news #sidebar h3 {
	font-size: 70%;
	margin-bottom: 0px;
	font-weight: normal;
}
#news #sidebar li p {
	margin-bottom: 0px;
}
#news #sidebar .footer_link {
	padding-left: 10px;
}

