@charset "utf-8";
/* CSS Document */

.links_block_01 {
	font-size: 12px;
	color: #444;
	float: left;
	width: 650px;
	margin-left: 70px;
	text-align: left;
	height: 520px;
}
.links_block_01 ul li {
	font-size: 12px;
	line-height: 30px;
	color: #454545;
	background-image: url(../images/list_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.links_block_01 ul li a {
	font-size: 12px;
	line-height: 25px;
	color: #121d2b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121d2b;
	text-indent: 5px;
}
.links_block_01 ul li a:hover {
	font-size: 12px;
	line-height: 25px;
	color: #363d52;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363d52;
}
