/*
 * customize.css
 * ver.1.2
 * 2015.05.19
 */
 
@charset "utf-8";

/* サイト全体の背景・文字 */
body {
	color:#333;
	background: #eee;
}

/* ヘッダーの背景 */
header#page_header .header_block {
	border-left:	1px solid #e4e4e4;
	border-right:	1px solid #e4e4e4;
	border-bottom:	1px solid #e4e4e4;
	background:#FFF;
}

/* メインカラムの背景 */
article,
.pageswitch{
	border:1px solid #e4e4e4;
	background:#FFF;
}

/* 記事タイトル */
article .title_box {
	background: #ffffff;/* 背景 */
	border-bottom: 6px solid #cccccc; /* 下線*/
}
article .title_box:after {
	border-top-color: #ffffff;/* 吹き出し三角の背景 */
}
article .title_box:before {
	border-top-color: #ccccccc;/* 吹き出し三角のボーダー */
}

/* 続きを表示ボタン */
.btn_more {
	border:1px solid #e4e4e4;
}

/* ページャー */
.pageswitch{
	color: #666;
	border:1px solid #e4e4e4;
}
.pageswitch a{
	color: #ad0000;
	background-color:#eeeeee;
}
.pageswitch a:hover{
	background-color:#4d4c4c;
	color:#FFF;
}
.pageswitch .active{
	background-color:#4d4c4c;
	color: #FFF;
}

/* サブカラムの背景 */
#content_sub .contentsub_box {
	border:1px solid #e4e4e4;
	background:#FFF;
}

/* サブカラムのタイトルの下線 */
#listen_header,
#personality h2,
#recent h2,
#backnumber h2 {
	border-bottom:4px solid #ccc;
}

/* フッターの背景・ボーダー */
footer#page_footer {
	border-top:1px solid #e4e4e4;
}

/* フッターのコピーライト */
footer#page_footer small {
}

/* フッターのページトップボタン */
footer#page_footer a {
	background:#333;
	color:#FFF;
}

/* リンク */
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #F20000;
	text-decoration: underline;
}
