@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 "matomegray";
 :shortdesc "Template for livedoor Blog";
 :created "2013-01-31";
 :release [:revision "1.01"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/22919574.html>;
 :rights "NHN Japan Corp.".
*/


body{
	margin:0;
	padding:0;
	color:#333;
	background:#CCE4F8 url(http://livedoor.blogimg.jp/news4wide/imgs/2/7/27e2c7d4.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:right bottom;

}
	body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
	input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

	a:link{color:#233a5B;text-decoration:none;}
	a:visited{color:#233a5B;text-decoration:none;}
	a:active{color:#233a5B;text-decoration:none;}
	a:hover{color:#E00000;text-decoration:underline;
	cursor: crosshair;}
	a img:hover{
	filter: alpha(opacity=85);-moz-opacity: .85;opacity:.85;}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}

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

#geniee 	{
        width: 680px;
	margin: 0 auto;
        overflow: hidden;
        display: none;
}

.left{
	float : left ;
	margin: 0 auto;
	width: 335px;
	height: 260px;

}
.right{
	float : left;
	margin: 0 auto;
	width: 335px;
	height: 260px;

}

#niee 	{
        width: 790px;
	margin: 0 auto;
        overflow: hidden;
}

.le{
	float : left ;
	margin: 0px 43px 0px 40px;
	width: 300px;
	height: 260px;

}
.ri{
	float : left ;
	margin: 0px 5px 0px 45px;
	width: 345px;
	height: 260px;

}

#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color:#666;
}


#gad-fixed{
	background:#FFFFFF;
	float: left;
	margin-left:0;
	width: 280px;
    border-top: 1px solid rgb(174, 186, 195);
    border-right: 1px solid rgb(174, 186, 195);
    border-bottom: 1px solid rgb(174, 186, 195);
    border-left: 1px solid rgb(174, 186, 195);
}


/* ヘッダー タイトル,画像部分
----------------------------------------------- */
#blog-header01 .header-inner01{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 220px;
	background: url(http://news4wide.livedoor.biz/banner_wide.png) no-repeat top ;
}

#blog-header01 .header-inner01.show-image{
	height: auto;
}

#banner_img{
	width: 1100px;
	height: 220px;
	margin:0px 0px 0px 0px;
	background: url(http://livedoor.blogimg.jp/widetest/imgs/1/5/15ec2339.png) no-repeat top ;
	text-align:left;
	border:0;
}

.header-inner01 hgroup{
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 0px;
	width: 1100px;
	height: 190px;
}

.header-inner01 hgroup h1{
	width: 1100px;
	text-shadow: 0 1px 6px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=3)";
	display:block;
}

.header-inner01 hgroup h1 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}

.header-inner01 hgroup h2{
	margin: 10px 0 0 3px;
	width: 1100px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-shadow: 0 1px 3px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)";
}
    .twitter-timeline {
              min-width:808px!important;
       }


.header-inner01.show-image img#blog-header-image{
	width: 100%;
}

.header-inner01.hide-text hgroup{
	display: none;
}
.header-inner01.show-image.hide-text{
	background: none !important;
}
.header-inner01.show-image.hide-text img:hover{
	opacity: 0.8;
}

/* ヘッダー　グレー部分
----------------------------------------------- */
#blog-header02{
	position: absolute;
	bottom: 0;
	*left: 0;
}

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

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33333333,EndColorStr=#33333333);
	background-color: #555555;
	background: rgba(0,0,0,0.7);
}

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


/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
	float: left;
	width: 765px;
	height: auto;
	border-left: 1px solid #000000 ;
}

ul.header-menu li{
	float: left;
	border-top: 1px solid #323232;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	color: #ffffff;
	list-style: none;
	font-size: 12px;
}

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

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

ul.header-menu li a:hover{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11111111,EndColorStr=#11111111);
	background-color: #111111;
	background: rgba(0,0,0,0.8);
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	float: right;
	margin-right: 0px;
	padding-top: 5px;
	width: 325px;
}

.header-sarch img{
	margin-top: -2px;
}

.header-sarch img:hover{
	opacity: 0.6;
}

.header-sarch li{
	float: left;
	margin-left: 10px;
	list-style: none;
}


/* 検索 */
.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 {
	outline: 0;
	border: 1px solid #aaa;
}

.header-sarch input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0px 0 21px;
	width: 130px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;
}

.header-sarch input.sfbtn {
	float: right;
	width: 60px;
	height: 20px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	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%);
	text-shadow: 0 1px 0 #fff;
	font-size: 10px;
	-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{
	position: relative;
	margin: 10px auto;
	padding: 1px 0 30px;
	width: 1098px;
}

.left-container,
.main-container,
.right-container{
	overflow: hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	display: inline;
	float: left;
	width: 100%;
}

.main-column-inner{

	margin: 0 0 0 290px;
}

/* コンテンツ　左側のカラム */
.left-container{
	background:#FFFFFF;
	display: inline;
	float: left;
	margin-left: -100%;
	width: 280px;
    border-top: 1px solid rgb(174, 186, 195);
    border-right: 1px solid rgb(174, 186, 195);
    border-bottom: 1px solid rgb(174, 186, 195);
    border-left: 1px solid rgb(174, 186, 195);
}
.left-column-inner{
	margin-left: 0px;

}

/* コンテンツ　右側のカラム */
.right-container{
	display: inline;
	float: left;
	margin-left: -210px;
	width: 200px;
}
.right-column-inner{
	margin-right: 0px;
}

.left-container:after,
.right-container:after {
	display: block;
	visibility: hidden;
	content: ".";
}

.center-freespace-title{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px;
	background:#E00000;
	border:rgb(174, 186, 195) solid 1px;
	margin-bottom:0px;
	overflow:hidden;
}

.center-freespace{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	padding:5px 0 5px 0;
	line-height:80%;
	background:#FFFFFF;
	border:rgb(174, 186, 195) solid 1px;
	overflow:hidden;
	width:806px;
 	text-align:center;
}

.center-ad {
 	text-align:center;
}

/* 画像付きRTorコメントリスト
----------------------------------------------- */
.listWithImage{
	margin-left: 0px;
}

.listWithImage li{
	margin-bottom: 0 !important;
}

.listWithImage li:hover{
	opacity: 0.6;
}

div.popularArticlesWithImage.A{
	background:#FFFFFF;
	margin: 0 ;
}

div.popularArticlesWithImage.A ul{
	margin: 0 0 10px;
}

div.popularArticlesWithImage.A ul li{
	/*border: 1px solid #cfcfcf;*/
}

div.popularArticlesWithImage.A ul li a{
/*	border: 2px solid #cfcfcf!important;*/
}

div.popularArticlesWithImage.A div.title{
	padding: 5px 4px 0 4px;
	/*color: #ffffff !important;*/
}

.side div.popularArticlesWithImage.A div.title{
	padding: 6px 4px;
	/* font-size:11px; */
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0 5px;
	/*background: #cfcfcf!important;*/
	/*text-shadow: none !important;*/
}

.menu{
	color:#000;
	font-size:11px;
	margin:10px;
	text-align:right;
}



/* BlogRoll
----------------------------------------------- */
/*全体の設定*/
.rss-blogroll:after{
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.rss-blogroll{
	margin: 10px 0;
	padding: 3px 0;
	border: 2px solid #b0b0b0;
    zoom: 100%;
}

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

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	padding: 3px 0;
	padding-top: 0;
	border-bottom: 1px dashed #c2c2c2;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}

.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

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


.rssads{
	font-weight:bold;
}


/* BlogRoll
----------------------------------------------- */
/*広告*/
.main-container-ads{
	margin-bottom: 10px;
	text-align:center;
}


/* メッセージボード
----------------------------------------------- */
.message-board-outer{
	margin-bottom: 10px !important;
	padding: 10px;
	border: 3px solid #484848;
	background: #eaeaea;
	font-size: 16px;
	line-height: 1.6;
}

.message-board-outer a{
	text-decoration: none;
}

.message-board-outer a:hover{
	text-decoration: underline;
}


/* 記事タイトル
----------------------------------------------- */
.article-title{
		color:#000;
	background:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:2px 5px;
	margin:5px 0px 0px 0px;
	border-bottom:#FF6633 2px solid;
	border-left:#FF6633 7px solid;
    border-top: 1px solid rgb(174, 186, 195);
    border-right: 1px solid rgb(174, 186, 195);

}

.article-title a{
	color:#233a5B;
	font-weight:bold;
     vertical-align: middle;
	text-decoration:none;
}

.article-title a:hover{
	color:#E00000;
	text-decoration:underline;
}


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

.article-header-inner {
	padding: 13px 5px;
	background: #FFFFFF;
    border-right: 1px solid rgb(174, 186, 195);
    border-left: 1px solid rgb(174, 186, 195);
	zoom: 100%;
}

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

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

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

.article-header-commentnum{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_comment.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 16px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_category.png) no-repeat left 50%;
	font-size: 12px;
	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: #333;
	text-decoration: none;
}

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

/*記事の評価アイコン*/
.article-rating img{
	vertical-align: middle;
}

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


/* 記事本文
----------------------------------------------- */
.date{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	background:#E00000;
	border: rgb(174, 186, 195) solid 1px;
	margin-bottom:2px;
}

.article-body{
    border-right: 1px solid rgb(174, 186, 195);
    border-left: 1px solid rgb(174, 186, 195);
	background:#FFFFFF;
	padding: 0 20px;
	margin-bottom:15px;
}

.article-body a{
	color:#233a5B;
	text-decoration:none;
}
.article-body a:hover{
	color:#E00000;
	text-decoration:underline;
}
.article-body a:visited{
	color:#233a5B;
}

.ninja-recommend-block2 {
padding: 0px;
line-height:100%;
margin: 0px;
}

/*引用*/
.article-body-inner blockquote{
	font-size:16px;
	margin: 1px 5px;
	background-color: #DEEFF8;
	background-image:url(http://news4wide.livedoor.biz/blockquote.gif);
	padding: 5px 5px 5px 5px;
	border: #0099CC 1px solid;
}
.article-body-inner blockquote:before{
	display: none;
}

/*.amazon_under {
	margin: 30px 0px 0px;
	background-color: #ffa0a0;
	background-image:url(http://news4wide.livedoor.biz/back.gif);
	border: #ff8080 1px solid;
	padding: 10px 20px;
	font-weight: bold;
     }*/


/*続きを読む*/
.article-body-continue{
	margin:5px 0 0;
	padding:17px 0px;
	font-size:20px;
	font-weight:bold;

	display:block;
}

.t_b {
font-size:20px;
line-height:150%;
margin: 0px 0px 0px 15px;
}
.t_baa {
font-size:12px;
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
line-height:110%;
margin: 0px 0px 0px 15px;
}
.t_baa2 {
font-size:14px;
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
line-height:110%;
margin: 0px 0px 0px 15px;
}

/*AA*/
.aa{
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px;
line-height:80%;
background: none;
}

.aas{
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:11px;
line-height:110%;
background: none;
}

.aaa{
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:14px;
line-height:110%;
background: none;
}
p.twitter_followme {
position: fixed;
top: 140px;
right: 0px;
}

p.ind {margin: 0px 0px 0px 15px;
font-size:18px;
	line-height:150%;
}

p.ind2 {margin: 0px 0px 0px 20px;
font-size:15px;
	line-height:140%;
}

p.indaa {margin: 0px 0px 0px 15px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	line-height:110%;
}

p.indaa2 {margin: 0px 0px 0px 15px;
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	line-height:110%;
}

/* 記事下の記事情報　（個別記事ページのみ）
----------------------------------------------- */
.article-footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-footer {
	padding: 10px;
	background: #ffffff;
	color: #333333;
	zoom: 100%;
    border-right: 1px solid rgb(174, 186, 195);
    border-left: 1px solid rgb(174, 186, 195);
}


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

.article-footer .article-footer-comment a{
	color: #333;
	text-decoration: none;
}

.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}

.blogroll-channel5,
.blogroll-channel5 * {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    border: none;
    text-align: left;
    font-weight: bold;
}

.blogroll-channel5 {
　　float: left;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 20px;
}

.blogroll-channel5 .blogroll-list-wrap {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style-image: url(http://blogroll.livedoor.net/blogroll/icons/-common-/1.gif);
    font-weight: bold;
}

.blogroll-channel5 .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    border-bottom: 1px dotted #999999;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
}


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

/* サイドナビゲーション
----------------------------------------------- */
div.side-navi {
position:fixed;
right:0px;
left:auto;
bottom:0px;
z-index:100;
}
div.side-navi ul{
margin:0;padding:0;
list-style:none;
}
div.side-navi ul li{
margin:0;padding:0;
line-height:40px;
text-align:center;
}
div.side-navi ul li a{
margin:0;padding:0;
display:block;
width:45px;
height:45px;
font-size:11px;
color:#ffffff;
text-decoration:none;
background:#000000;
border:solid #f0f0f0;
border-width:0 1px 1px 1px;
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
div.side-navi ul li a:hover{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
div.side-navi ul li:first-child a{
border:1px solid #f0f0f0;
border-radius:5px 5px 0 0;
}
div.side-navi ul li:last-child a{
border-radius:0 0 5px 5px;
}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
height:35px;
padding-top:10px;
}
div.side-navi ul li.sn-comment{
line-height:15px;
}
div.side-navi ul li.sn-comment a{
height:37px;
padding-top:8px;
}
div.side-navi ul li.sn-prev a{
background:#000000 url("http://news4wide.livedoor.biz/left.gif") no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
background:#000000 url("http://news4wide.livedoor.biz/right.gif") no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
background:#000000 url("http://news4wide.livedoor.biz/up.gif") no-repeat 50% 25%;
}



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

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px;
	border-bottom:#FF6633 2px solid;
	border-left:#FF6633 9px solid;
	margin-bottom:1px;
	background:#FFFFFF;

}

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

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

.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}

.article-sub-category a:visited,
.article-sub-popular a:visited{
}

/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 18px;
}

.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}

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




/* コメント　トラックバック
----------------------------------------------- */
.article-option{
	background:#FFFFFF;

}
.article-option-title{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px;
	border-bottom:#FF6633 2px solid;
	border-left:#FF6633 9px solid;
	background:#FFFFFF;
	margin-top: 0px;

}

#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	margin-top: 0px;
	padding-left: 18px;
	background:#FFFFFF;
}

/*コメントのセット,トラックバックのセット*/
.comment-set{
	padding: 0;
	border-top: 1px dashed #cccccc;
	color: #333333;
	list-style: none;
	font-size: 16px;
	background:#FFFFFF;
	margin-top: 0px;
}
#trackbacks .comment-set{
	padding: 10px 0;
}

.comment-set:first-child{
	border-top: none;
}

.comment-info, .trackback-set {
	margin: 10px 0;
}

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

/*コメント主の名前,トラックバックのブログタイトル*/
.comment-author{
	margin-right: 5px;
	font-weight: normal;
}

.comment-author a{
	color: #0033cc;
	text-decoration: none;
}

.comment-author a:hover{
	color: #0033cc;
}


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

.comment-body{
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
	font-size: 16px;
	background:#FFFFFF;
}


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


/* コメントフォーム
----------------------------------------------- */
.comment-form-title{
		color:#000000;
		font-size:16px;
		font-weight:bold;
		padding:5px 5px;
		border-bottom:#FF6633 2px solid;
		border-left:#FF6633 9px solid;
		margin-bottom:1px;
	background:#FFFFFF;
}

#comment-form{
	margin-top: 5px;
	padding: 20px 0;
	background: #ffffff;
}

/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}




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

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

/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	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: #999;
	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: #484848;
	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;
	background:#FFFFFF;
}

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

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

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

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

/*マウスオーバーについて*/
.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{
	margin-bottom: 10px;
	padding: 10px;
	background: #ededed;
	color: #333333;
}

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




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

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;

    font-size: 14px;
}

.side{
	padding: 0 10px 0 10px;

}

/*サイドカラムのリンク色*/
.sidewrapper a{
	color: #233a5B;
	text-decoration: none;
}
.sidewrapper a:hover{
	color: #E00000;
	text-decoration: underline;
}
.sidewrapper a:visited{
	color: #233a5B;
}


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

.side {
	margin: 10px 0;
	zoom: 100%;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
    margin: 0px 0px 10px;
    border-color:#E00000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    border-width: 0px 0px 0px 4px;
    border-style: none none none solid;
}

.sidetitle a{
    color: #ffffff ;
}

.sidetitle a:visited{
    color: #ffffff ;
}


/*サイドカラムのリスト*/
.sidebody{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #e5e5e5;
	line-height: 1.2;
}

.sidebody:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.sidebody.category-child {
	padding: 10px 0 0 13px;
}


/* 最新記事(画像付)
----------------------------------------------- */
.plugin-recent_articles_image{
	font-size: 13px;
	line-height: 1.2;
}


/* ギャラリー
----------------------------------------------- */
/*サムネイルのサイズは54pxにすると表示件数ヨコ3件にちょうどよいです。*/

/*ギャラリー*/
.plugin-recent_images .side{
	margin-bottom: 3px;
}

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

/*カレンダー年月*/
.calendarheadbody{
	padding: 3px 10px;
	background: #E00000;
	font-size: 12px;
	color: #ffffff;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}
.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;
}

/* 人気記事（画像付）
----------------------------------------------- */
.plugin-popular_articles_with_image li:hover{
	opacity: 0.6;
}

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

.listWithImage .plugin-popular_articles_with_image .title{
	background: #EBEBEB !important;
	color: #333333 !important;
	line-height: 1.1 !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{
	margin: 7px 0 0 10px;
	background: none !important;
}

div.popularArticlesWithImage.C div.title{
	margin: 4px 0 10px 0;
	background: none !important;
}

/*4つ以上の場合*/
.listWithImage.many li{
	margin-bottom: 10px !important;
}


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

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


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

#blog-footer #footer a{
	color: #fff;
}


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




/* -----------------------------------------------
リセット　他の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 ;
}

.sidewrapper .blogroll-channel{
	margin-bottom: 10px;
	padding: 3px 0;
	border: 1px solid #b0b0b0;
}

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


/** Google AdSense **************************/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px; }
.google-user-ad-low { margin: 10px 40px 0px; }
.ad-center { text-align:center; }
.mainCenterAFC { text-align: center; }
#mainTopAFC, #mainMiddleAFC { margin: 0 auto; width: 580px;font-weight: normal; }
#mainUnderAFC { margin: 10px 40px; }
#mainBottomAFC { margin: 0; }

.ad-outer { margin: 0 auto; padding: 5px; text-align: right; }
#mainBottomAFC .ad-outer { padding: 0px; }
.ad-outer .ad-by { margin:0 15px; font-size: 11px; }
#mainTopAFC .ad-by { display: none; }
.ad-outer .ad-box { text-align:left; }
.ad-outer .ad-box a{ display:block; margin: 0 8px 0 0!important; padding: 3px 5px!important; }
.ad-outer .ad-box a:hover { padding: 2px 4px!important; cursor: pointer; }

/* for IE */
* html .ad-outer .ad-box a{ height: 1%; }
*+html .ad-outer .ad-box a{ height: 1%; }

.ad-box .ad-title,
.ad-box .ad-url,
.ad-box .ad-description { padding-left: 18px; }
#mainTopAFC .ad-box, #mainMiddleAFC .ad-box { width: 280px; float: left; }
.ad-box span.ad-url { display: block; }
#mainUnderAFC .ad-box span.ad-url { display: inline; margin-left: 20px; padding-left: 0; }

/* clearfix */
#mainTopAFC .ad-outer, #mainMiddleAFC .ad-outer { zoom: 1; }
#mainTopAFC .ad-outer:after,
#mainMiddleAFC .ad-outer:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.ad-by a, .ad-by a:hover { color: #000000; font-weight: bold; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size: 14px; color: #0000fe; font-weight: bold; text-decoration: underline; line-height:150%; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size: 11px; color: #009000; white-space: nowrap; overflow: hidden; line-height:150%; }
.ad-box a span.ad-description { display: block; font-size: 12px; color: #000000; line-height:150%; }
.ad-box a:hover span.ad-description { display: block; font-size: 12px; color: #000000; }
.ad-box a {
	background:url(http://livedoor.blogimg.jp/news4wide/imgs/9/5/95034db6.gif) 3px 5px no-repeat;
}
.ad-box a:hover{
	background:url(http://livedoor.blogimg.jp/news4wide/imgs/9/5/95034db6.gif) 2px 4px no-repeat;
	border: 1px solid #ff6633;
	-moz-border-radius: 5px; /* for fx */
	-webkit-border-radius: 5px; /* for safari */
}

.ad-outer2 { padding-top: 0; }

/**  for ncb  **/

#mainTopAFC    .ad-box-ncb,
#mainMiddleAFC .ad-box-ncb { width: 270px; float: left; }
#mainTopAFC    .ad-box-ncb span.ad-url,
#mainMiddleAFC .ad-box-ncb span.ad-url { display:block; }

/* link */
.ad-box-ncb {
	text-align:left;
	padding:5px;
	background:url(http://livedoor.blogimg.jp/news4wide/imgs/9/5/95034db6.gif) 3px 8px no-repeat;
	display:block;
	line-height:1.5;
}
.ad-box-ncb:hover {
	padding:4px;
	background:url(http://livedoor.blogimg.jp/news4wide/imgs/9/5/95034db6.gif) 2px 7px no-repeat;
	border:1px solid #ff6633;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* title */
.ad-box-ncb span.ad-title a { font-size:14px; color:#0000fe !important; font-weight:bold; text-decoration:underline; margin-left: 18px; }
.ad-box-ncb span.ad-title a:hover { text-decoration:none; }
/* url */
.ad-box-ncb span.ad-url a { font-size:11px; color:#008000 !important; text-decoration:none; padding-left: 18px; }
.ad-box-ncb span.ad-url a:hover  { }
#mainUnderAFC .ad-box-ncb span.ad-url a { display: inline; margin-left: 20px; padding-left: 0; }
/* description */
.ad-box-ncb span.ad-description { font-size:12px; color:#000000 !important; display:block; padding-left: 18px; }

/**  /for ncb  **/


/* sp1001
----------------------------------------------- */
.pcNone { display: none;}

.spNone { display: block !important;}