/*
Template Name: 黒スタイルシート
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#h1_space{
	background: #444444;
	background:-moz-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-webkit-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-o-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-mis-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title{
	text-shadow: 0px 2px 2px #444444;
	background: #444444 ;
	background:	   -moz-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:	   -webkit-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:        -o-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:	   -mis-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
}

.entry-title a:hover{
	color: #5F5F5F;
}

.title{
	color:#444444 ;
	background:#fff url(img/black/dot_side.png) left bottom repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#global_space ul.sub-menu li a{
	color: #5F5F5F;
}

#global_space ul.sub-menu li a:hover{
	color: #FFF;
}

#global_space li:hover > a,
#global_space ul.sub-menu :hover > a,
#global_space a:focus {
	background:url(img/black/dot_color.png) left bottom repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新記事*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-content ul li{
	background:url(img/black/dot.png) left repeat-y;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_contents .date{
	border-bottom:3px #444444 solid;
}

#main_contents .date p{
	color:#5F5F5F;
}

.read_time{ 
	color:#444444; 
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	color:#5F5F5F;
	border-left:4px #5F5F5F solid;
	background: url(img/black/h4mark.png) left bottom no-repeat;
}

h4 {
	color:#5F5F5F;
	border-bottom: 3px solid #5F5F5F;
}

h5 {
	color:#5F5F5F;
	background: url(img/black/h5mark.png) left center no-repeat;
}


.c_c_t_w ul li, .c_c_b_w ul li{
	background: url(img/black/arrow_on.png) 0px 5px no-repeat;
}

.c_c_t_w ul li li, .c_c_b_w ul li li{
	background: url(img/black/arrow_on.png) 0 12px no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリーボタン設定 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_sidebar ul li a, #right_sidebar ul li a{
	background: url(img/black/arrow_on.png) 0 center no-repeat;
}

#left_sidebar ul li.recentcomments a, #right_sidebar ul li.recentcomments a{
	margin:0 ;
	text-align:center;
	list-style:none;
	background: url(img/side_ul.png) top repeat-x;
}

ul#eye_news li a {
	background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wp-calendar caption{
	color:#444444 ;
	background:#fff url(img/black/dot_side.png) left bottom repeat-x;
}

/*当日*/
 table#wp-calendar td#today {
	background: url(img/black/dot_color.png) repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOPに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#go_top a{
	background:url(img/black/go_top.png) center no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターフリースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box .title{
	color:#444444 ;
	background:#fff url(img/black/dot_side.png) left bottom repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul li{
	background:url(img/black/fotter_img.png) 10px 12px no-repeat;
}

.mini_box ul li li{
	background:url(img/black/fotter_img.png) 0px 10px no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer{
	background: #444444;
	background:-moz-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-webkit-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-o-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
	background:-mis-linear-gradient(
			   0deg,#444444 20%,#5F5F5F 50%,#444444 80%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box h3{
	color:#5F5F5F;
	border-left: 5px solid #444444;
	background: url(img/black/h3mark.png) left bottom no-repeat;
}

.comment_write{
	border-left:5px #444444 solid;
	color:#444444;
}

/* サイトマップページ・ アーカイブページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sitemap li{
	background: url(img/black/arrow_on.png) 5px center no-repeat;
}

h4.sitemap-cate-title {
	border-left:8px #444444 solid;
	border-bottom:2px #444444 solid;
}

h4 a{
	color:#444444;
}

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 th{
	border-color: #D8D8D8;
	background: #D8D8D8;
}
table.graph2 td{
	border-color: #D8D8D8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングa
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankinga-border{
	border-color: #D8D8D8;
}
.rankingvera .r1-title-no1 {
	background: url(img/ranking/aa-rank1.png) no-repeat;
	border-bottom:3px #D8D8D8 solid;
}
.rankingvera .r1-title-no2 {
	background: url(img/ranking/aa-rank2.png) no-repeat;
	border-bottom:3px #D8D8D8 solid;
}
.rankingvera .r1-title-no3 {
	background: url(img/ranking/aa-rank3.png) no-repeat;
	border-bottom:3px #D8D8D8 solid;
}
.rankingvera .r1-title-no4 {
	background: url(img/ranking/aa-rank4.png) no-repeat;
	border-bottom:3px #D8D8D8 solid;
}
.rankingvera .r1-title-no5 {
	background: url(img/ranking/aa-rank5.png) no-repeat;
	border-bottom:3px #D8D8D8 solid;
}
.rankingvera td.rbg {
	background: url(img/ranking/black_back.png) top left no-repeat;
}
.rankingvera .r-a-contents {
	background: #e9e9e9;
	border: 3px #D8D8D8 solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングc
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingverc .title-back {
	background: url(img/ranking/title-back-black.png) repeat-y left center;
}
.rankingverc .r1-title-no1, .rankingverc .r1-title-no2, .rankingverc .r1-title-no3, .rankingverc .r1-title-no4, .rankingverc .r1-title-no5{
	color: #555555;
}
.rankingverc .seal{
	background: url(img/ranking/seal_black.png) no-repeat center center ;
}

/*-----------------------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
-----------------------------------------------------------------------*/