.left_box {
	font-size: small;
	text-decoration: none;
	margin: 5px;
	float: left;
	width: 190px;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: none;
	list-style-image: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.li_leftbox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	list-style-type: none;
	position: absolute;
	width: 100%;
	font-size: small;
	line-height: 20px;
	display: none;
	margin-left: -20px;
}
.left_box a {
	display: block;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
	list-style-image: url(../img/top/listmark_tri.gif);
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
	text-indent: 7px;
}
.left_box a:hover {
	background-color: #CFCDE4;
	color: #0066FF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0000FF;
	text-decoration: none;
}
.left_box a:visited {
	color: #000099;
}
.left_box a:active {
	color: #FF6600;
	background-color: #FFFFCC;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FF9900;
}
