@charset "utf-8";

.category_item {
	width: 98%;
	height: auto;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10‘Î‰ž */
}

.category_item a {
	width:100%;
	display: block;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

.category_item .explain {
}

.category_item a:hover {
	background-color: #e9e9ff;
}
