/* 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/cityscape-la/cityscape-la.css);
/* end StyleCatcher imports */



#header { 
    border-color: #00214b;  
    background: #82bdd9 url(http://aozei-h.com/images/circle.jpg) no-repeat left top;
}
#header-name a {
    color: #f06304;
}
.paginate {
    text-align: center;
}
.prev_next {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.asset-body {
    padding-left: 10px;
    padding-right: 10px;
}
.asset-name {
    padding-top: 8px;
    padding-left: 8px;
}
.byline {
    padding-left: 16px;
}
.entry-categories {
    margin-right: 6px;
    float: right;
}
.entry-category a {
    font-size: 20px;
    font-weight: bold;
    color: #3e667e;
}
.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;
}
/*カテゴリ別エントリー記事背景*/
.golf {
    border: 1px solid #003366;
    margin-bottom: 10px;
    background-image: url(http://aozei-h.com/images/golf_bk.gif);
    background-repeat: repeat;
}
.softball {
    border: 1px solid #666600;
    margin-bottom: 10px;
    background-image: url(http://aozei-h.com/images/softball_bk.gif);
    background-repeat: repeat;
}
.marathon {
    border: 1px solid #990033;
    margin-bottom: 10px;
    background-image: url(http://aozei-h.com/images/marathon_bk.gif);
    background-repeat: repeat;
}


