@charset "utf-8";
/* CSS Document */

.left_submenu_block ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	margin-bottom: 10px;
	line-height: 15px;
}
.title_01 {
	color: #291a03;
	font-size: 16px;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 15px;
}
.title_02 {
	font-size: 13px;
	color: #4C6279;
	margin-top: 15px;
	margin-bottom: 10px;
}
#inner ul li {
	line-height: 25px;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #665E55;
	margin-left: 30px;
}
#inner ul li a {
	color: #665E55;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #665E55;
	text-decoration: none;
}
#inner ul li a:hover {
	color: #B99A00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B99A00;
}
.summary {
	margin-left: 50px;
	color: #8E8E8E;
}

.line_01 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	float: left;
	width: 650px;
	margin-bottom: 20px;
}

