@charset "utf-8";

/* -------------------------------------------------------------
	サブページ共通
-----------------------------------------------------------------*/
body {
	color: #001225;
	background:
	url(../img/bg_sub_01.jpg) 50% 0 no-repeat,
	url(../img/bg_sub_02.jpg) 50% 300px no-repeat,
	url(../img/bg_sub_05.jpg) 50% 0px repeat-y;
	background-color: #62748c;
}
#wrap {
	background:
	url(../img/bg_sub_04.jpg) 50% 750px no-repeat,
	url(../img/bg_sub_03.jpg) 50% 525px no-repeat;
}

/* ページ別背景 */
#main {}
#main.main_lineup { background: url(../../img/bg_lineup.png) 50% 0 no-repeat; }


/* ヘッダー */
header {
	width: 1110px;
	height: 283px;
	position: relative;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	top: 11px;
	left: -11px;
	z-index: 5;
}
header #header_date {
	position: absolute;
	top: 16px;
	right: 0px;
	z-index: 5;
}
header #gnavi {
	position: absolute;
	top: 115px;
	right: 0px;
	z-index: 5;
}
header #bg_pic {
	width: 1110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* コンテンツ */
#contents {
	width: 1110px;
	position: relative;
	margin: 0 auto 60px;
	padding: 11px 0 0;
}

/* フッター */
footer {
	width: 100%;
	height: 275px;
	background: url(../img/footer_sub_bg.png) 50% 0 repeat-x;
}
footer .inner {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding-top: 30px;
}

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }


/* ご了承ください */
#top_notice {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 42px;
    right: 25px;
	z-index: 10;
	line-height: 1.4;
}
#footerlogo {
	margin-top: 22px;
}


/* -------------------------------------------------------------
	放送内容　ラインナップ
-----------------------------------------------------------------*/
#lineup {
	padding-bottom: 60px;
}
#lineup h2 {
	text-align: center;
	margin-bottom: 6px;
}

#list {
	width: 1050px;
	height: 395px;
	padding: 0;
	margin: 0 auto;
}
#list .inner {
	width: 1050px;
	height: 395px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}
#list table {
	width: 1023px;
	border-collapse: collapse;
	border-left: 5px solid #e2005a;
	margin-bottom: 2px;
}
#list td {
	background-color: #fff;
	/*padding: 15px 0;*/
	line-height: 1.4;
	font-size: 16px;
}
#list .num {
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	width: 79px;
}
#list .num span {
	background: url(../../img/num.png) 50% 50% no-repeat;
	display: block;
	width: 79px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#list .date {
	/*width: 160px;*/
	width: 200px;
	padding: 15px 0 15px 20px;
	/*padding-left: 20px;*/
}
#list .ttl {
	/*color: #999;*/
	font-weight: bold;
	padding-left: 20px;
}
/*#list .ttl a {
	color: #001225;
	font-weight: bold;
	text-decoration: underline;
}
#list .ttl a:hover {
	text-decoration: none;
}*/
#list .pic {
	width: 160px;
	padding: 15px 0;
}
#list .pic img {
	width: 160px;
}
#list .copy {
	position: relative;
	text-align: right;

}
#list .copy img {
	/*position: absolute;
	top: 0;
	right: 0;*/

}


/* -------------------------------------------------------------
	放送内容　あらすじ
-----------------------------------------------------------------*/
#onair {
	padding-bottom: 80px;
}
#onair h2 {
	text-align: center;
	margin-bottom: 40px;
}
#onair #backnum {
	text-align: right;
	margin-bottom: 20px;
}
#onair .inner {
	width: 960px;
	margin: 0 auto;
}
#onair h3 {
	/*background: url(../../img/t_sub_onair.png) 0 0 no-repeat;
	width: 960px;
	height: 60px;*/
	background:
	url(../../img/t_sub_onair_01.png) 50% 0 no-repeat,
	url(../../img/t_sub_onair_02.png) 50% 50% no-repeat,
	url(../../img/t_sub_onair_03.png) 50% 100% no-repeat;
	width: 960px;
	height: auto;
	color: #012055;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 8px;
	padding: 20px 0;
}
#onair .date {
	text-align: right;
	margin-bottom: 35px;
	margin-right: 2px;
}
