div.category_list {
	float: left;
	width: 210px;
	margin-top: 5px;
	height: 300px;
}
div.category_list div.section_name {
	width: 210px;
	border: 2px solid #eee;
	margin-top: 5px;

	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #EFFFEF;
	cursor: pointer;
	padding-bottom: 3px;
}
div.section_name {
	background-image: url("../image/bg_right.png");
	color: white;
}
div.section_group {
	width: 100%;
	cursor: pointer;
}
div.category_list div.category_name {
	width: 210px;
	border: 1px solid #eee;
	border-top: 0px;
	height: 20px;
	height: auto;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	cursor: pointer;
}

div a {
	text-decoration: none;
}
div a:hover {
	text-decoration: none;
}