@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 "NHN Japan Corp.".
*/
/*全体 1040px
左　260px
センター　735px
*/

body {
	font-family: Helvetica,Verdana,sans-serif; 
        background: url(http://blog.livedoor.jp/nemusoku/bg.jpg);
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}
a:hover{
	color: #f7734a;
}


a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:.8;
}
/*border #77a6d4*/
/* -----------------------------------------------
ヘッダー
----------------------------------------------- */


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

#blog-header01{
	/*background:#4887c7;*/
}

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

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:10px;
	width:265px;
	*width:232px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
hgroup h1{
	width:260px;
	*width:200px;
}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:222px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:600px;
	text-align: left;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

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

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

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

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

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

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

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

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


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:140px;
	float:right;
	padding-top:17px;
}
.header-sarch img{
	margin-top:-10px;
}
.header-sarch img:hover{
	opacity: 0.6;
}
.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;
        margin-top:-8px;
	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 {
        margin-top:-8px;
	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.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}
.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}


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

#wrapper{
}


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

/* コンテンツ全体 */
#container{
	width:1040px;
	margin:0 auto;
        margin-top:0px;
	position: relative;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:260px;
	float:left;
	background: #fff;
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	width:770px;
	float:left;
	margin-left:10px;
}

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


/* 記事タイトル
----------------------------------------------- */
.article-title{
        background:#f0f7ff;
        border-top:1px solid #77a6d4;
        border-right:1px solid #77a6d4;
        border-left:5px solid #4887c7;
        border-bottom:1px solid #4887c7;
        margin-top:40px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
position:relative;
    background: url("http://blog.livedoor.jp/nemusoku/nemu_com.png") repeat-y scroll 640px 0 transparent;
}

.article-title a{
	color: #1669bb;
	text-decoration: none;
	font-weight: bold;
}
.article-title h1{
width:600px;
}
.article-title a:hover{
	color: #0000ff;
	text-decoration: none;
}
.title-outer {
    background: url("http://blog.livedoor.jp/nemusoku/nemu_title_bg.png") repeat-x scroll 0 0 #f7f7f7;
}


/*カテゴリ別用*/

.article-title2{
        background:#f0f7ff;
        border-top:1px solid #77a6d4;
        border-right:1px solid #77a6d4;
        border-left:5px solid #4887c7;
        border-bottom:1px solid #4887c7;
        margin-top:0px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
position:relative;
    background: url("http://blog.livedoor.jp/nemusoku/nemu_com.png") repeat-y scroll 640px 0 transparent;
}

.article-title2 a{
	color: #1669bb;
	text-decoration: none;
	font-weight: bold;
}
.article-title2 h1{
width:600px;
}
.article-title2 a:hover{
	color: #0000ff;
	text-decoration: none;
}


/* 記事タイトル下の記事情報
----------------------------------------------- */
.article-header-inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-header-inner {
        border-right:1px solid #77a6d4;
        border-left:1px solid #77a6d4;
	margin-bottom: 0px;
	padding: 8px 5px;
	background: #fff;
	zoom: 100%;
}
.article-header-inner2:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-header-inner2 {
        border-right:1px solid #77a6d4;
        border-left:1px solid #77a6d4;
border-bottom:1px solid #77a6d4;
	margin-bottom: 0px;
	padding: 8px 5px;
	background: #fff;
	zoom: 100%;
}
/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
     display: block;
     visibility: hidden;
     height: 0;
     content: ".";
}

.article-header-top {
     zoom: 100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	float: left;
	margin: 2px 10px 2px 0;
	padding-left: 18px;
	font-size: 14px;
        color:#1669bb;
	/*line-height: 1.3;*/
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: left;
	margin: 1px 10px 1px 0;
	padding-left: 16px;
	font-size: 16px;
        font-weight:normal;
	/*line-height: 1.3;*/
}

.article-header-category li{
	list-style: none;
	/**height:14px;*/
}

.article-header-category dt{
	display: none;
}

.article-header-category dd{
	float: left;
	padding: 0 5px;
}

.article-header-category dd a {
	color: #1669bb;
	text-decoration: none;
}

.article-header-category dd a:hover{
	text-decoration: underline;
}

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



/*記事本文*/
.article-body{
	margin-bottom:0px;
	padding: 0 20px;
        background:#fff;
        border:1px solid #77a6d4;
	}
.article-body a{
	color:#0132cc;
	text-decoration:none;
}
.article-body a:hover{
	text-decoration:underline;
}
.article-body a:visited{
	/*color:#b67448;*/
}

.article-body img.pict {
    border: 1px solid #3994ef;
    margin: 10px;
    padding: 3px;
}
.article-body a img.pict{
	border: 1px solid #3994ef;
	-webkit-transition:0.15s linear;
	-moz-transition:0.15s linear;
	-o-transition:0.15s linear;
}
.article-body a:hover img.pict,.recent-article-image a:hover img.pict{
                border:1px solid #FF9966;
                opacity:0.6;
                filter: alpha(opacity=40);
                transition: all 0.20s ease-in-out;
                -webkit-transition: all 0.20s ease-in-out;
                -moz-transition: all 0.20s ease-in-out;
                box-shadow: 0px 0px 5px #FF9966;
                -webkit-box-shadow: 0px 0px 5px #FF9966;
                -moz-box-shadow: 0px 0px 5px #FF9966;
}

/*引用*/
.article-body-inner blockquote{
    background-color: #fafafa;
    border: 1px dashed #AAA;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
}
.article-body-inner blockquote:before{
	display:none;
}

/*続きを読む*/
.article-body-continue{
	margin:30px 0 30px;
	padding:8px 0 8px;
        border:2px solid #4887c7;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	background:#f0f7ff;
	display:block;
        text-align:center;
}

.article-body-continue a{
        color:#4887c7;
}
.article-body-continue a:hover{
        color:#0000ff;
        text-decoration:none;
}



/*記事下の記事情報　（個別記事ページのみ）*/
.article-footer:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer {
	zoom:100%;
	margin-bottom: 40px;
	padding: 10px;
	color: #333333;
	background: #efefef;
}


/*コメント - 記事下の記事情報*/
.article-header-inner .article-footer-comment{
	color: #1669bb;
	padding-left:18px;
	margin:1px 10px 1px 0;
	font-size:16px;
        font-weight:900;
	line-height: 1.3;
	float:right;
}
.article-header-inner2 .article-footer-comment{
	color: #1669bb;
	padding-left:18px;
	margin:1px 10px 1px 0;
	font-size:16px;
        font-weight:900;
	line-height: 1.3;
	float:right;
}
.article-footer-comment a{
	color: #1669bb;
	text-decoration: none;
        text-align:center;
}
.article-footer-comment a:hover{
	text-decoration: underline;
}

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


/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */
/*カテゴリの最新記事アウター*/
#RelatedArticles-outer{
        border-right:1px solid #77a6d4;
        border-left:1px solid #77a6d4;
        border-bottom:1px solid #77a6d4;
        background:#fff;
}
/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 0;
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
        border-top:1px solid #77a6d4;
	border-left: 5px solid #4887c7;
        border-bottom:1px solid #4887c7;
}


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


}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color: #06c;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	color: #f7734a;
}



/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 0px;
}
.article-sub-category li{
	padding: 6px 0 6px 30px;
	background: url(http://blog.livedoor.jp/nemusoku/list-arrow3.gif) 10px no-repeat;
	list-style: none;
	border-bottom: 1px solid #999;
font-size:20px;
}


/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}



#comment_outer{
	width:768px;
	background-color: #ffffff;
        border-left:1px solid #77a6d4;
        border-right:1px solid #77a6d4;
        border-bottom:1px solid #77a6d4;
        margin-bottom:0px;
}
.comment_title{
    padding:10px 0 5px 15px;
    font-size:17px;
    font-weight:bold;
    color:#4887c7;
}
.com2{
        padding:3px 0 5px 10px;
}
.comment_wrap {
        margin-bottom: 10px;
        padding: 6px 10px;
}

.comment_header span {
        color: #118D43;
        margin: 0 4px;
}

.comment_body {
        font-size: 108%;
        margin: 10px 16px;
}

.comment_footer {
        text-align: right;
}

#form_wrap {
        background-color: #FAFAFA;
        border: 1px solid #CCCCCC;
        margin: 16px;
        padding: 16px;
}

#form_wrap .all_article {
        margin: 12px 0;
}

#comment-form p {
        margin: 6px 0;
}

#comment-form #author {
        width: 200px;
}

#comment-form #text {
        height: 120px;
        width: 670px;
}

#comment-form .button {
        padding: 4px 0;
        width: 670px;
}


.comment_ad{
padding-left:2px;
margin-bottom:7px;
margin-top:0px;
background:#fff;
}

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */
/*追記*/
/*ナビゲーションアウター*/
#navi-outer{
        height:40px;
        border:1px solid #77a6d4;
        background:#fff;
        padding:20px 15px 0 15px;
}
/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
}

ul.index-navigator{
	margin: 0 0 7px !important;
}

li.paging-prev{
	margin: 0 5px !important;
}

li.paging-prev a,
li.paging-next a,
.index-navigator .paging-first a,
.index-navigator .paging-last a,
li.paging-number ol.paging-number li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	height: 32px;
	/* border: 1px solid #d5d5d5; */
	background: #87abfd;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !important;
}

li.paging-next{
	margin: 0 5px !important;
}

li.paging-prev a:hover,
li.paging-next a:hover,
.index-navigator .paging-first a:hover,
.index-navigator .paging-last a:hover,
li.paging-number ol.paging-number li a:hover,
li.paging-number ol.paging-number li.current{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	height: 32px;
	/* border: 1px solid #838383; */
	background: #2863eb;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

li.paging-number ol.paging-number li.current{
	padding: 0 0;
}

ul.index-navigator li a,
ul.index-navigator li.current{
	margin: 0 3px !important;
	height: 32px !important;
	line-height: 32px !important;
	*line-height: 30px;
	*height: 30px;
}

ul.index-navigator li.current span{
	*line-height:33px !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: 300px;
	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: 300px;
	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: 300px;
	font-size: 13px;
	color: #666;
	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;
}


/* カテゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*アーカイブのタイトルの全体設定*/
.archives-header{
	background: #ededed;
	color: #333333;
	padding: 10px;
	margin-bottom: 10px;
}


/*アーカイブのタイトル*/
.archives-header h1{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}




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

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

/*サイド右上広告*/
.right-container-ads{
	margin-bottom: 10px
}

.sidewrapper{
	font-size:14px;
        border-bottom:1px solid #77a6d4;
        border-right:1px solid #77a6d4;
        border-left:1px solid #77a6d4;
}

/*サイドカラムのリンク色*/
.sidewrapper a{
	color:#0030ff;
	text-decoration:none;
}
.sidewrapper a:hover{
	text-decoration: underline;
	color: #f7734a;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}



.sidewrapper a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:.8;
}



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


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:5px 10px;
	background:#77a6d4;
        border-left:5px solid #4887c7;
        border-bottom:1px solid #4887c7;
	color:#ffffff;
}
.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}

/*サイドカラムのリスト*/
.sidebody{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #e5e5e5;
	line-height:1.2;
}
.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child{
	padding-left:13px;
}


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

/*左カラムの共通設定*/
.left-container .side{
	padding: 0 10px 0 10px;
}
/*右カラムの共通設定*/
.right-container .side{
	padding: 0 10px 0 10px;
}


/* 画像つき最新記事
----------------------------------------------- */
.left-container ul.recent-article-image li {
    border-top: 1px dashed #AAA;
    margin-bottom: 6px;
    padding: 6px;
    margin-top:-1px;
}
.left-container ul.recent-article-image li:first-child {
    border:none; 
    margin-bottom: 6px;
    padding: 6px;
    margin-top:-1px;
}


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

/*ギャラリー共通スタイル*/
.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: #484848;
	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;
}

/*リンク背景*/
table.caltblday td a{
	color:#ffffff;
	background:#0033cc;
}
table.caltblday td a:hover{
	text-decoration:underline;
}
table.caltblday td a:visited{
	color:#ffffff;
}

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





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

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


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


/*トップへ戻る*/
.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 ;
}



/***************追記***************/

/*RSS*/

#header-rss-frame {
	width: 1035px;
	height: 370px;
	background-color: #ffffff;
	border: 1px solid #77a6d4;
	margin:0 0 10px 0;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-header-rss-frame {
	width: 765px;
	height: 197px;
	background-color: #ffffff;
	border: 1px solid #77a6d4;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-header-rss-frame iframe {
        position: absolute;
        left: -1050px;
}
/*記事中間RSS*/
#article-body-rss-frame {
	width: 700px;
	height: 450px;
	margin: 0px 10px 15px 0px;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-body-rss-frame iframe {
        position: absolute;
        left: -3400px;
}


/*記事上画像RSS*/
#header-img-rss-frame {
	width: 730px;
	height: 200px;
        margin-bottom: 8px;
        margin-right:-10px;
	overflow: hidden;
	position: relative;
        background: #e6e6e6;
}

#header-img-rss-frame iframe {
	position: absolute;
	left: -1588px;
}

/*記事中下画像RSS*/
#footer-img-rss-frame {
	width: 730px;
	height: 630px;
	overflow: hidden;
	position: relative;
margin-bottom:10px;
}

#footer-img-rss-frame iframe {
	position: absolute;
	left: -595px;
}
#article-bottom-rss-frame {
	width: 730px;
	height: 480px;
	margin: 5px 10px 20px 0px;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-bottom-rss-frame iframe {
        position: absolute;
        left: -1895px;
}


#footer-rss-frame {
	width: 750px;
	height: 710px;
	line-height: 160%;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 5px;
}

#footer-rss-frame iframe{
        position: absolute;
        left: -2640px;
}

#side-img-rss-frame {
	width: 240px;
	height: 1185px;
	background-color: #ffffff;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 0px;
}

#side-img-rss-frame iframe{
        position: absolute;
        left:0px;
}

/***広告***/
/*トップ*/
#top-ad{
        margin:0 0 7px 0;
        padding:5px 18px 0px 18px;
        background:#fff;
        border:1px solid #77a6d4;
}
#top-first-ad{
        margin:7px 0 -30px 0;
        padding:5px 18px 5px 18px;
        background:#fff;
        border:1px solid #77a6d4;
}
/*記事中間*/
#center-ad{
        width:710px;
        height:300px;
        margin:20px 0 10px 0;
        float:center;
        display:block;
}
.center-ad-left{
        float:left;
        margin:20px 0 20px 20px;
}
.center-ad-right{
        float:right;
        margin:20px 20px 0 20px;
}
/*記事最下部*/
#article-center-ad{
        border:1px solid #77a6d4;
        border-top:none;
        background:#fff;
        height:260px;
        float:center;
        padding:5px 30px 2px 30px;
}
.article-center-ad-left{
        float:left;
}
.article-center-ad-right{
        float:right;
}

/*ブログ最下部*/
#footer-ad{
        width:765px;
        height100px;
        margin:10px 0 35px 0;
        padding:2px;
        background:#fff;
        border:1px solid #77a6d4;
}


/*オススメPICK UP*/
#footer-rss-pickup{
        border-right:1px solid #77a6d4;
        border-left:1px solid #77a6d4;
        background:#fff;
}
/*オススメPICK UP タイトル*/
#footer-rss-pickup h1{
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #4887c7;
        border-bottom:1px solid #4887c7;
}
/*まとめボタン*/
#button-outer{
padding:10px 0 0 10px;
width:245px;
height:70px;
border:1px solid #77a6d4;
margin-bottom:20px;
}

/*サイドバーリンク*/
#side-link{
text-align:left;
}
#side-ad{
overflow:hidden;
width:200px;
}

.ad-sp{
        display:none;
font-size:10px;
height:300px;
width:320px;
}

#pankuzu li {
        font-size:13px;
	display: inline-block;
	_display: inline;
}
#pankuzu a{
        color:#77a6d4;
	text-decoration:none;
}
#side-ranking{
height:0px;
overflow:hidden;
}



/*--------------------------------------------------
	popularArticlesWithImage
--------------------------------------------------*/
.popularArticlesWithImage li{
border:2px solid #aaa; 
float:left; height:130px; 
margin-right:8px; 
overflow:hidden; 
padding:1px; 
position:relative; 
vertical-align:top; 
width:195px;
}
.popularArticlesWithImage li+li+li+li+li{
margin-right:0!important
}
.popularArticlesWithImage li:hover{
border:2px solid #f96;
}
.popularArticlesWithImage li .title{
background:url("http://blog.livedoor.jp/nemusoku/rt-title-bg.png") repeat scroll 0 0 transparent !important; 
bottom:1px; 
height:28px; 
left:1px; 
overflow:hidden; 
padding:4px; 
position:absolute; 
width:185px !important
}
.popularArticlesWithImage li .retweet{
font-size:12px;
background:url("http://blog.livedoor.jp/nemusoku/rt.png") no-repeat scroll 0 0 transparent !important; 
color:#fff; 
height:43px; 
line-height:24px; 
padding-top:4px; 
position:absolute; 
right:0px; 
text-align:center; 
top:0; 
width:35px; 
z-index:100;
}
#popular1 .popularArticlesWithImage{
height:116px; 
margin-bottom:6px; 
overflow:hidden
}
#popular1 .popularArticlesWithImage li{
margin-right:8px;
}
#popular2 .popularArticlesWithImage {
height: 240px;
margin-bottom: 6px;
margin-left: 6px;
overflow: hidden;
}
#popular2 .popularArticlesWithImage li{
margin-right:3px;
margin-bottom:6px;
}
#popular2 .popularArticlesWithImage li+li+li+li+li{
margin-right:3px!important
}
.popularArticlesWithImage .noimage{
background:url("http://blog.livedoor.jp/nemusoku/rt-noimage.png") no-repeat scroll 0 0 #fff;
display:block;
height:130px;
width:195px;
}



.g-rank {
  display: block;
  height: 500px;
  padding: 0 10px;
}


.sec_comment {
    font-size: 182%;
    line-height: 20px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
}
.sec_comment a {
    display: block;
    height: 40px;
    width: 75px;
font-size:25pt;
}

.sec_comment span {
    color: #333333;
    font-size: 12px !important;
    font-weight: normal;
}


/* ----------------------------------------------- */
/*

まとめるくん記事本文ｃｓｓ調整

*/
/* ----------------------------------------------- */

div#article span {
  line-height: 1.2;
}
.res_content {
  text-shadow: 1px 1px 1px #fff;
}

.res_content .res_head {
  font-size: 12px;
  margin-bottom: 16px;
}

.res_content .res_body {
  font-weight: bold;
  line-height: 1.6;
  margin-left: 10px;
}

.res_content .res_body a {
  text-decoration: none !important;
}
.res_content .res_body a:hover {
  text-decoration: underline !important;
}

.res_img a img {
  border:1px solid #ccc;
  -webkit-transition:0.1s linear;
  -moz-transition:0.1s linear;
  -o-transition:0.1s linear;
}

.res_img a img:hover {
  border-color:#052465;
  filter:alpha(opacity=80);
  opacity:.8;
}

.img_quote {
  color: #ccc;
  font-size: 8px;
  font-style: italic;
}


.blockquote {
  font-size: 5px;
  font-style: italic;
}
.res_quote{
font-weight:normal;
}
.blockquote-img {
  color: #ccc;
  font-size: 5px;
  font-style: italic;
}

.original_thread {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}

.res_body res_aa {
    font-family: "ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif !important;
    line-height:18px !important;
    font-weight:lighter !important;
}
.side_raku{
width:260px;
overflow:hidden;
float:center;
}

.id {
    color:#3366ff;
    background-color:#cccceb;
    font-weight:bold;
}




#ad_first{
width:720px;
margin-top:10px;
float:center;
}
.ad_left{
float:left;
margin-left:20px;
padding-bottom:20px;
}
.ad_right{
float:right;
margin-right:20px;
padding-bottom:20px;
}



.sp_ad{
        display:none;
}
.openh {
height:0;
overflow:hidden;
display:none;
}


/*サイドバー人気記事*/

/*--------------------------------------------------
	popularArticlesWithImage
--------------------------------------------------*/
.left-container .popularArticlesWithImage li{
border:2px solid #aaa; 
float:left; height:150px; 
margin-right:8px; 
overflow:hidden; 
padding:1px; 
position:relative; 
vertical-align:top; 
width:230px;
}
.left-container .popularArticlesWithImage li+li+li+li+li{
margin-right:0!important
}
.left-container .popularArticlesWithImage li:hover{
border:2px solid #f96;
}
.left-container .popularArticlesWithImage li .title{
background:url("http://blog.livedoor.jp/nemusoku/rt-title-bg.png") repeat scroll 0 0 transparent !important; 
bottom:1px; 
height:28px; 
left:1px; 
overflow:hidden; 
padding:4px; 
position:absolute; 
width:230px !important
}



.left-container .popularArticlesWithImage .noimage{
background:url("http://blog.livedoor.jp/nemusoku/rt-noimage.png") no-repeat scroll 0 0 #fff;
display:block;
height:150px;
width:230px;
}
.left-container .popularArticlesWithImage img {
height:143px;!important
width:225px;!important
}

.pickup1 {
line-height:24px;
color:06c;
font-weight:bold;
font-size:20px;
}

.ninja {
height:0;
overflow:hidden;
}