@charset "utf-8";
#sidebar dt {
	height: 22px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	margin-top: 7px;
	font-weight: bold;
	color: #FCFCFC;
	line-height: 22px;
	text-indent: 20px;
}
#sidebar dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 23px;
	text-indent: 20px;
	color: #000000;
	display: block;
	font-size: 12px;
}
#sidebar dd a {
	background-image: url(../imagese/face/line03.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #9C9C9C;
}
#sidebar dd a:hover {
	background-image: url(../imagese/face/line03_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar .keep a {
	background-image: url(../imagese/face/line03_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #FFFFFF;
}
#sidebar dl {
	text-transform: uppercase;
}

