/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/bandtblog/mt-static/themes-base/blog.css);
@import url(/bandtblog/mt-static/support/themes/mountainbike/mountainbike.css);
/* end StyleCatcher imports */

.widget-calendar table {
width: 100%;
}
.widget-calendar caption {
text-align: center;
padding-top:5px;
font-size:12px;
}
.bt_banar_div {margin-top:15px;}
.bt_banar {margin-bottom:7px;}

.calendarbody {
font-size: 12px;
text-align: center;
background: #FFFFFF;
background: url("") 
}

/************************************************
*	アーカイブ折りたたみ 			
************************************************/
ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
}