/* ---------------------------------------------------------------------
 *                               コモン
--------------------------------------------------------------------- */

br.clear {display:inline;}

div.entry-content,
div.asset-header div.asset-meta,
div#comments,
div#trackbacks {
	font-size: 80%;
}


/* ---------------------------------------------------------------------
 *                               エントリ
--------------------------------------------------------------------- */

/* .entry
--------------------------------------------- */
div.entry {
	clear: both;
	margin: 0 0 25px;
	padding: 0 0 10px;
	border-bottom: 8px solid #f0f0f0;
}
div.entry hr {
	clear: both;
}

/* .asset-header
--------------------------------------------- */
div.entry div.asset-header h3 {
	font-size: medium;
	font-weight: bold;
	color: #d68989;
	clear: both;
	padding: 0 0 2px;
	margin: 6px 0 0;
}
div.entry div.asset-header h3 a {
	display: block;
	position: relative;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #8d7666;
}
div.entry div.asset-header h3 a:hover {
	background-color: #fffafa;
	border-bottom: 1px dotted #8c1e07;
}

div.entry div.asset-header div.asset-meta {
	text-align: right;
	margin: 2px 0 16px;
}

/* .asset-content
--------------------------------------------- */
.asset-content {
	margin: 0 10px;
}

.asset-body,
.asset-more {
    overflow: hidden;
    width: 100%;
}
.asset-body:after,
.asset-more:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.asset-content em {
	font-weight: bold;
}
.asset-content strong {
	font-weight: bold;
	color: #e82c21;
}
.asset-content h3 {
	font-size: medium;
	color: #e61688;
	clear: both;
	margin: 1em 0;
	padding: 0 0 .25em 10px;
	border-left: 7px solid #e61688;
	border-bottom: 1px dotted #e61688;
}
.asset-content h4 {
	font-size: medium;
	color: #e61688;
	clear: both;
	margin: 1em 0;
	padding: 0 0 0 10px;
	border-left: 7px solid #e61688;
}
.asset-content p {
	margin: 0 0 1em;
	padding: 0;
}
.asset-content ul,
.asset-content ol,
.asset-content dl {
	margin: 0 0 1em;
	padding: 0;
}
.asset-content ul ul,
.asset-content ul ol,
.asset-content ul dl,
.asset-content ol ul,
.asset-content ol ol,
.asset-content ol dl,
.asset-content dl ol,
.asset-content dl dl {
	margin: 0;
}
.asset-content ul li {
	display: list-item;
	list-style-type: disc;
	margin-left: 1em;
}
	.asset-content ul li ul li {
		list-style-type: circle;
	}
		.asset-content ul li ul li ul li {
			list-style-type: square;
		}
			.asset-content ul li ul li ul li ul li {
				list-style-type: disc;
			}
				.asset-content ul li ul li ul li ul li ul li {
					list-style-type: circle;
				}
					.asset-content ul li ul li ul li ul li ul li ul li {
						list-style-type: square;
					}
.asset-content ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 1em;
}
	.asset-content ol li ol li {
		list-style-type: lower-latin;
	}
		.asset-content ol li ol li ol li {
			list-style-type: decimal;
		}
			.asset-content ol li ol li ol li ol li {
				list-style-type: lower-latin;
			}

.asset-content dt {
	font-weight: bold;
}
.asset-content dd {
	margin: 0 0 1em 1em;
	padding: .6em 0 0 2em;
}

.asset-content table {
	margin: 0 0 1em;
}
.asset-content table ul,
.asset-content table ol {
	margin: 0;
}



/* .asset-footer
--------------------------------------------- */
.asset-footer {
	overflow: hidden;
	clear: both;
	text-align: right;
}
.asset-footer h4 {
	display: inline;
	font-size: 80%;
	margin-bottom: 0;
}
.asset-footer ul {
	overflow: hidden;
	display: inline;
	list-style: none;
	font-size: 80%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.asset-footer ul li {
	display: inline;
	padding: 0 8px;
	margin-right: -1px;
	border-right: 1px solid #8d7666;
}


/* トラックバック
--------------------------------------------- */
div#trackbacks {
	margin-bottom: 15px;
}
div#trackbacks h2 {
	line-height: 1.2;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 15px 0;
	border-left: 3px double #340000;
}
div#trackbacks div.trackbacks-info {
	padding: 8px;
	margin: 0 10px;
	background-color: #f5f5f5;
	border: 1px dashed #555;
}
div#trackbacks div.trackbacks-info p {
	margin: 0;
}


/* コメント
--------------------------------------------- */
div#comments {}

div#comments h2 {
	line-height: 1.2;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 15px 0;
	border-left: 3px double #340000;
}

div#comments .comments-open-header {
	display: none;
}

div#comments div.comments-content {
	margin: 10px;
}
div#comments div.asset-meta span.author {
	font-weight: bold;
	padding-right: 8px;
}
div#comments div.comment-content {
	padding: 4px 0 0 8px;
	margin-bottom: 1em;
	border-left: 5px solid #ededed;
}

div#comments div.comment-reply {
	margin-left: 2em;
}

div#comments-open {
	overflow: hidden;
	padding: 10px;
	margin: 35px 10px;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

div#comments-open-data {
	float: left;
	width: 210px;
	margin: 0;
}

div#comments-open-data div {
	padding: 2px 0;
}
div#comment-form-name label,
div#comment-form-email label,
div#comment-form-url label {
	display: block;
}
div#comment-form-name input,
div#comment-form-email input,
div#comment-form-url input {
	width: 200px;
}

div#comments-open-text {
	overflow: hidden;
	float: right;
	width: 350px;
}
textarea#comment-text {
	width: 338px;
	height: 250px;
}

div#comments-open-captcha {
	float: left;
	clear: left;
	width: 210px;
}

div#comments-open-footer {
	text-align: right;
	padding: 5px;
	clear: both;
}


/* ---------------------------------------------------------------------
 *                          サイドブロック
--------------------------------------------------------------------- */

/* recent-entries Block
----------------------------------------------- */
h2#title-recent-entries {background: url(../up_images/title_recent_entries.gif) no-repeat;}

#block-recent-entries {
	font-size: 80%;
	overflow: hidden;
}

ul#recent-entries-tree {
	margin: 0;
	padding: 6px 5px 15px;
	list-style: none;
}
ul#recent-entries-tree li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#recent-entries-tree li a {
	position: relative;
	display: block;
	font-size: 80%;
	padding: 4px 4px 4px 22px;
	color: #6A5035;
	text-decoration: none;
	background: #FFFFFF url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
ul#recent-entries-tree li a:hover {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#recent-entries-tree li a.onlink {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#recent-entries-tree li img {
	vertical-align: bottom;
}

/* recent-comments Block
----------------------------------------------- */
h2#title-recent-comments {background: url(../up_images/title_recent_comments.gif) no-repeat;}

#block-recent-comments {
	font-size: 80%;
	overflow: hidden;
}

ul#recent-comments-tree {
	margin: 0;
	padding: 6px 5px 15px;
	list-style: none;
}
ul#recent-comments-tree li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#recent-comments-tree li a {
	position: relative;
	display: block;
	font-size: 80%;
	padding: 4px 4px 4px 22px;
	color: #6A5035;
	text-decoration: none;
	background: #FFFFFF url(http://www.decoller.net/../user_data/packages/default/img//bloc/bg_category.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
ul#recent-comments-tree li a:hover {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#recent-comments-tree li a.onlink {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#recent-comments-tree li img {
	vertical-align: bottom;
}

/* category Block
----------------------------------------------- */
h2#title-category {background: url(../up_images/title_category.gif) no-repeat;}

#block-category {}

ul#categorytree li {
	width: 100%;
}
ul#categorytree li a {
	position: relative;
}


/* category-monthly Block
----------------------------------------------- */
h2#title-category-monthly {background: url(../up_images/title_category_monthly.gif) no-repeat;}

#block-category-monthly {
	font-size: 80%;
	overflow: hidden;
}
#block-category-monthly div.block-side2nd h3 {
	font-size: 100%;
	margin: 0;
	padding: 4px 22px 4px;
	border-bottom: 1px dotted #CCCCCC;
}
ul#category-monthly-tree {
	margin: 0;
	padding: 6px 5px 15px;
	list-style: none;
}
ul#category-monthly-tree li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#category-monthly-tree li a {
	position: relative;
	display: block;
	font-size: 80%;
	padding: 4px 4px 4px 22px;
	color: #6A5035;
	text-decoration: none;
	background: #FFFFFF url(http://www.decoller.net/../user_data/packages/default/img//bloc/bg_category.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
ul#category-monthly-tree li a:hover {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#category-monthly-tree li a.onlink {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#category-monthly-tree li img {
	vertical-align: bottom;
}

/* monthly Block
----------------------------------------------- */
h2#title-monthly {background: url(../up_images/title_monthly.gif) no-repeat;}

#block-monthly {
	font-size: 80%;
	overflow: hidden;
}

ul#monthly-tree {
	margin: 0;
	padding: 6px 5px 15px;
	list-style: none;
}
ul#monthly-tree li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#monthly-tree li a {
	position: relative;
	display: block;
	font-size: 80%;
	padding: 4px 4px 4px 22px;
	color: #6A5035;
	text-decoration: none;
	background: #FFFFFF url(http://www.decoller.net/../user_data/packages/default/img//bloc/bg_category.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
ul#monthly-tree li a:hover {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#monthly-tree li a.onlink {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#monthly-tree li img {
	vertical-align: bottom;
}

/* recent-assets Block
----------------------------------------------- */
h2#title-recent-assets {background: url(../up_images/title_recent_assets.gif) no-repeat;}

#block-recent-assets {
	font-size: 80%;
	overflow: hidden;
}

ul#recent-assets-tree {
	list-style: none;
	width: 100%;
	margin: 8px 0;
	padding: 0;
}
ul#recent-assets-tree:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
ul#recent-assets-tree li {
	display: inline;
	float: left;
	width: 92px;
	height: 92px;
	padding: 0;
	margin: 0 2px 4px;
}
ul#recent-assets-tree li a {
	overflow: hidden;
	display: block;
	text-align: center;
	width: 90px;
	height: 90px;
	padding: 0;
	margin: 0;
	border: 1px solid #300;
}
ul#recent-assets-tree li a:hover {
	border-color: #866767;
}

/* search Block
----------------------------------------------- */
h2#title-search {background: url(../up_images/title_search.gif) no-repeat;}

#block-search {
	font-size: 80%;
	overflow: hidden;
}
#block-search div.block-side2nd form {
	padding: 5px;
}
#block-search div.block-side2nd form input#search {
	width: 115px;
}

/* search-tags Block
----------------------------------------------- */
h2#title-search-tags {background: url(../up_images/title_search_tags.gif) no-repeat;}

#block-search-tags {
	font-size: 80%;
	overflow: hidden;
}

ul#search-tags-tree {
	margin: 0;
	padding: 6px 5px 15px;
	list-style: none;
}
ul#search-tags-tree li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#search-tags-tree li a {
	position: relative;
	display: block;
	font-size: 80%;
	padding: 4px 4px 4px 22px;
	color: #6A5035;
	text-decoration: none;
	background: #FFFFFF url(http://www.decoller.net/../user_data/packages/default/img//bloc/bg_category.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}
ul#search-tags-tree li a:hover {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#search-tags-tree li a.onlink {
	color: #A57B52;
	background: #F8F2E9 url(http://www.decoller.net/../user_data/packages/default/img/bloc/bg_category_on.gif) no-repeat left center;
}
ul#search-tags-tree li img {
	vertical-align: bottom;
}

/* syndication Block
----------------------------------------------- */
h2#title-syndication {background: url(../up_images/title_syndication.gif) no-repeat;}

#block-syndication {
	font-size: 80%;
	overflow: hidden;
}
#block-syndication ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}