@charset "UTF-8";

.contentsBlock h3{
	font-size:1.25em;
	font-weight:bold;
	line-height:120%;
	padding:4px 8px;
	border-left:1px solid #33ccff;
}

p.backMonthBtn a{
	display:block;
	color:#FFFFFF!important;
	font-size:10px;
	font-weight:bold;
	line-height:120%;
	text-decoration:none!important;
	padding:2px 4px 2px 12px;
	background-color:#ffac2d;
	background-repeat:no-repeat;
	background-position:left center;
}

p.backMonthBtn a:link,
p.backMonthBtn a:visited{
	background-image:url(./img/btn_bnum_off.jpg);
}

p.backMonthBtn a:hover{
	background-image:url(./img/btn_bnum_on.jpg);
}

/* カレンダー  ------------------------------*/
#calendarBlock{
	width:736px;
	background:url(./img/cal_bg.gif) repeat-y 0 0;
	margin-bottom:10px;
}

#calendarBlock .inner1{
	width:736px;
	background:url(./img/cal_bg_h.gif) no-repeat left top;
}

#calendarBlock .inner2{
	width:732px;
	padding:2px;
	background:url(./img/cal_bg_f.gif) no-repeat left bottom;
}

#ttlCal{
}

#ttlCal li{
	float:left;
	width:122px;
	height:38px;
}

	#ttlCal li span{
		width:120px;
		height:36px;
		display:block;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:0 0;
		margin:1px;
	}

	#ttlCal li.mon span{
		background-image:url(./img/bnum_ttl_mon.gif);
	}

	#ttlCal li.tue span{
		background-image:url(./img/bnum_ttl_tue.gif);
	}

	#ttlCal li.wed span{
		background-image:url(./img/bnum_ttl_wed.gif);
	}
	#ttlCal li.thu span{
		background-image:url(./img/bnum_ttl_thu.gif);
	}
	#ttlCal li.fri span{
		background-image:url(./img/bnum_ttl_fri.gif);
	}
	#ttlCal li.sat span{
		background-image:url(./img/bnum_ttl_sat.gif);
	}

#calendarBlock .week{
	background:url(./img/cal_bg_def.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#efefef;
}

#calendarBlock .week .day{
	float:left;
	width:111px;
	min-height:158px;
	border-right:1px dotted #0f9dd2;
	padding:2px 5px;
	text-align:left;
}

* html #calendarBlock .week .day{
	height:158px;
}

#calendarBlock .week .mon{
	width:110px;
	border-left:1px solid #FFFFFF;
}

#calendarBlock .week .sat{
	border:0;
}

#calendarBlock h4{
	color:#3a9cee;
	font-size:1.5em;
	line-height:120%;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}

#calendarBlock dl{
	background-repeat:no-repeat;
	background-position:50% 30px;
}

	/* 祝日・土曜の背景グラデ */
	#calendarBlock #thisWeek .holi{
		background-image:url(./img/cal_bg_holi.jpg);
		background-color:#f4d1d5;
	}

	/* 祝日・土曜の日付色 */
	#calendarBlock .week .holi h4{
		color:#eb6877;
	}

	#calendarBlock .week .sat h4{
		color:#f8b551;
	}

#calendarBlock .week dt{
	position:absolute;
	padding-top:5px;
}

#calendarBlock .week dd{
	position:relative;
	width:90px;
	font-size:0.9em;
	line-height:150%;
	padding:5px 0 5px 21px;
	background:url(./img/line_dot_g2_h.gif) repeat-x 0 0;
}

/* アイコン説明 */
#iconBlock{
	color:#666666;
	font-size:0.9em;
	text-align:right;
	line-height:120%;
	margin-bottom:10px;
}

#iconBlock img{
	vertical-align:middle;
}

/* 月ナビ */
#monthNavi{
	background:url(./img/mnavi_bg.gif) 0 0;
	padding:4px;
	margin:10px 0 15px 0;
}

#monthNavi dt,
#monthNavi dd{
	float:left;
}

#monthNavi dt{
	width:80px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}

#monthNavi dd{
	width:648px;
	background-color:#FFFFFF;
	display:block;
}

#monthNavi dd ul{
	display:block;
	padding:0 10px;
}

#monthNavi dd li{
	float:left;
	color:#33ccff;
	font-weight:bold;
	background:url(./img/arrow_b_l.gif) no-repeat left center;
	padding:10px 20px;
}

#monthNavi dd li a{
	font-weight:normal;
}


/* 放送内容（日別）  ------------------------------*/
#backnumberDay{

}

#backnumberDay h3{
	float:left;
}

#backnumberDay h4{
	width:716px;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:120%;
	background:url(./img/ttl_bg_b.jpg) no-repeat 0 0;
	padding:8px 10px 6px;
	margin:15px 0;
}

#backnumberDay p.backMonthBtn{
	float:right;
	margin-top:10px;
}

#backnumberDay #onairList{
	padding-left:10px;
	line-height:180%;
	margin-bottom:25px;
}

#backnumberDay #pickupArea{
}

#backnumberDay #pickupArea h5{
	color:#3897ec;
	font-size:1.15em;
	line-height:120%;
	font-weight:bold;
	padding-bottom:5px;
	background:url(./img/line_dot_h_b.gif) repeat-x left bottom;
	margin-bottom:15px;
}

#backnumberDay #pickupArea .block{
	margin-bottom:20px;
}

#backnumberDay #pickupArea dl{
	float:left;
	width:200px;
	border:1px solid #EEEEEE;
	padding:6px;
	margin-left:20px;
	margin-bottom:20px;
}

#backnumberDay #pickupArea dd{
	line-height:120%;
	padding:6px 0;
}

#backnumberDay #pickupArea dd a{
	font-weight:bold;
	padding-left:10px;
	background:url(./img/arrow_b_s.gif) no-repeat 0 3px;
}


/* 放送内容（詳細）  ------------------------------*/
#backnumberDetail{

}

#backnumberDetail h3{
	margin-bottom:15px;
}

#backnumberDetail .subttl{
	background:url(./img/line_dot_h_b.gif) repeat-x left bottom;
	margin-bottom:15px;
}

#backnumberDetail h4{
	float:left;
	color:#3897ec;
	font-size:1.15em;
	line-height:120%;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:15px;
}

#backnumberDetail p.backMonthBtn{
	float:right;
}

#backnumberDetail #detailArea{
	float:left;
	width:500px;
}

	#backnumberDetail #detailArea h5{
		font-size:1.15em;
		line-height:120%;
		font-weight:bold;
		background:url(./img/bnum_ttl_02.gif) repeat-x left bottom;
		padding:6px;
		border:1px solid #EEEEEE;
		margin-bottom:15px;
	}

	#backnumberDetail #detailArea table{
		width:500px;
		margin-bottom:15px;
	}

	#backnumberDetail #detailArea th,
	#backnumberDetail #detailArea td{
		line-height:160%;
		padding:6px 12px 6px 6px;
		vertical-align:top;
	}

	#backnumberDetail #detailArea th{
		width:28%;
		color:#3897ec;
		font-weight:bold;
		border-top:1px solid #98d0ff;
	}

	#backnumberDetail #detailArea td{
		border-top:1px dotted #dddddd;
	}

	#backnumberDetail #detailArea p{
		line-height:160%;
		margin-bottom:10px;
	}

	#backnumberDetail #detailArea .comment{
		font-size:0.9em;
	}


#backnumberDetail #photoArea{
	float:right;
	width:214px;
}

	#backnumberDetail #photoArea img{
		padding:6px;
		border:1px solid #EEEEEE;
		margin-bottom:10px;
	}


