@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
@import url(http://blogroll.livedoor.net/css/default2.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "matomeblue";
 :shortdesc "Design template for livedoor Blog";
 :created "2012-12-18";
 :release [:revision "1.04"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/21370311.html>;
 :rights "LINE Corporation".
**/


body {
	font-family: "Meiryo UI",Meiryo,メイリオ,"Hiragino Kaku Gothic ProN",sans-serif;
	background:#fff2f2 url("http://hantasy.com/img/gradation.jpg") repeat-x 0px 0px;
}

/* -----------------------------------------------
ヘッダー
----------------------------------------------- */


/* ヘッダー　ブルーのエリア
----------------------------------------------- */

#blog-header01{
	border-bottom: 1px solid #fe5d5d;
	background: #d55b32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d55b32 0%, #a52a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d55b32), color-stop(100%,#a52a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d55b32 0%,#a52a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55b32', endColorstr='#a52a01',GradientType=0 ); /* IE6-9 */
}

#blog-header01 .header-inner01{
	margin:0 auto;
	width:970px;
	display:table;
	padding:0px 0;
}

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:0px;
	width:230px;
	*width:230px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	padding:5px 0px;
}
hgroup h1{
	width:230px;
	*width:230px;
	height: 92px;
	background: url("http://hantasy.com/img/hantasy.gif") no-repeat transparent;

}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
	display:block;
	height:0px;
	overflow:hidden;
	padding:90px 0px 0px;
	width:230px
}
hgroup h2{
	width:230px;
	margin:5px 0 0 3px;
	color:#ffffff;
	font-size:14px;
	display:none;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:728px;
	text-align: right;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
.header-inner01 .lwi div.popularArticlesWithImage.A,
.side div.popularArticlesWithImage.A{
	margin:5px 0px !important;
}
.header-inner01 .lwi div.popularArticlesWithImage.A div.title,
.side div.popularArticlesWithImage.A div.title{
	font-weight:bold !important;
	line-height:1.2 !important;
}
.header-inner01 .lwi li,
.side div.popularArticlesWithImage.A li{
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}
.header-inner01 .lwi li:hover,
.side div.popularArticlesWithImage.A li:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
	-ms-filter: "alpha( opacity=70 )";
	 -moz-opacity:0.70;
}
.header-inner01 .lwi div.popularArticlesWithImage.A ul li{
	margin-bottom:0px !important;
}
.side div.popularArticlesWithImage.A ul li{
	margin-bottom:5px !important;
}
.header-inner01 .lwi div.popularArticlesWithImage.A ul li a,
.side div.popularArticlesWithImage.A ul li a{
	-webkit-transition: border-color 0.5s ease;
	   -moz-transition: border-color 0.5s ease;
	    -ms-transition: border-color 0.5s ease;
	     -o-transition: border-color 0.5s ease;
	        transition: border-color 0.5s ease;
}
.header-inner01 .lwi div.popularArticlesWithImage.A ul li a:hover{
	border:#fe5d5d 3px solid !important;
}
.side div.popularArticlesWithImage.A ul li a:hover{
	border:#0079ff 3px solid !important;
}
.header-inner01 .lwi div.popularArticlesWithImage.A div.title{
	margin:0px 3px 3px 3px !important;
	width:124px !important;
	padding:4px 3px !important;
}
.side div.popularArticlesWithImage.A div.title{
	margin:0px 3px 3px 3px !important;
	width:194px !important;
	padding:4px 3px !important;
}


/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	zoom:100%;
	background: #3d0c10; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d0c10 0%, #581318 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d0c10), color-stop(100%,#581318)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d0c10 0%,#581318 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d0c10 0%,#581318 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d0c10 0%,#581318 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d0c10 0%,#581318 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0c10', endColorstr='#581318',GradientType=0 ); /* IE6-9 */
}

#blog-header02 .header-inner02{
	margin:0 auto;
	width:970px;
}

#blog-header02 .header-inner02:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:auto;
	border-left:1px solid #000000 ;
	height:auto;
	float:left;
}

ul.header-menu li{
	color:#ffffff;
	font-size:16px;
	list-style:none;
	float:left;
	border-top:1px solid #581318;
	border-bottom:1px solid #a82817;
	border-right:1px solid #a82817;
}

ul.header-menu li a{
	padding:0 18px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	border-right:1px solid #000000;
}

ul.header-menu li:first-child a{
	border-left:1px solid #a82817;
}

ul.header-menu li a:hover{
	background: #c12a36; /* Old browsers */
	background: -moz-linear-gradient(top,  #c12a36 0%, #da5a1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c12a36), color-stop(100%,#da5a1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c12a36 0%,#da5a1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c12a36 0%,#da5a1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c12a36 0%,#da5a1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c12a36 0%,#da5a1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12a36', endColorstr='#da5a1c',GradientType=0 ); /* IE6-9 */
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:auto;
	float:right;
	padding-top:10px;
}
.header-sarch img{
	margin-top:0px;
	-webkit-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
	    -ms-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
}
.header-sarch img:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
	-ms-filter: "alpha( opacity=60 )";
	 -moz-opacity:0.60;
}
.header-sarch li{
	float:left;
	list-style:none;
	margin-left:20px;
}

/* 検索 */
.header-sarch input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

.header-sarch input.sf,
.header-sarch input.sfbtn {
	border: 1px solid #aaa;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.header-sarch input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	vertical-align: top;
	width: 225px;
	*width: 180px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-sarch input.sfbtn {
	border-left: 0;
	border-radius: 0 10px 10px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 75px;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	-webkit-transition: color 0.5s ease;
	   -moz-transition: color 0.5s ease;
	    -ms-transition: color 0.5s ease;
	     -o-transition: color 0.5s ease;
	        transition: color 0.5s ease;
}
.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #fe5d5d;
}
.header-sarch form{
	padding:0;
	margin:0px;
}

/* -----------------------------------------------
コンテンツ
----------------------------------------------- */

#wrapper{

}


/* コンテンツのカラム幅
----------------------------------------------- */

/* コンテンツ全体 */
#container{
	width:970px;
	margin:5px auto;
	position: relative;
	background-color:#ffffff;
	box-shadow: 0px 0px 5px #cccccc;
	 -moz-box-shadow: 0px 0px 5px #cccccc;
	  -webkit-box-shadow: 0px 0px 5px #cccccc;
	   -o-box-shadow: 0px 0px 5px #cccccc;
	    -ms-box-shadow: 0px 0px 5px #cccccc;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:232px;
	float:left;
	margin:5px 0px 0px 0px;
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
	height:0;
}
.ads-container{
	float:left;
	margin:5px 0px 0px 5px;
}
.ads-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
	height:0;
}
/* コンテンツ　中央メインのカラム */
.main-container{
	width:728px;
	float:left;
	padding:0px 0px;
	margin:0px 0px 20px 5px;
}

/* コンテンツ　右側のカラム */
.right-container{
	width:190px;
	float:left;
}


/* コンテンツ　３カラムの上のエリア
----------------------------------------------- */

/*画像付きRTorコメントリスト*/
.listWithImage{
	margin-left:5px;
}
.listWithImage li{
	margin-bottom:0px !important;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}

.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}

.listWithImage div.popularArticlesWithImage.A div.title{
	color: #000000 !important;
	padding-bottom: 2px;
	font-weight:normal;
	line-height:1.3 !important;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}


/* コンテンツ　中央メインのカラム
----------------------------------------------- */

/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
	border:1px solid #cfcfcf;
	margin-bottom:0px;
	padding: 3px 0;
	border-radius: 3px 3px 0px 0px;
	 -moz-border-radius: 3px 3px 0px 0px;
	  -webkit-border-radius: 3px 3px 0px 0px;
	   -o-border-radius: 3px 3px 0px 0px;
	    -ms-border-radius: 3px 3px 0px 0px;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:3px;
	width:319px;
	height:250px;
	overflow: auto;
	float: left;
	font-size: 12px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.4;
	font-size: 12px;
	padding: 0px 0;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 0px;
	text-decoration: none;
	color:#cc0000;
}
.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}
.rss-blogroll .blogroll-channel .blogroll-list a:visited{
	color:#cc9900;
}


/*NEWの文字の設定*/
.rss-blogroll .blogroll-new-entry{
	color:#ff4500;
	font-size: 11px;
	font-weight: normal;
}


/*メッセージボード*/
.message-board-outer{
	padding: 10px 5px;
	color: #666666;
	background-color:#f5f5f5;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	margin:5px 13px !important;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}

.ads-article{
	margin:8px 0px 0px 0px;
}
.ads-article:after{
	content: "."; 
	display: block; 
	visibility:hidden;
	height:0px;
}
.article.first-article{
	margin:12px 0px 0px 0px;
}
.article{
	margin:5px 0px 12px 0px;
}
.article:after,
.article:before{
	content: "."; 
	display: block; 
	visibility:hidden;
	height:0px;
}
.article-inner,
.article-inner2{
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	border:#cfcfcf 1px solid;
	box-shadow: 0px 0px 2px #cccccc;
	 -moz-box-shadow: 0px 0px 2px #cccccc;
	  -webkit-box-shadow: 0px 0px 2px #cccccc;
	   -o-box-shadow: 0px 0px 2px #cccccc;
	    -ms-box-shadow: 0px 0px 2px #cccccc;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
}
.article-inner2{
	margin-top:5px;
	padding-top:5px;
}
.article-inner:after,
.article-inner:before,
.article-inner2:after,
.article-inner2:before{
	content: "."; 
	display: block; 
	visibility:hidden;
	height:0px;
}

/*記事タイトル*/
.article-title{
	padding:18px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:26px;
	line-height:1.2;
	border-left:5px solid #690000;
	margin:0px 5px;
	text-shadow: 0px 2px 3px #000000;
	background: #d55b32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d55b32 0%, #a52a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d55b32), color-stop(100%,#a52a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d55b32 0%,#a52a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55b32', endColorstr='#a52a01',GradientType=0 ); /* IE6-9 */
}
.article-title a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.article-title a:hover{
	text-decoration:underline;
	text-shadow: 0px 0px 5px #cc0000;
}
.article-title a:visited{
	color:#ffffff;
}

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
	border-left:5px solid #999999;
	padding:6px 5px 6px 5px;
	background:#f0f0f0;
	background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
	margin:0px 5px 5px;
	zoom:100%;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-header-top {
	zoom:100%;
	float:left;
	padding-top:3px;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	padding-left:18px;
	margin:0px 10px 0px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_date.png) no-repeat left 50%;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	padding-left:12px;
	margin:0px 6px 0px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_category.png) no-repeat left 50%;
}
.article-header-category li{
	list-style:none;
}
.article-header-category dt{
	display:none;
}
.article-header-category dd{
	padding: 0 4px;
	float:left;
}
.article-header-category dd a {
	color:#666666;
	text-decoration:none;
}
.article-header-category dd a:hover,
.article-header-date a:hover{
	text-decoration:underline;
}
.article-header-date a,
.afc a{
	color:#666666;
	text-decoration:none;
	padding-left:18px;
	margin:5px 0px 5px 0;
	font-size:12px;
	line-height: 1.3;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_comment.png) no-repeat left 50%;
}
.article-header-comments a{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_comment.png) no-repeat left 50%;
	color:#666666;
	text-decoration:none;
	padding-left:18px;
	margin:5px 0px 5px 0;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
.article-social-btn{
	float:right;
	list-style:none;
}
.article-social-btn li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.article-social-btn .twitter{
	width:100px;
}
.article-social-btn .hatena{
	padding-bottom:12px;
}
.article-social-btn .google{
	padding-bottom:2px;
}
.article-social-btn .pocket{
padding-top:2px;
}
.article-social-btn a{
	color:#666666;
	text-decoration:none;
}
.article-social-btn a:hover{
	text-decoration:underline;
}


/*記事本文*/
.article-body{
	line-height:1.6;
	margin:0px 0px 0px;
	padding:0px 15px 0px;
	color:#333333;
}
.article-body a{
	color:#cc0000;
	text-decoration:underline;
}
.article-body a:visited{
	color:#cc9900;
}
.article-body a:hover{
	text-decoration:none;
	color:#0079ff;
}
.article-body-inner{
	font-weight:normal;
	font-size:18px;
}
/*引用*/
.article-body-inner blockquote{
	background: #fafafa;
	padding:10px 6px;
	font-size:18px;
	font-weight:bold;
	border:#d5d5d5 2px solid;
	margin:6px 0px 6px 0px;
	color:#5c5c5c;
}
.article-body-inner blockquote p{
	margin:0px 0px 10px 0px;
}
.article-body-inner blockquote blockquote{
	border:#999999 1px solid;
	background-color:#fafaf5;
	margin:6px 0px;
	padding:6px;
	font-size:16px;
	color:#808080;
}
.article-body-inner blockquote td{
	background-color:#ffffff;
}
.article-body-inner blockquote:before{
	display:none;
}
.aa,.aaa,.aaaa,.comment-form-title{
	font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	font-weight:normal;
}
.aa{
	font-size:16px;
	line-height:18px;
}
.aaa{
	font-size:12px;
	line-height:14px;
}
.aaaa{
	font-size:11px;
	line-height:11px;
}

.aa dl,
.aa dd{
	line-height:normal;
}

.aa dt{
	margin-top:2em;
	font-size:12px;
}

.aa dd{
	margin-left:2em;
	font-size:12px;
}

.aa dt b{
	color:#008000;
}

.article-body h4{
	border-left:#bbbbbb 5px solid;
	padding:5px;
	background:#f5f5f5;
	margin-right:-10px;
	margin-left:-10px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 );
}
.article-body h4:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.pict{
	margin-left:0px;
	margin-right:0px;
	vertical-align:bottom !important;
}
img,input[type="image"]{
vertical-align:middle !important;
}
.article-body table{
	font-weight:normal;
}
/*続きを読む*/
.article-body-continue{
	margin:5px -10px 5px;
	padding:2px 12px;
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	background:#f7f7f7;
	border:#cfcfcf 1px solid;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	font-size: 18px;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
	display:block;
	text-align:center;
}
.article-body-continue:hover{
	background:#eeeeee;
	color:#0079ff;
	border:#666666 1px solid;
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}
a.abm{
	text-decoration:none;
}

.article-tags{
	font-size:12px;
	font-weight:normal;
}
.article-tags a{
	color:#999999;
text-decoration:none;
}
.article-tags a:visited{
	color:#999999;
}
.article-tags a:hover{
	color:#999999;
	text-decoration:underline;
}

.afit{
	float:left;
	margin:10px 10px 0px 0px;
	border:2px solid #cc0000;
	box-shadow: 0px 0px 5px #666666;
	 -moz-box-shadow: 0px 0px 5px #666666;
	  -webkit-box-shadow: 0px 0px 5px #666666;
	   -o-box-shadow: 0px 0px 5px #666666;
	    -ms-box-shadow: 0px 0px 5px #666666;
}
.afit:hover{
	border:2px solid #0079ff;
}
.adn{
	color:#666666;
	font-size:18px;
}
.adn:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*記事下の記事情報　（個別記事ページのみ）*/
.article-footer:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer {
	zoom:100%;
	margin-bottom: 10px;
	padding: 10px;
	color: #666666;
	background: #ffffff;
}
.linkwithin_div{
	background-color:#ffffff;
	padding:0px;
	margin:0px 0px;
}
.linkwithin_inner{
	width:auto !important;
}
.linkwithin_posts{
	margin:0px 4px !important;
}
.linkwithin_div a{
	color:#cc0000;
	text-decoration:none;
}
.linkwithin_div a:visited{
	color:#cc9900;
}
.linkwithin_div a:hover{
	color:#cc0000;
	text-decoration:underline;
}
#linkwithin_logo_0{
	margin:0px !important;
}

/*コメント - 記事下の記事情報*/
.article-footer .article-footer-comment{
	padding-left:18px;
	margin:4px 10px 5px 13px;
	font-size:12px;
	line-height: 1.3;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_comment.png) no-repeat left 50%;
	float:left;
}
.article-footer .article-footer-comment a{
	color: #666666;
	text-decoration: none;
}
.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}

/*ソーシャルボタン - 記事下の記事情報*/
.article-footer .article-social-btn{
	float:right;
}

.fads{
	margin:0px 5px 10px 17px;
}


/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */

/*サブリストの共通タイトル*/
.article-sub-category h3,
.article-sub-popular h3,
.related-articles.with-image h3 {
	margin: 10px 5px 10px 5px;
	padding:10px 12px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	background-color:#f5f5f5;
	border-bottom:#e1e1e1 1px solid;
	background: -moz-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 );
}
.related-articles.with-image ul {
padding-left:18px;
}
.linkwithin_text{
	font-size:18px !important;
	color:#666666 !important;
	background-color:#f5f5f5 !important;
	margin:5px 5px 5px 5px!important;
	padding:10px 12px !important;
	font-weight:bold !important;
	border-bottom:#e1e1e1 1px solid !important;
	background: -moz-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 );
}

/*カテゴリの最新記事 , 人気記事ランキング */
.related-articles,
.article-sub-popular {
	padding-bottom: 0px;
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color:#cc0000;
	text-decoration: none;
}
.article-sub-category a:visited,
.article-sub-popular a:visited{
	color:#cc9900;
}
.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}



/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 18px;
}
.article-sub-category li{
	padding: 0 0 5px 13px;
	background: url(http://hantasy.com/img/arrow.gif) no-repeat left 5px;
	list-style: none;
}


/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}
.linkwithin_textlist li{
	padding: 0 0 5px 13px !important;
	background: url(http://hantasy.com/img/arrow.gif) no-repeat left 5px !important;
	list-style: none !important;
}


/* コメント　トラックバック
----------------------------------------------- */

/*タイトル - コメント/トラックバック共通*/
.article-option{
	margin:0px 0px !important;
}
.article-option-title,
.zenback-module-label{
	margin: 0px 5px !important;
	padding:10px 12px !important;
	color: #666666 !important;
	font-size: 18px !important;
	background: #f5f5f5 !important;
	border-bottom:#e1e1e1 1px solid !important;
	background: -moz-linear-gradient(top, #fafafa 0%, #f5f5f5 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5)) !important;
	background: -webkit-linear-gradient(top, #fafafa 0%,#f5f5f5 100%) !important;
	background: -o-linear-gradient(top, #fafafa 0%,#f5f5f5 100%) !important;
	background: -ms-linear-gradient(top, #fafafa 0%,#f5f5f5 100%) !important;
	background: linear-gradient(to bottom, #fafafa 0%,#f5f5f5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 ) !important;
}


/* コメント トラックバック　共通利用
----------------------------------------------- */

/*コメントエリア　トラックバックエリア*/
#comments ol,
#trackbacks ol{
	margin-bottom: 5px;
	padding-left: 0px;
}
#trackback-form{
	margin:10px 5px !important;
}

/*コメントのセット　トラックバックのセット*/
.comment-set{
	padding: 10px 5px;
	color: #666666;
	background-color:#f5f5f5;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	list-style: none;
	margin:5px 13px;
}
.comment-set:first-child{
	margin-top:10px
}


/*コメントの番号　トラックバックの番号*/
.comment-number{
	margin-right: 10px;
}


/*コメント主の名前　トラックバックのブログタイトル*/
.comment-author{
	color: #227a22;
	margin-right: 0px;
	font-weight:normal;
}
.comment-set a{
	color: #cc0000;
	text-decoration: none;
}
.comment-set a:hover{
	color: #cc0000;
	text-decoration:underline;
}


/*コメントの日時とID　トラックバックの日時*/
.comment-date{
	color: #666666;
	padding-left:0px;
}

.comment-body{
	padding-bottom: 0;
	font-size: 13px;
	color: #666666;
	padding-left:10px;
	margin:0px 0px;
}


/*トラックバックの記事*/
.comment-url a{
	color: #cc0000;
}


/* コメントフォーム
----------------------------------------------- */

.comment-form-title{
	font-weight: bold;
	font-size:18px;
	padding:0px 5px;
	color:#619c10;
}

#comment-form{
	margin: 5px 13px 10px !important;
	background: #f5f5f5;
	padding: 20px 0;
	border:#e1e1e1 2px solid;
}

/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating {
 	display: none;
}


/* -----------------------------------------------
ナビゲーション
参考URL：http://wiki.livedoor.jp/staff/d/DesignTemplate/Navigation
----------------------------------------------- */

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*ナビゲーション共通*/
.pager{
	font-size:12px;
	color:#666666;
	margin:5px 5px 0px 5px;
}

/*数字の色*/
.pager a{
	color:#666666;
}
ol.paging-number li.current span{
	color:#666666;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	background:#f7f7f7;
	border:#aaaaaa 1px solid;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 5px;
}


/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
	background:#dddddd;
	color:#999999;
	border:#808080 1px solid;
	background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #dddddd 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #dddddd 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #dddddd 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ul.index-navigator li.current span{
	margin: 0 0 0 0px;
	padding:0 6px;
	line-height: 25px;
}
ul.index-navigator{
	height:25px;
	margin:0 0 7px 0;
}

ul.index-navigator li.paging-number{
	margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px !important;
}



/* 個別記事ページ
----------------------------------------------- */

/*ナビゲーション全体*/
.article-pager-type2 ul.article-pager,
.article-pager-type2 ul.archives-pager{
	padding: 0 0 0 0;
}

.article-pager-type2 ul.article-pager li,
.article-pager-type2 ul.archives-pager li{
	margin: 0;
}


/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	padding-left: 20px;
	width: 280px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	word-wrap:break-word;
}


/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	padding-right: 10px;
	width: 280px;
	float: right;
	text-align: right;
	word-wrap:break-word;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_next.png) no-repeat right 3px;
}


/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	padding: 0 ;
	width: 280px;
	font-size: 12px;
	color: #666666;
	word-wrap:break-word;
	display: block;
}

/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}

ul.article-pager:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#zenback{
	margin-right:0px;
	margin-left:0px;
}
#zenback a{
	color:#cc0000;
	text-decoration:none;
}
#zenback a:hover{
	text-decoration:underline;
}
#zenback a:visited{
	color:#cc9900;
}
#zenback-widget #zenback-related-article .zenback-module-item.hasthumb{
	padding:0px 2px 9px !important;
        margin:0px 5px 2em !important;
	width:127px !important;
	height:140px !important;
}
.zenback-module-item-thumbnail,
.zenback-module-item-title{
        width:127px !important;
}
.zenback-module-content{
	margin:0px 10px !important;
}
#logly-lift-869470{
        margin:0px 10px !important;
}

#zenback-widget .zenback-module-label a,
#zenback-widget .zenback-module-label span{
	color:#666666 !important;
}
/* カテゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*アーカイブのタイトルの全体設定*/
.archives-header{
	background:#fafafa;
	color:#666666;
	background:#f0f0f0;
	background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
	padding: 10px;
	margin:5px 0px 5px 0px;
}


/*アーカイブのタイトル*/
.archives-header h1{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#i2i-00610620-viewwrap{
	margin:0px auto !important;
}
#i2i-15a675c9be31438acfd-wrap{
	margin:0px 0px 10px -35px !important;
}

/* -----------------------------------------------
サイド
----------------------------------------------- */

/* サイドカラム共通設定
----------------------------------------------- */

/*サイド右上広告*/
.left-container-art{
	border:#cfcfcf 1px solid;
	margin:0px 0px 5px 5px;
	padding:5px;
	box-shadow: 0px 0px 2px #cccccc;
	 -moz-box-shadow: 0px 0px 2px #cccccc;
	  -webkit-box-shadow: 0px 0px 2px #cccccc;
	   -o-box-shadow: 0px 0px 2px #cccccc;
	    -ms-box-shadow: 0px 0px 2px #cccccc;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
}
.left-container-ads,
.left-container-lnk{
	border:#cfcfcf 1px solid;
	margin:0px 0px 5px 5px;
	padding:5px 0px;
	box-shadow: 0px 0px 2px #cccccc;
	 -moz-box-shadow: 0px 0px 2px #cccccc;
	  -webkit-box-shadow: 0px 0px 2px #cccccc;
	   -o-box-shadow: 0px 0px 2px #cccccc;
	    -ms-box-shadow: 0px 0px 2px #cccccc;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
}
.left-container-ads{
	padding-top:10px;
}
.sidewrapper{
	font-size:12px;
	line-height:1.3;
	border:#cfcfcf 1px solid;
	margin:0px 0px 5px 5px;
	box-shadow: 0px 0px 2px #cccccc;
	 -moz-box-shadow: 0px 0px 2px #cccccc;
	  -webkit-box-shadow: 0px 0px 2px #cccccc;
	   -o-box-shadow: 0px 0px 2px #cccccc;
	    -ms-box-shadow: 0px 0px 2px #cccccc;
	border-radius: 3px 3px 3px 3px;
	 -moz-border-radius: 3px 3px 3px 3px;
	  -webkit-border-radius: 3px 3px 3px 3px;
	   -o-border-radius: 3px 3px 3px 3px;
	    -ms-border-radius: 3px 3px 3px 3px;
}

/*サイドカラムのリンク色*/
.left-container .sidewrapper a{
	color:#cc0000;
	text-decoration:none;
}
.left-container .sidewrapper a:visited{
	color:#cc9900;
}
.left-container .sidewrapper a:hover{
	color:#0079ff;
	text-decoration:underline;
}


.article-body-inner img,
.zenback-module-item-image,
.left-container-lnk a img{
	-webkit-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
	    -ms-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
}

.article-body-inner a:hover img,
.zenback-module-item-image:hover,
.left-container-lnk a img:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-ms-filter: "alpha( opacity=70 )";
	 -moz-opacity:0.70;
}


/* plugin全体への設定 */
.side:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.right-container .side {
	zoom:100%;
	margin:10px 0;
	padding:0 5px;
}


/*サイドカラムのタイトル*/
.left-container .sidetitlebody{
	padding:5px 11px;
	color:#666666;
	background-color:#f5f5f5;
	border-bottom:#e1e1e1 1px solid;
	margin:0px 0px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}
.right-container .sidewrapper .sidetitle a{
	color:#ffda03;
}

/*サイドカラムのリスト*/
.sidebody{
	padding-top:6px;
	padding-bottom:6px;
	line-height:1.4;
	padding-left:8px;
	background:url("http://hantasy.com/img/arrow.gif") 0px 11px no-repeat transparent;
border-bottom:1px #cfcfcf solid;
}
.sidebody:first-child{
	border-top:none;
}
.sidebody:last-child{
border-bottom:none;
}
.sidebody.category-child{
	padding-left:13px;
}

.message-properties{
	color:#ffffff;
}
.message-name dt,
.message-detail dt{
	color:#ffde79;
}

/* 左カラム専用スタイル
----------------------------------------------- */

/*左カラムの共通設定*/
.left-container .side{
	zoom:100%;
	background-color:#ffffff;
	margin:0px 0px;
	padding:5px 10px;
}


/* 最新記事(画像付)
----------------------------------------------- */
.left-container .plugin-recent_articles_image{
	font-size: 12px;
	line-height: 1.4;
}
.recent-article-image li img{
	border:#cc0000 2px solid !important;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}
.recent-article-image li img:hover{
	border-color:#0079ff !important;
	filter:alpha(opacity=70);
	opacity:0.7;
	-ms-filter: "alpha( opacity=70 )";
	 -moz-opacity:0.70;
}

/* ギャラリー
----------------------------------------------- */

/*ギャラリー共通スタイル*/
.plugin-recent_images .side{
	margin-bottom: 0;
}
.galleryThumbnail li{
	float: left;
	padding: 0 10px 0 0;
}

/*ギャラリー左カラム*/
.left-container .plugin-recent_images .side{
	padding: 0 0 0 10px;
}

.left-container .plugin-recent_images li{
	width: 53px;
	height: 62px;
	*width: 51px;
	*height: 51px;
}
.left-container .plugin-recent_images img{
	width: 51px;
	height: 51px;
}

/*ギャラリーが右カラム*/
.right-container .plugin-recent_images .side{
	width: 310px
}
.right-container .plugin-recent_images li{
	width: 93px;
	height: 103px;
	*width: 91px;
	*height: 91px;
}
.right-container .plugin-recent_images img{
	width: 91px;
	height: 91px;
}


/* カレンダー
----------------------------------------------- */

/*カレンダー共通設定*/
.plugin-calendar_default{
	font-size:14px;
	margin:0 0 20px 0;
}

/*カレンダー年月*/
.calendarheadbody{
	padding: 5px 10px;
	background: #990000;
	font-size: 14px;
	color: #ffffff;
}
.calendarheadbody a{
	color: #ffffff;
}
.calendarheadbody a:visited{
	color: #ffffff;
}

/*カレンダーの体裁*/
.plugin-calendar_default table{
	border-collapse: separate;
	border-spacing: 1px;
}
.calbody{
	color:#8d8d8d;
}
table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
.right-container table.caltblday td a:link{
	color:#ffde79;
	background:#982b33;
}
.right-container table.caltblday td a:hover{
	text-decoration:underline;
	background:#ffffff;
	color:#cc0000;
}
.right-container table.caltblday td a:visited{
	color:#ffffff;
	background:#982b33;
}

/*曜日*/
.sun{
	color:#ff5d59;
	font-weight:bold;
}
.sat{
	color:#4e8cff;
	font-weight:bold;
}
.weekday{
	font-weight:bold;
}


/* 人気記事（画像付）
----------------------------------------------- */


div.popularArticlesWithImage.B:hover a,
div.popularArticlesWithImage.C:hover a{
	text-decoration:none !important;
}

.listWithImage .plugin-popular_articles_with_image .title{
	color: #666666 !important;
	line-height: 1.1 !important;
	background:#fff2f2 !important;
}

div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet{
	display: inline !important;
	text-shadow:none !important;
}

div.popularArticlesWithImage.B div.title{
	background:none !important;
	margin:10px 0 0 10px;
}
div.popularArticlesWithImage.C div.title{
	background:none !important;
	margin:10px 0 0 0;
}
.populararticles-rank b{
	color:#666666;
}
/* 相互RSS
----------------------------------------------- */

.sidewrapper .blogroll-channel{
	border:none;
	margin-bottom:10px;
	padding: 3px 0;
}

.sidewrapper .blogroll-channel .blogroll-list{
	padding:3px !important;
	list-style-type: none;
	line-height: 1.3;
	font-size: 13px;
	border-bottom: #cfcfcf 1px solid;
	padding: 3px 0;
	padding-top:0;
}


/* -----------------------------------------------
フッター
----------------------------------------------- */

/*フッターの全体設定*/
#blog-footer{
	margin-top:30px;
	height:80px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #fe5d5d;
	background: #d55b32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d55b32 0%, #a52a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d55b32), color-stop(100%,#a52a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d55b32 0%,#a52a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d55b32 0%,#a52a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55b32', endColorstr='#a52a01',GradientType=0 ); /* IE6-9 */
}


/*フッターのコピーライト部分*/
#blog-footer #footer{
	height:80px;
	color:#ffffff;
	line-height:80px;
}
#blog-footer #footer a{
	color:#ffffff;
	text-decoration:none;
}


/*トップへ戻る*/
.to-pagetop {
	bottom: -105px;
	position: absolute;
	right: -5px;
}


/* -----------------------------------------------
リセット　他のCSSが影響している場合にここでリセットします
----------------------------------------------- */

/* reset for template_6thgen.css
----------------------------------------------- */

body.layout-2col .message-board{
	margin-top:0;
}


/* reset for template.css
----------------------------------------------- */

.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe{
	margin: 0 ;
}
