/* 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/header.jpg) no-repeat left top;
}
#header-name a {
    color: #ffffff;
}
.entry-title {
    background: url(http://aozei-h.com/images/badge.gif) no-repeat 4px 6px;
    text-indent: 20px;
}
.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;
}
/*カレンダー*/
.calendar {
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.calendar a {
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #009999;
}
.calendar a:hover {
	background-color: #ffff99;
	text-decoration: none;
	border: 1px solid #ff9999;
}

#sun {
	color: #FF0000;
	text-align: center;
}
#mon, #tue, #wed, #thu, #thu, #fri {
	text-align: center;
}
#sat {
	color: #0000FF;
	text-align: center;
}

/*エントリー記事背景*/
.asset {
    border: 1px solid #003366;
    margin-bottom: 10px;
    background-color: #e8f5ff;
}

