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

br {letter-spacing: 0;}
br.clear {display:inline;}

/* .contentNavi
--------------------------------------------- */
div.contentNavi {
	width: 100%;
}
div.contentNavi:after{
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
div.contentNavi a,
div.contentNavi strong{
	display: block;
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 130%;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
div.contentNavi strong,
div.contentNavi a:hover{
	color: #101113;
	background-color: #d8ecf6;
	border-color: #90c6e0;
}



/* ---------------------------------------------------------------------
                          アーカイブ インデックス
--------------------------------------------------------------------- */

body.mt-archive-index div.archive-content ul {
	margin: 16px 0;
	padding: 0 10px;
	list-style: none;
}
body.mt-archive-index div.archive-content li {
	display: inline;
	margin: 0;
	padding: 0;
}
body.mt-archive-index div.archive-content li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 22px;
	text-decoration: none;
	color: #960;
	font-weight: bold;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c49680;
}
body.mt-archive-index div.archive-content li a span {
	font-weight: normal;
	color: #453021;
	padding-right: .5em;
}
body.mt-archive-index div.archive-content li a:hover {
	color: #6c4900;
	background-color: #e9d9ba;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category-on.gif");
}
body.mt-archive-index div.archive-content li a:hover span {
	color: #ab321d;
}



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

/* .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 16px;
}
div.entry div.asset-header h3 a {
	position: relative;
	display: block;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px dotted #8c1e07;
}
div.entry div.asset-header h3 a:hover {
	background-color: #ffefe7;
	border-bottom: 1px solid #8d7666;
}

div.entry div.asset-header div.asset-meta {
	text-align: right;
	margin: 0 0 16px;
	padding: 2px 0 0;
	background-color: #ffefe7;
}

/* .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 li {
	display: list-item;
	margin-left: 1em;
}
.asset-content ul li {list-style-type: disc;}
.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 {list-style-type: decimal;}
.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 div.asset-meta {
	text-align: right;
	margin: 16px 0 0;
	padding: 2px 0;
	background-color: #ffefe7;
}
.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;
}


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

/* block-blog-category
----------------------------------------------- */
h2#title-blog-category {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-category.jpg") no-repeat;
}
div#block-category li {
	display: inline;
}
div#block-category li a {
	position: relative;
}



/* block-blog-recent-entries
----------------------------------------------- */
h2#title-blog-recent-entries {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-recent-entries.jpg") no-repeat;
}

div#block-blog-recent-entries {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-recent-entries-end {
	margin: 0;
	padding: 0 0 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-recent-entries ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
div#block-blog-recent-entries li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#block-blog-recent-entries li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 22px;
	text-decoration: none;
	color: #960;
	font-weight: bold;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c49680;
}
div#block-blog-recent-entries li a:hover {
	color: #6c4900;
	background-color: #e9d9ba;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category-on.gif");
}



/* block-blog-recent-comments
----------------------------------------------- */
h2#title-blog-recent-comments {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-recent-comments.jpg") no-repeat;
}

div#block-blog-recent-comments {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-recent-comments-end {
	margin: 0;
	padding: 0 0 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-recent-comments ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
div#block-blog-recent-comments li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#block-blog-recent-comments li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 22px;
	text-decoration: none;
	color: #960;
	font-weight: bold;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c49680;
}
div#block-blog-recent-comments li a:hover {
	color: #6c4900;
	background-color: #e9d9ba;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category-on.gif");
}



/* block-blog-archive-monthly
----------------------------------------------- */
h2#title-blog-archive-monthly {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-archive-monthly.jpg") no-repeat;
}

div#block-blog-archive-monthly {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-archive-monthly-end {
	margin: 0;
	padding: 0 0 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-archive-monthly ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
div#block-blog-archive-monthly li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#block-blog-archive-monthly li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 22px;
	text-decoration: none;
	color: #960;
	font-weight: bold;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c49680;
}
div#block-blog-archive-monthly li a:hover {
	color: #6c4900;
	background-color: #e9d9ba;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category-on.gif");
}



/* block-blog-tag
----------------------------------------------- */
h2#title-blog-tag {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-tag.jpg") no-repeat;
}

div#block-blog-tag {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-tag-end {
	margin: 0;
	padding: 0 0 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-tag ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
div#block-blog-tag li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#block-blog-tag li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 22px;
	text-decoration: none;
	color: #960;
	font-weight: bold;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c49680;
}
div#block-blog-tag li a:hover {
	color: #6c4900;
	background-color: #e9d9ba;
	background-image: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-category-on.gif");
}



/* block-blog-search
----------------------------------------------- */
h2#title-blog-search {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-search.jpg") no-repeat;
}

div#block-blog-search {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-search-end {
	margin: 0;
	padding: 0 10px 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}
div#block-blog-search #search {
	width: 100px;
}


/* block-blog-recent-assets
----------------------------------------------- */
h2#title-blog-recent-assets {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-recent-assets.jpg") no-repeat;
}

div#block-blog-recent-assets {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-recent-assets-end {
	margin: 0;
	padding: 0 0 20px 10px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-recent-assets ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
div#block-blog-recent-assets ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#block-blog-recent-assets li {
	display: inline;
	float: left;
	list-style: none;
	width: 85px;
	height: 85px;
	padding: 0;
	margin: 5px 5px 0 0;
}
div#block-blog-recent-assets li.even {
	margin-right: 0;
}
div#block-blog-recent-assets li a {
	overflow: hidden;
	display: block;
	width: 83px;
	height: 83px;
	padding: 0;
	margin: 0;
	border: 1px solid #d1a190;
}
div#block-blog-recent-assets li a:hover {
	border-color: #542616;
}



/* block-blog-tag-cloud
----------------------------------------------- */
h2#title-blog-tag-cloud {
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/title-blog-tag-cloud.jpg") no-repeat;
}

div#block-blog-tag-cloud {
	margin: 0;
	padding: 0;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc.gif") repeat-y left top;
}
div#block-blog-tag-cloud-end {
	margin: 0;
	padding: 0 10px 20px;
	background: url("http://www.ichiryuu.com/blog/../user_data/packages/default/img/bloc/bg-bloc-bottom.gif") no-repeat left bottom;
}

div#block-blog-tag-cloud ul {
	margin: 0;
	padding: .5em 0 .5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#block-blog-tag-cloud ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 120%; /* ここで相対的に文字サイズを変更 */
}
div#block-blog-tag-cloud ul li a {
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee;
}
/* Tag rank 1 > 6 */
div#block-blog-tag-cloud ul li.rank1 a {
	z-index: 6;
	font-size: 167%;
	color: #424242;
}
div#block-blog-tag-cloud ul li.rank2 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
	color: #5e5e5e;
}
div#block-blog-tag-cloud ul li.rank3 a {
	font-size: 114%;
	color: #7a7a7a;
	z-index: 4;
}
div#block-blog-tag-cloud ul li.rank4 a {
	top: 5px;
	z-index: 3;
	font-size: 100%;
	color: #979797;
}
div#block-blog-tag-cloud ul li.rank5 a {
	font-size: 85%;
	color: #b3b3b3;
	z-index: 2;
}
div#block-blog-tag-cloud ul li.rank6 a {
	z-index: 1;
	font-size: 70%;
	color: #cfcfcf;
}
/* On Mouse */
div#block-blog-tag-cloud ul li a:hover {
	border-color: #666;
	z-index: 10;
	color: #000;
	background-color: #eee;
}



/* widget_syndication
----------------------------------------------- */
div#widget_syndication ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
