@import url(http://www.kigawaya.com/mt4/mt-static/themes/style-ninja/0-import.css);

/*------------------------------
 月別アーカイブツリー表示
------------------------------*/

ul.tree {
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 100%;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
}
ul.tree li {
    margin: 0;
    padding: 3px 0 0 20px;
    background-image: url(http://www.kigawaya.com/img/tree_lst_dotted.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    padding: 3px 0 5px 20px;
    background-image: url(http://www.kigawaya.com/img/tree_end_dotted.gif);
    list-style: none;
}

