/* 2階層目からツリー化 */

#sidebar .tree li li,
#links-left .tree li li,
#links-right .tree li li{
    padding: 0 0 0 16px;
    background: url(tree_lst.gif) no-repeat 5px 0em;
}

#sidebar li li li.end,
#links-left li li li.end,
#links-right li li li.end {
    background-image: url(tree_end.gif);
}

/* 1階層目からツリー化  */
#sidebar .tree li,
#links-left .tree li,
#links-right .tree li {
    padding: 0 0 0 16px;
/*    list-style-type: none; */
    background: url(tree_lst.gif) no-repeat 5px 0em; 
}

#sidebar li li.end,
#links-left li li.end,
#links-right li li.end {
/*    list-style-type: none; */
    background-image: url(tree_end.gif); 
}

