@charset "utf-8";
/* CSS Document */

.news_block_01 {
	font-size: 12px;
	color: #444;
	float: left;
	width: 650px;
	margin-left: 70px;
	text-align: left;
}
#middle_content 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;
}
#middle_content 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;
}
#middle_content 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;
}
.title {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 35px;
	height: 30px;
	color: #7C1324;
	font-weight: bold;
}
.subtitle {
	color: #96420e;
	font-size: 14px;
}
