/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: none;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 16px;
}

.box .category .cat_lvl_0 {
	background: url('../image/bullet_1.png') no-repeat 0px 5px;
	font-weight: bold;
	color: #ff9900;
}

.box .category .cat_lvl_1 {
	background: url('../image/bullet_2.png') no-repeat 0px 5px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 13px;
}

.box .category .cat_lvl_2 {
	background: url('../image/bullet_3.png') no-repeat 0px 3px;
	padding-left: 55px;
	font-size: 13px;
}

.box .category .cat_lvl_3 {
	background: url('../image/bullet_4.png') no-repeat 0px 3px;
	padding-left: 70px;
	font-size: 13px;
}

.box .category .cat_lvl_4 {
	background: url('../image/bullet_5.png') no-repeat 0px 3px;
	padding-left: 85px;
	font-size: 13px;
}