@charset "utf-8";
@import url(http://blog.livedoor.jp/anotokino2ch/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.".
*/


body {
	font-family: Helvetica,Verdana,sans-serif;
background: #f1f1f7;
}


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


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

#blog-header01{
	border-bottom: 5px solid #0294df;
	background-image: url("http://livedoor.blogimg.jp/anotokino2ch/imgs/6/b/6bbcc980.png");/*どちらかhttp://livedoor.blogimg.jp/anotokino2ch/imgs/a/9/a944bd7e.png  */
 background-repeat: repeat-x;
 background-attachment: scroll;
height:200px;　
}

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

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

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

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

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

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

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:744px;
	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 #323232;
	border-bottom:1px solid #6c6c6c;
	border-right:1px solid #6c6c6c;
}

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

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

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


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:420px;
	float:right;
	padding-top:17px;
}
.header-sarch img{
	margin-top:-3px;
}
.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;
	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.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;
}



/* ▼メニューバー下段▼ */
div.global_menu {
width:100%; 
margin: 0 auto;
background: #333333;
}


div#global_menu-in {
margin: 0;
padding: 0;
width:1115px; 
margin: 0 auto;
}

div#global_menu-in li {
border-right: solid  1px #dddddd;
margin-left: 0px;
list-style-type: none;
float: left;
}

div#global_menu-in li a {
display: block;
text-decoration: none;
float: left;
}


/*メニューの画像・背景色・高さ*/

div#global_menu,div#global_menu-in ul {
background: #333333;
background-repeat:repeat-x;
background-position:bottom;
height: 25px;
}


/*メニューの幅・高さ・文字色*/

div#global_menu-in li a {
line-height: 25px;
font-size: 12px;
color: #f5f5f5;
font-weight:bold;
}


/*メニューのマウスホバー時の画像・文字色*/

div#global_menu-in li a:hover {
background-color: #dcdcdc;
color: #555555;
text-decoration:none;
}


#global_menu-in .menu001 a {
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/5/a/5a99c34b.gif) 15px no-repeat;
font-family:arial;
padding:0 15px 0 35px;
border-left: solid  1px #dddddd;
}

#global_menu-in .menu002 a {
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/1/3/130d9c25.png) 15px no-repeat;
font-family:arial;
padding:0 15px 0 35px;
}

#global_menu-in .menu003 a {
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/0/d/0d7f1664.png) 15px no-repeat;
font-family:arial;
padding:0 15px 0 35px;
}

#global_menu-in .menu004 a {
background:url(http://livedoor.blogimg.jp/doyasoku2ch/imgs/f/2/f22c46ad.png) 15px no-repeat;
font-family:arial;
padding:0 15px 0 35px;
}

#global_menu-in .menu005 a {
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/d/4/d4b743cc.png) 15px no-repeat;
font-family:arial;
padding:0 15px 0 35px;
}

/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:320px;
	float:right;
	padding-top:0px;
}
.header-sarch img{
	margin-top:-3px;
}
.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;
	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.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:1170px;
	margin:0 auto;
	position: relative;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:310px;
	float:left;
background:#ffffff;
border-top:   #b0b0b0 1px solid;      /* 枠(上)    (左側のカラム) */
border-left:  #b0b0b0 1px solid;      /* 枠(左)    (左側のカラム) */
border-right: #b0b0b0 1px solid;      /* 枠(右)    (左側のカラム) */
border-bottom:#b0b0b0 1px solid;      /* 枠(下)    (左側のカラム) */
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}

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




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

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


/*画像付き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;
}


/*
 記事展開・格納 Style [
----------------------------------------------------------- */
.dvtitle {
  cursor: pointer;
  font-weight: bold;
  margin: 6px 0px 12px 0px;
  height: 24px;
}

.developbox {
  margin: 6px 0px 18px 5px;
  display: none;
}
.developbox p {
  line-height: 1.4;
  margin: 9px 0px 0px 0px;
}

.more_read .dvtitle {
   background: url("http://livedoor.blogimg.jp/anotokino2ch/imgs/c/f/cfdb15d5.gif") no-repeat left center;
   padding: 0px 0px 0px 24px;
   margin: 0px 3px 0px 0px;
}


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

/*BlogRoll*/

iframe {
border: 0px red solid;
}


/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
	border:2px solid #b0b0b0;
	
	padding: 0px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:5px;
	width:315px;
	height:284px;
	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.3;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.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-size: 11px;
	font-weight: bold;
}


/*メッセージボード*/
.message-board-outer{
	margin-bottom:10px !important;
	padding:10px;
	border:3px solid #2a5ccd;
	background:#d4e3ff;
	font-size:16px;
	line-height:1.4;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}

/*記事タイトル枠*/
.article-header-border{
border-top:   #b0b0b0 2px solid;      /* 枠(上)    (記事本文) */
border-left:  #b0b0b0 2px solid;      /* 枠(左)    (記事本文) */
border-right: #b0b0b0 2px solid;      /* 枠(右)    (記事本文) */
background:#ffffff;
}



/*記事タイトル*/
.article-title{
	padding:15px;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	line-height:1.2;
	border-left:5px solid #000000;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-top:   #b0b0b0 0px solid;      /* 枠(上)    (記事本文) */
border-left:  #000000 7px solid;      /* 枠(左)    (記事本文) */
border-right: #b0b0b0 0px solid;      /* 枠(右)    (記事本文) */
border-bottom:#aaaaaa 1px dashed;      /* 枠(下)    (記事本文) */
}
.article-title a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.article-title a:hover{
	text-decoration:underline;
        color:#ff8000;
}

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
	margin-bottom:0px;
	padding:13px 5px;
	background:#e0e0ff;
	zoom:100%;
border-top:   #b0b0b0 0px dotted;      /* 枠(上)    (記事本文) */
border-left:  #0000e0 7px solid;      /* 枠(左)    (記事本文) */
border-right: #b0b0b0 0px solid;      /* 枠(右)    (記事本文) */
border-bottom:#b0b0b0 0px solid;      /* 枠(下)    (記事本文) */
}

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

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	padding-left:18px;
	margin:4px 10px 5px 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:16px;
	margin:2px 10px 5px 0;
	font-size:15px;
	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 10px;
	float:left;
}
.article-header-category dd a {
	color:#333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	text-decoration:underline;
        color:#ff8000;
}

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



/*記事本文*/
.article-body{
background: #ffffff;
	margin-bottom:40px;
	padding: 0 20px;
border-top:   #b0b0b0 0px dotted;      /* 枠(上)    (記事本文) */
border-left:  #b0b0b0 2px solid;      /* 枠(左)    (記事本文) */
border-right: #b0b0b0 2px solid;      /* 枠(右)    (記事本文) */
border-bottom:#b0b0b0 2px solid;      /* 枠(下)    (記事本文) */　
	}
.article-body a{
	color:#0132cc;
	text-decoration:none;
}
.article-body a:hover{
	text-decoration:underline;
}
.article-body a:visited{
	color:#b67448;
}

.article-body img{
margin:5px;

}

/*引用*/
.article-body-inner blockquote{
	background: #efefef;
	padding:15px;
}
.article-body-inner blockquote:before{
	display:none;
}

/*装飾*/
.article-body div.kaso{
	background-color:#eefdd5;
}


.id {
    color:#0000ff;
background-color:#ddd;
font-weight:bold;
}

.style1{
       color:#f00;
       font-weight:bold;
}

.article-body div.huta{
	background-color:#000;
}
.aa{
 font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
 font-size:12px;
 line-height:14px;
 }

div.huta p {
   border-top:1px solid red;
 border-bottom:0px ;
 border-left:0px;
 border-right:0px;
background-color:#000;
color:#fff;
line-height:1.3;
margin-top:0px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
padding-top:1em;
}

div.huta span.aa { 
color:#fff;
font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px;
line-height:13px;
}

div.huta p.aa { 
color:#fff;
font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px;
line-height:13px;
}

div.huta p.comment { color:#808080; }

div.huta p.army { color:#ffe080; }

div.huta p.live { color:#00e0e0;
                  margin-left:30px;
}
div.huta span.army { color:#ffe080; }

div.huta p.type2 { color:#00d000; }

div.huta span.type2 { color:#00d000; }




p.BODY {  font-weight:bold; }

p.comment { color:#808080; }


span.num{text-decoration: underline;}
span.postname{
color: forestgreen;
font-weight: bold;
}
span.postname_m{
color: blue;
font-weight: bold;
}
span.res1{
color: #0000FF;
font-weight: bold;
}
span.res2{
color: #ef7b7b;
font-weight: bold;
line-height:132%;
font-size: 132%;
}
span.res3{
color: #5b7bef;
font-weight: bold;
}
span.res4{
color: #5b7bef;
font-weight: bold;
line-height:132%;
font-size: 132%;
}
span.res5{
color: peru;
font-weight: bold;
}
span.res6{
color: peru;
font-weight: bold;
line-height:132%;
font-size: 132%;
}
span.res7{
color: #ef5bef;
font-weight: bold;
}
span.res8{
color: #ef5bef;
font-weight: bold;
line-height:132%;
font-size: 132%;
}
span.res9{
color: mediumseagreen;
font-weight: bold;
}
span.res0{
color: mediumseagreen;
font-weight: bold;
line-height:132%;
font-size: 132%;
}
span.res01{
color: #ef7b7b;
font-weight: bold;
}
span.res02{
color: #5b7bef;
}
span.res03{
color: mediumseagreen;
}

.res_content{ margin-bottom: 10px; }

.res_content .res_head{
	height: 26px;
	width: 692px;
	font-size: 12px;
	color: #052465;
	padding: 0 0 0 16px;
	margin: 0 0 16px 0;
	font-weight: normal
}

.res_content .res_meata{
	color: #222222;
}

.res_content .res_num{
	color: #222222;
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
}

.res_content .res_body{
	margin-top: 16px;
	padding: 0 20px;
	font-size: large;
	font-weight: bold;
	line-height: 1.6
}

.res_body span, .res_body span a {
  font-weight: bold;
}

.res_content .res_img img{
	border: 1px solid #dadada;
	max-width: 670px;
	vertical-align: bottom;
}

.res_content .res_img img:hover{
	border: 1px solid #052465;
}

.res_content .resQuote{
	border: 1px dotted #aaaaaa;
	padding: 14px;
	width: 660px;
	margin-top: 20px;
	margin-left: 10px;
}

.res_content .resQuote p{
	margin-top: 10px;
	font-size: 13px;
	padding: 0;
}

.res_content .youtube{
	margin-top: 10px;
	font-size: 12px;
	color: #888888;
}

.res_content .resQuote p:first-child{
	margin: 0;
}

.res_content .img_quote{
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}

.res_aa {
  overflow-x:auto !important;
  font-family:"ＭＳ Ｐゴシック", "Mona", "mona-gothic-jisx0208.1990-0", sans-serif !important;
  font-size:16px !important;
  font-weight:normal !important;
  line-height:18px !important;
  word-wrap:normal !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
}


.popup dl {
	margin:0px;
}
.popup dt {
}
.dd {
	margin:0px;
	margin:0px 0px 15px 20px;
}
.res1 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.reslast {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}


.reslast2 {
	font-size: 16px;
	font-weight: bold;
	color: #7A1919;
}


.reslast4{
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
}

.resstrong {
	color: #FF0000;
}
.res1 {
	
	color: #0000FF;
}

.res2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.res3 {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
}

.resstrong3 {
	
	color: #cccccc;
	font-weight: bold;
}
.style59{
	font-size: 16px; 
	font-weight: bold; 
	color: #660066;
}
.style94{
	color: #333333; 
	font-size: 16px; 
	font-weight: bold;
}
.resdeka{
	font-size: 25px;
	font-weight: bold;
	color: #CC0033;
}


.resdeka2 {
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}

.resdeka3 {
	font-size: 25px;
	font-weight: bold;
	color: #0000FF;
}

.resdeka4{
	font-size: 25px;
	font-weight: bold;
	color: #660066;
}


.resdeka5{
	font-size: 25px;
	font-weight: bold;
	color: #ff6600;
}


.styleaa {
    font-family: "ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
    line-height: 1.125;
	font-size: 16px;
	font-weight: bold;
}


.styleaa3 {
    font-family: "ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
    line-height: 1.125;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}


.styleaa2 {
    font-family: "ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
    line-height: 1.125;
		font-size: xx-large;
		color: #990000;
	font-weight: bold;
}

.situ1{
font-weight:bold; 
color:#2e31fa;
margin:25px 0px 60px 28px;
}
.situ2{
font-size: 16px;
font-weight:bold;

color:#2e31fa;
margin:23px 0px 60px 28px;
}
.situ3{
font-weight:bold;
margin:23px 0px 15px 28px;
}


.akares {border: dotted 2px #e0e0e0; 
         background-color:#f0f0f0;
         padding: 4px;

}

.akares2 {border: dotted 2px #e0e0e0; 
         background-color:#e0e0e0;
         padding: 10px;
		 font-size:16px;
		 color:#ff0000;
		 font-weight:bold;

}

.akares3 {
          padding: 4px;    
          margin-bottom: 25px;
          background-color:#e0f1ff;

}







.titletag {
         background-color:#004980;
         padding: 10px;
         padding-left: 15px;
         font-size: 15px;
         color: #ffffff;
         font-weight: bold;
          
}


.titletag2 {
         background-color:#004980;
         padding: 10px;
         padding-left: 15px;
         font-size: 15px;
         color: #ffffff;
         font-weight: bold;
          
}


.netabare {
         background-color:#004980;
         padding: 10px;
         padding-left: 15px;
         font-size: 25px;
         color: #ffffff;
         font-weight: bold;
          
}



.osusume {
         padding-left: 11px;
         font-size: 14px;
         color: #ff0000;
         font-weight: bold;
          
}




.ichi{
 font-size:16px;
		 color:#ff0000;
		 font-weight:bold;

}

.ichi{
 font-size:16px;
		 color:#ff0000;
		 font-weight:bold;

}


.ao {
     font-size: 16px;
     font-weight: bold;
     color: #0000FF;
}
.aka {
     font-size: 16px;
     font-weight: bold;
     color: #990000;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}


.ore{
     font-size: 16px;
     font-weight: bold;
     color: #ff6600;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.mura{
     font-size: 16px;
     font-weight: bold;
     color: #660066;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}
.kuro{
     color: #333333;
     font-size: 16px;
     font-weight: bold;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}


.mu{
     font-size: 16px;
     font-weight: bold;
     color: #660066;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}
.ku{
     color: #333333;
     font-size: 16px;
     font-weight: bold;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.akad{
     font-size: 25px;
     font-weight: bold;
     color: #CC0033;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}


.kurod {
     font-size: 25px;
     font-weight: bold;
     color: #333333;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.kud {
     font-size: 25px;
     font-weight: bold;
     color: #333333;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.aod {
     font-size: 25px;
     font-weight: bold;
     color: #0000FF;
    
}

.murad{
     font-size: 25px;
     font-weight: bold;
     color: #660066;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.mud{
     font-size: 25px;
     font-weight: bold;
     color: #660066;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}

.ored{
     font-size: 25px;
     font-weight: bold;
     color: #ff6600;
     font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","charset=Shift_JIS",sans-serif;
}


.span0{
font-size:13px;
}

.span1{
font-weight: bold;
font-size:17px;
line-height:120%;
}

.span1s{
font-weight: bold;
font-size:3mm;
line-height:120%;
}
.span2{
font-weight: bold;
font-size:19px;
color: green;
line-height:120%;
}

.span2s{
font-weight: bold;
font-size:17px;
color: green;
line-height:120%;
}

.span2b{
font-weight: bold;
font-size:22px;
color: green;
line-height:120%;
}

.span3{
font-weight: bold;
font-size:19px;
color: blue;
line-height:120%;
}

.span3s{
font-weight: bold;
font-size:17px;
color: blue;
line-height:120%;
}

.span3b{
font-weight: bold;
font-size:22px;
color: blue;
line-height:120%;
}

.span4{
font-weight: bold;
font-size:19px;
color: purple;
line-height:120%;
}

.span4s{
font-weight: bold;
font-size:17px;
color: purple;
line-height:120%;
}

.span4b{
font-weight: bold;
font-size:22px;
color: purple;
line-height:120%;
}

.span5{
font-weight: bold;
font-size:19px;
line-height:120%;
}

.span5b{
font-weight: bold;
font-size:22px;
line-height:110%;
}

.span6{
font-weight: bold;
font-size:19px;
line-height:120%;
color: red;
}

.span6b{
font-weight: bold;
font-size:24px;
line-height:120%;
color: red;
}

.span6s{
font-weight: bold;
font-size:17px;
line-height:120%;
color: red;
}

.span7{
font-weight: bold;
font-size:19px;
line-height:120%;
color: #FF6600;
}

.span7b{
font-weight: bold;
font-size:24px;
line-height:120%;
color: #FF6600;
}

.span7s{
font-weight: bold;
font-size:17px;
line-height:120%;
color: #FF6600;
}

.span8s{
font-weight: bold;
font-size:17px;
line-height:110%;
color: #FF3399;
}

.span8b{
font-weight: bold;
font-size:24px;
line-height:100%;
color: #FF3399;
}

.span8{
font-weight: bold;
font-size:21px;
line-height:110%;
color: #FF3399;
}

.span9{
font-weight: bold;
font-size:21px;
line-height:100%;
color: midnightblue;
}

.span10{
font-weight: bold;
font-size:21px;
line-height:100%;
color: crimson;
}

.span11{
font-weight: bold;
font-size:21px;
line-height:100%;
color: dimgray;
}

.span12{
font-weight: bold;
font-size:21px;
line-height:100%;
color: darkslateblue;
}

.span13{
font-weight: bold;
font-size:21px;
line-height:100%;
color: darkslategray;
}

.span14{
font-weight: bold;
font-size:21px;
line-height:100%;
color: brown;
}

.span15{
font-weight: bold;
font-size:21px;
line-height:100%;
color: orangered;
}
.span16{
font-weight: bold;
font-size:21px;
line-height:100%;
color: chocolate;
}

.span17{
font-weight: bold;
font-size:21px;
line-height:100%;
color: olive;
}
.span18{
font-weight: bold;
font-size:21px;
line-height:100%;
color: white;
}

.span19{
font-weight: bold;
font-size:24px;
color: blue;
line-height:100%;
}

.span20{
font-weight: bold;
font-size:15px;
line-height:120%;
}

.span21{
font-weight: bold;
font-size:19px;
line-height:100%;
color: #FF1493;
}

.span22{
font-weight: bold;
font-size:19px;
line-height:100%;
color: #8B4513;
}

.span99{
font-weight: bold;
font-size:19px;
line-height:120%;
color: navy;
}
.span99s{
font-weight: bold;
font-size:17px;
line-height:120%;
color: navy;
}

.span99b{
font-weight: bold;
font-size:22px;
line-height:120%;
color: navy;
}

.span7{
font-size:15px;
line-height:100%;
}


.redid{
font-weight: bold;
font-size:13px;
color: red;
}


.blueid{
font-weight: bold;
font-size:13px;
color: blue;
}

.pinkid{
font-weight: bold;
font-size:13px;
color: #FF3399;
}

.purpleid{
font-weight: bold;
font-size:13px;
color: purple;
}

.note{
	background-color: #fff;
	border: 1px dashed #aaccdd;
	font-size:100%;
	padding: .2em;
	margin-left:1em;
	margin-right:1em;
}
.note2{
font-weight: bold;
font-size:19px;
color: green;
line-height:120%;
}
.red{
color: red;
}


#text_d_1{
font-size:18px;
text-align:left;
color:#222222;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_d_2{
font-size:30px;
text-align:left;
color:#222222;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_d_3{
font-size:60px;
text-align:left;
color:#222222;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_d_4{
font-size:16px;
text-align:left;
color:#222222;
margin: 5px 30px;
line-height:1.5em;
}

#text_g_1{
font-size:18px;
text-align:left;
color:#009933;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_g_2{
font-size:30px;
text-align:left;
color:#009933;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_g_3{
font-size:60px;
text-align:left;
color:#009933;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_g_4{
font-size:16px;
text-align:left;
color:#009933;

margin: 5px 30px;
line-height:1.4em;
}


#text_o_1{
font-size:18px;
text-align:left;
color:#ff6666;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_o_2{
font-size:30px;
text-align:left;
color:#ff6666;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_o_3{
font-size:60px;
text-align:left;
color:#ff6666;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_o_4{
font-size:16px;
text-align:left;
color:#ff6666;
margin: 5px 30px;
line-height:1.4em;
}


#text_b_1{
font-size:18px;
text-align:left;
color:#6666ff;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_b_2{
font-size:30px;
text-align:left;
color:#6666ff;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_b_3{
font-size:60px;
text-align:left;
color:#6666ff;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_b_4{
font-size:16px;
text-align:left;
color:#6666ff;
margin: 5px 30px;
line-height:1.4em;
}

.r1{
	color: maroon;
	line-height:1.3;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}

.r2{
	color: crimson;
	line-height:1.3;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}

.r2g{
	color: seagreen;
	line-height:1.3;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}

.r3{
	color: royalblue;
	line-height:1.3;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}

.r4{
	color: seagreen;
	line-height:1.3;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}
	.b {
	font-weight: bold;
	line-height:150%;
	}

	.blue {
	color: #0000bb;
	}

	.orange {
	color: #f06202;
	}

	.red {
	color: #db0000;
	}

	.purple {
	color: #b50ccd;
	}

	.pink {
	color: #f7469e;
	}

	.lgre {
	color: #59a703;
	}

	.ichi {
	color: #342cde;
	}

	.slarge {
	font-weight: bold;
	font-size: 16px;
	line-height:150%;
	}

	.n_res {
	font-weight: bold;
	font-size: 18px;
	line-height:150%;
	}

	.n_res2 {
	font-weight: bold;
	font-size: 20px;
	line-height:150%;
	}

	.large {
	font-weight: bold;
	font-size: 24px;
	line-height:150%;
	}

	.xlarge {
	font-weight: bold;
	font-size: 28px;
	line-height:150%;
	}

	.xxlarge {
	font-weight: bold;
	font-size: 35px;
	line-height:150%;
	}

	.xxxlarge {
	font-weight: bold;
	font-size: 40px;
	line-height:150%;
	}

	.small {
	line-height:150%;
	}
/*続きを読む*/
.article-body-continue{
     border: 2px ridge #000000;
    margin: 30px 10px;
    padding: 0px;

}
.article-body-continue a{
    background-color: #404040;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color:#ffffff;
    text-decoration: none;
}

.article-body-continue a:hover {
	background-color: #ff8000;
}
.article-body-continue a:visited{
	color:#ffffff;
}


.article-footer-border{
background: #ffffff;
margin-bottom:40px;
padding: 0 20px;
border-top:   #b0b0b0 2px solid;      /* 枠(上)     */
border-left:  #b0b0b0 2px solid;      /* 枠(左)     */
border-right: #b0b0b0 2px solid;      /* 枠(右)     */
border-bottom:#b0b0b0 2px solid;      /* 枠(下)     */　
	}

/*記事下の記事情報　（個別記事ページのみ）*/
.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-footer .article-footer-comment{
	padding-left:18px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float:left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_comment.png) no-repeat left 50%;
}
.article-footer .article-footer-comment a{
	color: #333;
	text-decoration: none;
}
.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}

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


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

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #000000;
}


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

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color:#0132cc;
	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{
	color:#b67448;
}


/*カテゴリの最新記事*/
.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_matomeblue_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}


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



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

/*タイトル - コメント/トラックバック共通*/
.article-option-title{
	margin-bottom: 15px;
	padding:10px 0 10px 10px;
	color: #333333;
	font-size: 16px;
	border-left: 5px solid #000000;
	background: #efefef;
}


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

/*コメントエリア　トラックバックエリア*/
#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}


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


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


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


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

.comment-body{
	padding-bottom: 0;
	font-size: 16px;
	color: #333333;
}


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


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

.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	background: #efefef;
	padding: 20px 0;
}
/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}



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

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

/*ナビゲーション共通*/
.pager{
	font-size:17px;
}

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

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	background:#7191f4;
	display:block;
	height:34px;
	line-height:34px;
	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:#0033cc;
}


/* ページング幅調節 */
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: 34px;
}
ul.index-navigator{
	height:34px;
	margin:0 0 10px 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: 320px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_prev.png) no-repeat left 3px top 12px;
	text-align: left;
	text-indent: -2px;
	word-wrap:break-word;
}


/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	padding-right: 20px;
	width: 320px;
	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 top 12px;
}


/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	padding: 0 ;
	width: 300px;
	font-size: 15px;
	color: #666666;
	word-wrap:break-word;
	display: block;
padding:10px;border-color:#333333;border-width:1px;border-style:solid;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}



/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background:#eec965;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eec965), to(#fbdb86));
	background:-moz-linear-gradient(top,#eec965,#fbdb86);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec965',endColorstr='#fbdb86');
	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;
}

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


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


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:5px 10px;
	background:#ffffff;
	color:#000000;
font-weight: bold;
border-top: 0px #000000 solid;
border-right: 0px #000000 solid;
border-bottom: 2px #000000 solid;
border-left: 8px #000000 solid;
margin-top:4px;
margin-left:4px;
margin-right:4px;

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

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



.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child{
	padding-left:17px;

background: url(http://livedoor.blogimg.jp/anotokino2ch/imgs/e/5/e57b6051.png) no-repeat 5px 3px;
}
}


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

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


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


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

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


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

.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{
	color: #333333 !important;
	line-height: 1.1 !important;
	background:#EBEBEB !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;
}

/* 相互RSS
----------------------------------------------- */

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

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



#nav {
width: 300px;
height: 800px;
border: 1px solid #000;
background-color: white;
margin-top: 10px;
font-weight: bold;
font-size: 15px;
list-style-type: none;
list-style-image: none;
padding-left: 8px;
  z-index: 2;
}


#nav ul{
list-style-type: none;
list-style-image: none;}

#nav li{
list-style-type: none;
list-style-image: none;}





.fixed {
    position: fixed;
    top: 0;
}




#randamu{

font-size: 14px;
font-weight: bold;

line-height: 1.2;
}

#randamu a:link{

font-size: 20px;
color: #000066;
}

#randamu a:visited {
color: #000066;
}

#randamu a:hover{
color: #ff7711;
}

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

/*フッターの全体設定*/
#blog-footer{
	margin-top:10px;
	height:253px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #0e97df;
background: #000000 url(http://livedoor.blogimg.jp/anotokino2ch/imgs/a/b/ab576e3c.jpg) repeat-x top left;
position: relative;  z-index: 3;
}



#footer a:link    { color: #EDF6AA; text-decoration: none; }
#footer a:visited { color: #EDF6AA; text-decoration: none; }
#footer a:hover   { color: #FFA500; text-decoration: underline; }



#footer-body {
	position: relative;
	width:1200px;
	margin: 0 auto;
	text-align: left;
}

#footer-map {
	min-height: 176px;
	_height: 176px; /* hacked */
}

#footer-map ul {
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	padding: 14px 20px 20px 0;
}

#footer-map li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
}

#footer-map li.toppage {
	margin-bottom: 7px;
	border-bottom: 2px solid;
	font-size: 15px;
	font-weight: bold;
}

#map-2ch   li.toppage { border-bottom-color: #928e81; }
#map-enta  li.toppage { border-bottom-color: #fd41ae; }
#map-news  li.toppage { border-bottom-color: #6aab07; }
#map-kate li.toppage { border-bottom-color: #e72e1b; }
#map-media li.toppage { border-bottom-color: #f67e00; }

#right {
	padding:1px 0 0;
	color:#ffffff;
	font-size:15px;
	text-align:center;
        font-weight: bold;
}




#footer-map li.twi a{
padding-left: 28px;
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/0/d/0d7f1664.png) 5px 0px no-repeat;

}


#footer-map li.rss a{
padding-left: 28px;
background:url(http://livedoor.blogimg.jp/doyasoku2ch/imgs/f/2/f22c46ad.png) 5px 0px no-repeat;

}


#footer-map li.hatena a{
padding-left: 28px;
background:url(http://livedoor.blogimg.jp/anotokino2ch/imgs/7/7/776d4ba3.gif) 5px 0px no-repeat;

}


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


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

/* FixNavi*/

 .FixNavi{
	margin-left:1155px;
	position:fixed;
	top:400px;
	width:67px;
	background-color:#f7f7f7;
	border-right:2px solid #AEBAC3;
	border-top:2px solid #AEBAC3;
	border-bottom:2px solid #AEBAC3;
	left:auto;
        list-style:none;
}


.FixNavi.FixNavi_height2{
	height:330px;
}

.FixNavi li a{
	display:block;
	overflow:hidden;
	text_indent:500px;
}
.FixNavi li a span{
	vertical-align:32px;
}

	li a#fix-top{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px 0px;height:65px;width:69px}
	li a#fix-top:hover{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -65px;}
	li a#fix-comform{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -130px;height:65px;width:65px;}
	li a#fix-comform:hover{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -195px;width:65px;}
	li a#fix-tweet{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -260px;height:65px;width:65px;}
	li a#fix-tweet:hover{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -325px;}
	li a#fix-hatebu{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -390px;height:65px;width:65px;}
	li a#fix-hatebu:hover{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -455px;}
	li a#fix-facebook{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -520px;height:65px;}
	li a#fix-facebook:hover{background:url(http://blog.livedoor.jp/anotokino2ch/botan.png) no-repeat 0px -585px;}

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