/* 見出し
----------------------------------------------- */
/* 投稿記事 */
.entry-title, .entry-title a{
	color:#fff;
	background:#6a1917;
}
/* 固定ページ・サイドバー */
.page-title, .sidebar-title {
	color: #6a1917;
}

/* グローバルナビ
----------------------------------------------- */
/* 下のライン */
#global{
	border-bottom: 3px solid #6a1917;
}
/* ボタンのマウスオーバー時と現在地 */
#global_home a:hover,
#global_home a.current,
#global_other li a:hover,
#global_other li a.current{
	background: linear-gradient(to bottom, #bb2e2b, #6a1917);
}
.ie #global_home a:hover,
.ie #global_home a.current,
.ie #global_other li a:hover,
.ie #global_other li a.current{  /* IE9以下 */
	background:#6a1917; 
}
/* トップへ戻るボタン
----------------------------------------------- */
#back_top a{
	color:#fff;
	background:#6a1917;
}
/* ページ送りナビゲーション	
----------------------------------------------- */
/* ボタン */
.pagination a {
	background: #fff;
}
/* マウスオーバー時と現在地 */
.pagination a:hover,
.pagination .current{
	color: #fff;
	background: #6a1917;	
}
/* 矢印
----------------------------------------------- */
.page_nav ul li:before,
.arrowlink:before{ 
	color: #6a1917;
}
