@charset "UTF-8";

.newsTit01{
	background-image: url(../../img/news_img/news_tit.gif);
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 630px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.newsListTit01{
	background-image: url(../../img/news_img/news_list_tit.gif);
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 630px;
}

.newsDataBox{
	padding:10px 0px 20px 0px;
}

.newsListData {
	background-image: url(../../img/news_img/news_list_line.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}

.newsListDataLast {
	padding-bottom: 20px;
	padding-top: 10px;
}

.newsListDataTitle {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}

.newsListDataDate {
	font-size: 10px;
	line-height: 150%;
	color: #018DE0;
}
.newsListDataTxt {
	font-size: 12px;
	line-height: 150%;
	padding-top: 5px;
}

