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

.paginate {
    text-align: center;
}
.prev_next {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.entry_archive {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cccccc;
}

/*サブカテゴリリストのツリー化*/
.widget-list .widget-list {
    margin-left: 0px;
}
ul.tree ul li {
	margin: 0 0 0 8px;
	padding-left: 8px;
	background-image: url(http://aozei-h.com/images/tree_lst.gif);
	background-repeat: no-repeat;
	list-style: none;
}
ul.tree ul li.tree_end {
	background-image: url(http://aozei-h.com/images/tree_end.gif);
	background-repeat: no-repeat;
}