/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: none;
	padding: 0px 0px 0px 15px;
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
}

.box .category .cat_lvl_0 {
        background: url('../image/bullet_1.png') no-repeat 5px 5px;     
}

.box .category .cat_lvl_1 {
        background: url('../image/bullet_1.png') no-repeat 15px 5px;
        padding-left: 25px;
}

.box .category .cat_lvl_2 {
        background: url('../image/bullet_1.png') no-repeat 25px 5px;
        padding-left: 35px;
}

.box .category .cat_lvl_3 {
        background: url('../image/bullet_1.png') no-repeat 35px 5px;
        padding-left: 45px;
}

.box .category .cat_lvl_4 {
        background: url('../image/bullet_1.png') no-repeat 45px 5px;
        padding-left: 55px;
}