@charset "utf-8";
/* CSS Document */

.news_block_01 {
	font-size: 12px;
	color: #444;
	float: left;
	width: 650px;
	margin-left: 70px;
	text-align: left;
}
.news_block_01 ul li {
	font-size: 12px;
	line-height: 25px;
	color: #454545;
	background-image: url(../images/list_01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.news_block_01 ul li a {
	font-size: 12px;
	line-height: 25px;
	color: #21171C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #21171C;
}
.news_block_01 ul li a:hover {
	font-size: 12px;
	line-height: 25px;
	color: #38213B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #38213B;
}
