@charset "utf-8";

.content_page_title,
.page_title {
	background: url(../img/h1_bg.jpg) no-repeat;
}

table.news_list {
	clear: both;
	border-collapse: collapse;
	width: 635px;
	margin: 0 auto;
}
table.news_list tr {
	border-bottom: 1px dotted #B6B5B8;	/* IEで出ない */
}
table.news_list th,
table.news_list td {
	vertical-align: top;
	padding: 8px 4px;
}
table.news_list th {
	white-space: nowrap;
	width: 80px;
	border-bottom: 1px dotted #B6B5B8;
	font-weight: normal;
	padding-right: 0;
}
table.news_list td {
	border-bottom: 1px dotted #B6B5B8;
	padding-left: 15px;
	background: url(../../shared/img/icon_ar_black_mini.gif) left 11px no-repeat;
}

