/*
Template Name: オレンジスタイルシート
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tittle_box {
	background: #FF8916;
	border-top: 6px solid #ff6c13;
}

h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* 上部ボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#btn_box ul li.sitemap {
	background: url(img/orange/sitemap.png) no-repeat;
}
#btn_box ul li.RSS {

	background: url(img/orange/rss.png) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top_navigation {
	background: url(img/orange/navi.png) bottom repeat-x;
}
#top_navigation ul li a {
	background: url(img/orange/navi.png) top left no-repeat;
}
#top_navigation ul li a:hover {
	background: url(img/orange/navi.png) top left no-repeat;
	color: #FFAE14;
}

/* ----------------------------------------- */

#top_navigation ul.sub-menu li a {
	background: url(img/orange/navi.png) top left no-repeat;
}
#top_navigation ul.sub-menu li a {
	background: url(img/orange/navi.png) top left no-repeat;
	color: #FFFFFF;
}
#top_navigation ul.sub-menu li a:hover {
	background: #ff6c13;
	color: #FFAE14;
}

/* ------------------------------------------ */

#top_navigation li:hover > a,
#top_navigation ul.sub-menu:hover > a,
#top_navigation ul li:hover > a,
#top_navigation ul a:focus  {
	background: url(img/orange/navi.png) top left no-repeat;
}
#top_navigation ul li:hover > a,
#top_navigation ul a:focus 
	background: url(img/orange/navi.png) top left no-repeat;
}

#top_navigation ul.menu li:hover > ul {
	background: url(img/orange/navi.png) top left no-repeat;
}

/* ------------------------------------------ */

#top_navigation .menu ul.menu ul.sub-menu ul.sub-menu li a:hover {
	background:#ff6c13;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title {
	background: #FF8916 url(img/orange/main_title.png) top repeat-x;
	background: -moz-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -webkit-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -o-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -mis-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
}
.econtent-none, .econtent-none-i, .econtent, .econtent-i {
	background: #FFFFFF url(img/orange/dotted.png) top repeat-x;
}

/* 見出し設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	background: url(img/orange/st.png) left bottom no-repeat ;
}
h4 {
	border-top: 2px solid #ff6c13;
	background: url(img/orange/h5_mark.png) no-repeat left 4px;
}
h5 {
	background: url(img/orange/h5_mark.png) no-repeat left 4px;
}


/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanrenmenu_thumb {
	background: #FFFFFF url(img/orange/dotted.png) top repeat-x;
}

/* メインコンテンツウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w .textwidget, .c_c_b_w .textwidget, .c_c_b_w .tagcloud, .c_c_t_w .tagcloud {
	background: #FFFFFF url(img/orange/dotted.png) top repeat-x;
}
.c_c_t_w ul, .c_c_b_w ul {
	background: #FFFFFF url(img/orange/dotted.png) top repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-content ul {
	background: #FFFFFF url(img/orange/dotted.png) top repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ・個別記事ナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.page-numbers, .tablenav .current {
	border: solid 1px #ccc;
	background: url(img/orange/sub_back1.png) top no-repeat;
}
.tablenav .current {
	border: 1px #555 solid;
	color: #FFF;
	font-weight: bold;
	background: url(img/sub_back2.png) top no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box h3 {
	background: url(img/orange/h3_mark.png) no-repeat 10px center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title {
	background: #FF8916;
	background: -moz-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -webkit-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -o-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -mis-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
}
#l_c_m ul, #r_c_m ul {
	background: #EFEFEF url(img/orange/dotted.png) top repeat-x;
}
#l_c_m ul li a: hover, #r_c_m ul li a: hover {
	background: #F8F8F8 url(img/orange/arrow_on.png) 5px center no-repeat;
}
#l_c_m ul#recentcomments, #r_c_m ul#recentcomments {
	background: #EFEFEF url(img/orange/dotted.png) top repeat-x;
}

/* タグクラウド */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tagcloud {
	background: #FFF url(img/orange/dotted.png) top repeat-x;
}

/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform, select{
	background: #FFF url(img/orange/dotted.png) top repeat-x;
}

/* その他ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.textwidget {
	background: #FFF url(img/orange/dotted.png) top repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top_return {
	background:url(img/orange/go-toppage.png) center right no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box .title {
	background: #FF8916;
	background: -moz-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -webkit-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -o-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
	background: -mis-linear-gradient(
			   0deg,#ff6c13 0%,#FF8916 30%,#FF8916 70%,#ff6c13 100%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box ul {
	background: #EFEFEF url(img/orange/dotted.png) top repeat-x;
}

/* copyright設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	background: #222222;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h4.sitemap-cate-title {
	background: url(img/orange/st.png) no-repeat bottom;
}

/* グラフ２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.graph2 th{
	border-color: #ffcfa9;
	background: #ffcfa9;
}
table.graph2 td{
	border-color: #ffcfa9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングa
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankinga-border{
	border-color: #ffcfa9;
}
.rankingvera .r1-title-no1 {
	background: url(img/ranking/aa-rank1.png) no-repeat;
	border-bottom:3px #ffcfa9 solid;
}
.rankingvera .r1-title-no2 {
	background: url(img/ranking/aa-rank2.png) no-repeat;
	border-bottom:3px #ffcfa9 solid;
}
.rankingvera .r1-title-no3 {
	background: url(img/ranking/aa-rank3.png) no-repeat;
	border-bottom:3px #ffcfa9 solid;
}
.rankingvera .r1-title-no4 {
	background: url(img/ranking/aa-rank4.png) no-repeat;
	border-bottom:3px #ffcfa9 solid;
}
.rankingvera .r1-title-no5 {
	background: url(img/ranking/aa-rank5.png) no-repeat;
	border-bottom:3px #ffcfa9 solid;
}
.rankingvera td.rbg {
	background: url(img/ranking/orange_back.png) top left no-repeat;
}
.rankingvera .r-a-contents {
	background: #ffe2cb;
	border: 3px #ffcfa9 solid;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングc
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingverc .title-back {
	background: url(img/ranking/title-back-orange.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: #FF6C13;
}
.rankingverc .seal{
	background: url(img/ranking/seal_orange.png) no-repeat center center;
}

/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/