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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "モザイクブロック";
 :shortdesc "ver06_hr_colormosaic_2c";
 :created "2013-09-20";
 :release [:revision "1.00"; :created "2013-09-20"];
 :page <>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
background-color: #f1f0ee;}
#wrapper {
	padding-top: 24px;
}
#wrapper-inner{
	margin:0 20px;
}
#container {
	margin: 0 auto;
	width: 1180px;
}
#content {
	position: relative;
}
.page-index #content {
}
#main {
	padding: 40px 0;
}
#sidebar {
position:relative;

}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 840px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 10px 0;
	width: 325px;
        float:right;
position:relative;
}
body.layout-2col #sidebar-inner {position:relative;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}




/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Verdana,sans-serif;
}
a{
	color: #0c7cea;
	text-decoration:none;
}
a:link {
	color: #0c7cea;
}
a:visited {
	color: #4c56b5;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #e50147;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 5px 12px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
	text-shadow: 0 1px 0 white;
	float: right;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 10px 0 20px;
}
.page-article #blog-header,
.page-category #blog-header,
.page-monthly #blog-header {
	border-bottom: 1px solid #d5d4d6;
}
#blog-header hgroup {
	padding: 20px 0;
}
#blog-title {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
}
#blog-title a {
	color: #333;
}
#blog-description {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #333;
}



/* メインカラム
----------------------------------------------- */


/* 記事index */
.article-index {
	padding: 0 0 0 0;
	width: 272px;
	float: left;
	display: inline;
	margin: 0 0 8px 0;
	box-shadow: 0 0 5px #666 inset;
	background: #fff;


}
.article-index-hover {
	background: #f6f6f6;
}
.article-index {
	margin-right: 8px;
}
.article-index-header {
}
.article-index-image {
	margin-bottom: 15px;
}
.article-index-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
}
.article-index-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-index-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	padding-left:5px;

}
.article-index-title {
	color: #0d0d0d;
	font-weight: bold;
	padding-left:5px;
	height: 70px;

}
.article-index-title h1{
	color: #0d0d0d;
	display: block;
	font-size: 23px;
	line-height: 30px;
	overflow: hidden;
}
.article-index-body {
	overflow: hidden;
	height: 75px;
	color: #333;
	padding:0 10px 0 20px;
        margin:10px 0 10px 0;

}
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #333 !important;
	display: inline;
	text-align: left !important;
}
.article-index-body img,
.article-index-body br {
	display: none;
}
.article-index-body b,
.article-index-body strong {
	font-weight: normal;
}

.article-index-footer {
	padding-left:5px;

}


/* アーカイブ */
.article-archive {
	margin-bottom: 8px;
	position: relative;
        background:#fff;
	box-shadow: 0 0 5px #666 inset;


}
.article-archive-main {
	float: right;
	width: 660px;
        margin-top:5px;
}
.article-archive-image {
	float: left;
	width: 160px;
        margin:10px;

}
.article-archive-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-archive .director-social-btn {
	position: absolute;
	bottom: 0;
	left: 300px;
}

.article-archive-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
}

.article-archive-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.article-archive-title {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	height: 28px;
	overflow: hidden;
}
.article-archive-title a {
	color: #333;
}


/* 記事全体 */




/*記事タイトル*/

.article{  
	box-shadow: 0 0 5px #666 inset;
              margin-bottom: 4px ;
              background: #fff;
              float:left;
              width:840px;
}

.article-title{
	padding:15px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	line-height:1.2;
	border-left:5px solid #000000;
	background: #589ef3; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #696969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#696969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#696969 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#696969 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}
.article-title a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.article-title a:hover{
	text-decoration:underline;
}

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
	margin-bottom:px;
	padding:3px 5px;
	background:#dcdcdc;
	zoom:100%;

}

/*投稿時間 カテゴリー 部分*/
.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 3px 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:4px 3px 5px 0;
	font-size:14px;
	line-height: 1.3;
	float: left;
        font-weight:bold;
	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 5px;
	float:left;
}
.article-header-category dd a {
	color:#333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	text-decoration:underline;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
	.article-social-btn1{ 
         margin:0 0 0 35px;
}

 

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

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

/*続きを読む*/
.article-body-continue{
	margin:0px 0 0;
	padding:17px 22px;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	background:#dcdcdc;
	display:block;
}
.article-body-continue a,
.article-body-continue a:hover.
.article-body-continue a:visited{
	color:#0033c7;
}



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


/*コメント - 記事下の記事情報*/
.article-footer .article-footer-comment
.article-comment-count
{
	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;
        font-size:18px!important;
        font-weight:bold!important;
}


/*人気記事ランキング*/
.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: 2px;
	background: #efefef;
	padding: 20px 0;
        
}
/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}




/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	box-shadow: 0 0 5px #666 inset;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 15px;
}
body.layout-2col .message-board {
	margin-top: 0;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #3e92e5;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #eaf2fa;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #555;
}
ul.index-navigator li.paging-prev a,
ul.index-navigator li.paging-next a,
ul.index-navigator li.paging-first a,
ul.index-navigator li.paging-last a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	width: 8px;
}
ul.index-navigator li.paging-prev a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev.gif);
}
ul.index-navigator li.paging-next a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next.gif);
}
ul.index-navigator li.paging-first a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_first.gif);
}
ul.index-navigator li.paging-last a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_last.gif);
}

/* 記事ページ、月別アーカイブページ */
.article-pager-type2 {
	padding: 20px 0;
	border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {

}

ul.article-pager li a:hover {
	text-decoration: underline;
}
.is-prev-article .director-article-pager .pager-inner {
	background:  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev_article.gif) no-repeat 0 50%;
        margin:0 0 0 5px;
}

ul.article-pager {
	list-style-type: none;
	margin:0;
	padding:0;
/** ++ border高さを揃えるため */
overflow: hidden;
}
.is-next-article ul.article-pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next_article.gif) no-repeat 100% 50%;
        margin:0 5px 0 0;

}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -99px;/** 1px余白（下部） */
padding-bottom: 100px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
	background: transparent none !important;
}

ul.article-pager li.prev a {
	margin: 0 10px 0 0;
}
ul.article-pager li.next a {
	margin: 0 0 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px dotted #aeafae;
}

div.article-pager-outer {
	height: 1%;
}

ul.archives-pager li a {
	border: 1px solid #ddd;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}

ul.archives-pager li a:hover{
        background-color: #eaf2fa;
}

/* ブログのフッター
----------------------------------------------- */

#blog-footer {
     color: #7a7a7a;
     padding: 20px;
     background: #f1f1f2;
        min-width: 980px;
     font-size: 12px;
}

#blog-footer a {
     color: #7a7a7a;
}



/* ブログパーツ
----------------------------------------------- */
/* 共通 */

.sidewrapper {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 0 20px;
	box-shadow: 0 0 5px #666 inset;
        margin-bottom:10px;
       background: #fff;

}

.sidewrapper:after{
}



.sidewrapper .sidetitle{     border-top:  2px solid  #c0c0c0 ;   
                      border-right:  2px solid  #c0c0c0 ;  
                       border-left:  2px solid  #c0c0c0 ;  
              background: #fff;


}

.sidewrapper .sidetitle{
	padding:2px;
        margin-bottom:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	line-height:1.2;
	border-left:5px solid #000000;
	background: #589ef3; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #696969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#696969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#696969 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#696969 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}
.sidewrapper .sidetitle a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
        
}
.sidewrapper .sidetitle a:hover{
	text-decoration:underline;
}





.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
       margin:10px;

}
.sidewrapper .side .sidebody:after {
	border-bottom: 1px solid #fff;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;

}


.side div.message-box dl.message-detail {
	margin-bottom: 10px;
}
.side div.message-box input[type="submit"] {
	float: right;
	margin: 0 3px;
}

ul.type_graph li dl.graph dd.count_image img {
	height: 7px !important;
}
ul.type_graph li {
	margin-bottom: 18px !important;
}

.plugin-monthly select {
	width: 95%;
}

.side ul.recent-article-image li {
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 3px;
}
.side ul.recent-article-image li img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
	border-radius: 3px;
	margin-right: 20px;
}



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








/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #2e90c5;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 20px;
}
.archives-header-title {
	color: #808080;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}

.sidewrapper input.sf, .sidewrapper input.sfbtn {
	padding: 0;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}


/* サイドナビゲーション */
div.side-navi {
	position:fixed;
	right:5px;
	bottom:50px;
	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:10px;
	color:#ffffff!important;
	text-decoration:none;
	background:#000000!important;
	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{}
div.side-navi ul li:last-child a{}
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://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px auto; } 
.ad-center { text-align:center; }
.ad-type-side { margin:0; }

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#333333 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:15px; color:#ef0b41; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#aa091f; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#333333; line-height:150%; }
.ad-box a:hover{
	background:#e6ecf2;
	border:2px solid #e6ecf2;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}


.headline,
.article-wrap,
.article-archive,
.article-ping-count,
.article-meta-wrap,
.side div.message-box  {
	zoom: 1;
}
.headline:after,
.article-wrap:after,
.article-archive:after,
.article-ping-count:after,
.article-meta-wrap:after,
.side div.message-box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff;bottom left;font-family:"MS PGothic","ＭＳ Ｐゴシック",arial;}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:40px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}

#time4bed-nav ul li a:hover span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;color:#b09c89;}

#time4bed-nav ul li a:active span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;color:#b09c89;}

#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#d10003;background:transparent url("http://livedoor.blogimg.jp/poor_bugaboo/imgs/f/c/fca00c46.gif") no-repeat top left;}
#time4bed-nav ul li a.current span{background:transparent url("http://livedoor.blogimg.jp/poor_bugaboo/imgs/f/c/fca00c46.gif") no-repeat top right;height:43px;}
/* ---------------------- END Dolphin nav ---------------------- */




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

#footer{
	border: 1px solid #dadada;
	background-color: #eeeeee;
	padding-top: 10px;
}

#footer .wrapper{
	width: 1170px;
        height: 680px;
	margin: 0 auto;
	text-align: left;
}

#footer .left, #footer .center, #footer .right{
	height: auto;
	width: 340px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}

#footer .left{
	margin-left: 0;
}

#footer ul{
	width: 320px;
}

#footer a{
	padding: 6px 0 5px 0;
	background: url(http://vippers.jp/site/image/border_dot.png) repeat-x;
	overflow: hidden;
	color: #000;

}

#footer a:first-child{
	background: none;
}

#footer .sidebody{
	padding-top:5px;
	padding-bottom:5px;

	line-height:0.6;
        font-weight:bold;
}

#footer .hatena-bookmark-entrytitle:hover{
	color: #f26100;
}

#footer .hatena-bookmark-count a{
	background-color: #ffcccc;
	color: #000;
	font-size: 12px;
	padding: 0 6px;
	float: right;
	line-height: 1.2;
	margin-top: -2px;
}

#footer .hatena-bookmark-widget-title, #footer .hatena-bookmark-widget-footer{
	display: none;
}

#footer .right{
	position: relative;
	overflow:hidden;
	height: 700px;
}

#footer iframe{
	border: none;
	height: 550px;
	position: absolute;
	left: -1439px;
}

#footer h5{
	height: 28px;
	width: 298px;
	line-height: 28px;
	padding-left: 16px;
	border-left: 4px solid #052465;
	border-bottom: 1px solid #052465;
	font-size: 16px;
	font-weight: bold;
	color: #a8a8a8;
	margin-bottom: 5px;
}


/*画像付きRTorコメントリスト*/
.listWithImage{

}
.listWithImage li{
	margin-bottom:0 !important;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #fff !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;
}




/*ブログロールタイトル*/

.plugin3_title{     border-top:  2px solid  #c0c0c0 ;   
                      border-right:  2px solid  #c0c0c0 ;  
                       border-left:  2px solid  #c0c0c0 ;  
              background: #fff;


}

.plugin3_title{
	padding:2px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	line-height:1.2;
	border-left:5px solid #000000;
	background: #589ef3; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #696969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#696969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#696969 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#696969 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}
.plugin3_title a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
        
}
.plugin3_title a:hover{
	text-decoration:underline;
}

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

}

.rss-blogroll {
         width:835px;
         height:300px;
         border:2px solid #b0b0b0;
          margin-bottom:8px;
	        background-color:#fff;
	

}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	width:414px;
	height:300px;
	overflow-y: scroll;
        overflow-x: hidden;
	float: left;
	font-size: 14px;
	padding-left:3px;
       margin-bottom:10px;

 }

.rss-blogroll .blogroll-channel .blogroll-list {
        font-size:14px;
        color:#999;
	text-align: left;
        vertical-align:middle;
        border-bottom: 1px dashed #CCCCCC;
        white-space: nowrap ;
}


.rss-blogroll .blogroll-channel .blogroll-list a {
  
        color:#374152;
        display:block;
        text-decoration: none; 
        margin:auto;
        line-height: 1.3 ;
        padding:0px;
        margin-left:px; 
}

.rss-blogroll .blogroll-channel .blogroll-list a:hover{
        color:#03a;
        background:#e0ffff;
}

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

.rss-blogroll .blogroll-list img {
        vertical-align:text-bottom; 
        float: left;
}

.rss-blogroll img.blogroll-icon,
.rss-blogroll img.blogroll-favicon {
    padding-top:2px;  
   
  }











#top-rss-2 { 
height: 430px;
color: white;
overflow: hidden;
text-align: left;
font-weight: bold;
overflow-y: scroll;
line-height: 1;
background-color:#fff;
box-shadow: 0 0 5px #666 inset;
margin:0 3px 0 0  ;


} 



#top-rss-2 li{ 
border-bottom: #3668C5 1px dashed;
margin-bottom: 0px;
margin-left: 0px;
padding: 10px 5px 0px 5px;
white-space: nowrap ;

} 


#top-rss-2 li:hover{
background-color: #f1f1d2;
color: #09aa04;
}


#top-rss-2 a:link{
padding-left:10px;
font-family: "メイリオ",meiryo,Arial,Helvetica;
color: #000044;
font-size: 16px;
}

#top-rss-2 a:visited {
color: #330000;
}
#top-rss-2 a:hover{
color: #ff7711;
}






#shingeki1 {
    height: 170px;
    margin-left: 0;
    margin-top: 3px;
    margin-bottom:17px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 880px;
    
}

#shingeki1 img {
    display: inline;
    height: 170px;
    margin-left: 3px;
    padding-left: 0;
    position: absolute;
    width: 230px;
    z-index: 100;
            border: 2px solid #000000 !important;*/

}



.imgt1 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11pt;
    height: 52px;
    margin-left: 3px;
    margin-top: 130px;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 3px;
    position: relative;
    width: 232px;
    word-break: break-all;
    z-index: 100;
}

#shingeki3 {
    height:315px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom:10px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 800px;
}

#shingeki3 img {
    display: inline;
    height: 135px;
    margin-left: 5px;
    margin-top:3px;
    padding-left: 0;
    position: absolute;
    width: 200px;
    z-index: 100;
         border: 2px solid #000000 !important;*/


}



.imgt3 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight:bold;
    height: 38px;
    margin-left: 5px;
    margin-top: 123px;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 0px;
    position: relative;
    width: 202px;
    word-break: break-all;
    z-index: 100;
}








#shingeki4 {
    height: 480px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom:0px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 800px;
}

#shingeki4 img {
    display: inline;
    height: 135px;
    margin: 3px 0 0 3px;
    padding-left: 0;
    position: absolute;
    width: 202px;
    z-index: 100;
         border: 2px solid #000000 !important;*/


}



.imgt4 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11pt;
    height: 35px;
    margin-left: 3px;
    margin-top: 123px;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 0px;
    position: relative;
    width: 204px;
    word-break: break-all;
    z-index: 100;
}



#shingeki5 {
    margin-left: 0;
    margin-right:15px;
    margin-top: -320px;
    margin-bottom:10px;
    padding-left: 0;
    padding-top: 0;
    width: 200px;
    float:right;

}

#shingeki5 img {
    display: inline;
    height: 135px;
    margin-left: 5px;
    padding-left: 0;
    position: absolute;
    width: 200px;
    z-index: 100;
         border: 2px solid #000000 !important;*/


}



.imgt5 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight:bold;
    height: 33px;
    margin-left: 5px;
    margin-top: 113px;
    margin-bottom:3px;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 7px;
    position: relative;
    width: 202px;
    word-break: break-all;
    z-index: 100;
}

 .imgc5{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight:bold;
    margin:-155px 0 0 140px;
    padding:2px;
    width:66px;
    heigth:15px;
    position: relative;
    z-index: 100;

}


.fam_ad h3{
 font-size: 12px;
 color: #777;
 margin: 1em 10px 0 !important;
 padding: 4px 8px;
 border: 1px solid #AAA;
 background: -moz-linear-gradient(top, #FDFDFD, #E9E8E4);
 background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#E9E8E4));
 background: linear-gradient(to bottom, #FDFDFD, #E9E8E4);
 width: auto;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 text-align: left;
}
.fam_ad ul{
 -webkit-padding-start: 0;
 -webkit-margin-before: 0;
 -webkit-padding-after: 0;
 -webkit-margin-after: 0;
 margin-bottom: 10px;
 padding: 0;
}
.fam_ad li {
 background: -moz-linear-gradient(top, #F9F9F9, #FFF);
 background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#FFF));
 background: linear-gradient(to bottom, #F9F9F9 , #FFF);
 font-size: 14px;
 list-style-type: none;
 margin-right: 10px;
 margin-left: 10px;
 padding-top: 0;
 padding-left: 0;
 padding-bottom: 0;
 border-top: 0px none;
 border-bottom: 1px solid #DDD;
 border-left: 1px solid #AAA;
 border-right: 1px solid #AAA;
 -moz-box-shadow: inset 0px 1px 0px #FFF;
 -webkit-box-shadow: inset 0px 1px 0px #FFF;
 box-shadow: inset 0px 1px 0px #FFF;
}

.fam_ad li a {
 color: #000 !important;
 background-image: url(""data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtQTFRFoKCgpqam7e3t3NzcxMTEsrKy+fn56Ojo////XkjZ3wAAAAl0Uk5T//////////8AU094EgAAAEJJREFUeNpsj0kOACAIAwdx4f8v1niqjdxmQqAlo5UMwSNYR6RwtYAUfsXhmgO6sIrLIr5s+3bP/lkez+t9rO8WYADiyAXP810qIwAAAABJRU5ErkJggg=="");
 background-repeat: no-repeat;
 background-position: right center;
 padding-top: 5px;
 padding-right: 25px;
 padding-left: 5px;
 padding-bottom: 5px;
 display: block;
}
.fam_ad li:nth-last-of-type(1) {
 border-bottom: 1px solid #AAA;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}

img.kijib {
    float: left;
    margin: 5px;
    margin-right: 11px;
}
.kiji li {
    height: 180px;
}

.ad_ban {
text-align: center;
margin: 10px 0;
}

.pcNone {
display: none;
}

