/* CSS Document */

.news-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news-list li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.newslist_date {
	vertical-align: top;
	padding-right: 10px;
	font-size: 12px;
	line-height: 14px;
}
.newslist_title {
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
}
.newslist_th01 {
	font-size: 12px;
	text-align: left;
}
.newslist_th01 h3 {
	font-size: 14px;
	background-image: url(../img/pict/arrow_01.gif);
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-right: 1em;
}
.newslist_td03 {
	line-height: 14px;
	vertical-align: top;
	font-size: 12px;
}
.news_detail_date {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news_detail_title {
	font-size: 16px;
	color: #0051B5;
	line-height: 130%;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00469B;
	background-color: #F0F0F0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	background-image: url(../img/common/title_back_shasen.jpg);
}
.news_detail_body {
}
