.leftnavi a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 183px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(../navi/left/left-OFF.gif);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	text-indent: 25px;
}
.leftnavi a:hover {
	color: #fff;
	background-image: url(../navi/left/left-ON.gif);
	background-repeat: no-repeat;
}
/*.leftnavi a:visited {
	color: #fff;
	background-image: url(../navi/left/left-ON2.gif);
	background-repeat: no-repeat;
}*/
.leftnavi_sub a {
	font-size: 12px;
	font-weight: bold;
	background-color:#ccc;
	color:#666;
	width: 150px;
	height: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -14px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: block;
	text-indent: 25px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #ebebeb;
}
.leftnavi_sub a:hover {
	color: #fff;
	background-color:#666666;
}
.leftnavi_title {
	font-size: 12px;
	font-weight: bold;
	background-color:#000000;
	color:#FFFFFF;
	width: 170px;
	height: 14px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 3px;
	display: block;
	text-indent: 5px;
	background-image: url(../common/leftnavi_titleBK.jpg);
	background-repeat: repeat-y;
}
