@charset "utf-8";
/* CSS Document */

#LeftNavNavigation {
	width: 160px;
	float: left;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C9C9CB;
	margin-right: 20px;
}


.menu01 {
	background-image: url(../images_top/icon_nav.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-right: 5px;
	padding-left: 17px;
	line-height: 24px;
	display: block;
	border-bottom: 1px solid #c3c3c3;
	color: #666;
}

.menu01 a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

.menu01 a:visited {
	text-decoration: none;
}

.menu01 a:hover {
	text-decoration: underline;
	color: #DC1313;
}

.menu01 a:active {
	color: #666;
}


.menu01on {
	background-image: url(../images_top/icon_nav.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-right: 5px;
	padding-left: 17px;
	background-color: #eeeeee;
	line-height: 23px;
	border-bottom: 1px solid #c3c3c3;
}






