﻿/*
Template Name: 青スタイルシート
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#global_space ul.sub-menu li a{
	color: #4E9282;
}
#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/blue/dot_color.png) left bottom repeat;
}

#navi_folder ul li a:hover{
	color: #FFF;
	background: #223B4C;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner_background {
	background: #223B4C;
	box-shadow: 0 0 100px #222 inset;
}

#top_news .flex-control-nav li:hover, li.flex-active, #top_news200 .flex-control-nav li:hover, li.flex-active { 
	border: none;
	background:#47718E;
}
#top_news h4.title{
	border: none;
	line-height: 15px;
	padding: 2px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title{
	border: none;
	padding-left: 20px;
	background: url(img/blue/title.png) repeat-x;
}
.top_table .entry-title a{
	color: #333;
}
.entry-title a:hover{
	color: #F80;
}
.top-entry-title, .kanren-entry-title{
	border:none;
	background: url(img/blue/top-entry.png) left bottom no-repeat;
}
.title_box .entry-title{
	background: url(img/blue/day.png) left 4px no-repeat;
}
.kanren-entry-title{
	background: url(img/blue/kanren-entry.png) left bottom no-repeat;
}
.top_table .link-next a{
	background: url(img/blue/more.png) left 5px no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kiji-navigation .s_pr, .kiji-navigation .s_ne{
	background: #47718E url(img/l_a.png) 10px no-repeat;
}
.kiji-navigation .s_ne{
	background: #47718E url(img/r_a.png) right no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.title, #wp-calendar caption, #wp-calendar caption{
	background: url(img/blue/title.png) repeat-x;
}

#left_folder ul li a, #right_folder ul li a{
	background: url(img/blue/arrow.png) 0 2px no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.econtent img.attachment-200x200, .econtent-none img.attachment-200x200 { 
	float: left;
	margin: 0 20px 0 0;
	background: #FFF (img/blue/img-b.png) no-repeat;
}
.econtent-i img.attachment-200x200, .econtent-none-i img.attachment-200x200 { 
	float: right;
	margin: 0 0 0 20px;
	background: #FFF (img/blue/img-b.png) no-repeat;
}
.top_table .eye-catch-img {
	background: #FFF (img/blue/img-b.png) no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_contents .date{
	border-bottom:3px #326358 solid;
}
#main_contents .date p{
	color:#4E9282;
}

.read_time{ 
	color:#326358; 
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	color: #333333;
	background: none;
	border-top: 4px #223B4C solid;
	border-bottom: 4px #47718E solid;
}
h4 {
	color: #333333;
	border: none;
	border-left: 6px #47718E solid;
	border-bottom: 2px #47718E solid;
}
h5 {
	color: #333333;
	border-bottom: 1px #47718E solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.more-link {
	background: url(img/blue/more.png) 10px no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリーボタン設定 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_sidebar ul li.recentcomments a, #right_sidebar ul li.recentcomments a{
	margin:0 ;
	text-align:center;
	list-style:none;
	background: #FFF url(img/side_ul.png) top repeat-x;
}
#eye_news_folder li a {
	background: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#searchsubmit {
	background:#223B4C;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/*当日*/
 table#wp-calendar td#today {
	background: #47718E;
	color:#EEE;
}

/*曜日セル*/
#wp-calendar thead tr th {
	background: #47718E;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOP専用最新の情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.new-content time{
	background: #47718E;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOP専用最新の情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tablenav .current {
	color: #47718E;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Footerエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer p {
	color: #47718E;
}
#footer a {
	color: #47718E;
	text-decoration: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOPに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.page_top a {
	background: url(img/blue/pagetop.png) no-repeat;
}
.page_top a:hover {
	background: url(img/blue/pagetop.png) no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box h3{
	color:#FFF;
	border: none;
	background: url(img/blue/title.png) repeat-x;
}
.comment_write{
	color:#326358;
}
ol.commentlist li div.reply {
	background: url(img/blue/title.png) repeat-x;
	padding:5px 3px 3px 5px;
	border: none;
}

/* サイトマップページ・ アーカイブページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h4.sitemap-cate-title {
	border: none;
	border-left:8px #223B4C solid;
	border-bottom:2px #223B4C solid;
	color:#223B4C;
}
h4 a{
	color:#223B4C;
}
.sitemap li {
	list-style: none;
	font-size: 13px;
	margin: 0 0 10px 0px;
	padding: 0 0 0 15px;
	background: url(img/blue/arrow.png) left 5px no-repeat;
}

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 th{
	border-color: #A5C3EF;
	background: #A5C3EF;
}
table.graph2 td{
	border-color: #A5C3EF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングa
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankinga-border{
	border-color: #6B9CE4;
}
.rankingvera .r1-title-no1 {
	background: url(img/ranking/aa-rank1.png) no-repeat;
	border-bottom:3px #6B9CE4 solid;
}
.rankingvera .r1-title-no2 {
	background: url(img/ranking/aa-rank2.png) no-repeat;
	border-bottom:3px #6B9CE4 solid;
}
.rankingvera .r1-title-no3 {
	background: url(img/ranking/aa-rank3.png) no-repeat;
	border-bottom:3px #6B9CE4 solid;
}
.rankingvera .r1-title-no4 {
	background: url(img/ranking/aa-rank4.png) no-repeat;
	border-bottom:3px #6B9CE4 solid;
}
.rankingvera .r1-title-no5 {
	background: url(img/ranking/aa-rank5.png) no-repeat;
	border-bottom:3px #6B9CE4 solid;
}
.rankingvera td.rbg {
	background: url(img/ranking/blue_back.png) top left no-repeat;
}
.rankingvera .r-a-contents {
	background: #DEE9F9;
	border: 3px #6B9CE4 solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングc
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingverc .title-back {
	background: url(img/ranking/title-back-blue.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: #333333;
}
.rankingverc .seal{
	background: url(img/ranking/seal_blue.png) no-repeat center center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */