<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*---------------
 __sub
----------------*/
#sub {
	float:right;
	width:200px;
	font-size:75%;
}

/*------todayPgm------*/
#sub #todayPgm {
	background-color:#000;
	margin-bottom:15px;
	padding-bottom:5px; /*20100426*/
}
#todayPgm h2 {
	width:200px;
	height:30px;
background:url(/shared/img/todayspgm.gif);
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
#todayPgm {
	color:#fff;
}
#todayPgm a:link {
	color:#fff;
	text-decoration:underline;
}
#todayPgm a:visited {
	color:#fff;
	text-decoration:underline;
}
#todayPgm a:hover {
	color:#fff;
	text-decoration:none;
}
#todayPgm a:active {
	color:#fff;
	text-decoration:underline;
}

#todayPgm #timetable,
#todayPgm #sliding1 {
	width:194px;
	margin:3px;
	font-size:91%;
}
#todayPgm .time {
	font-size:91%;
	font-family:arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#timetable .before,
#timetable .now {
	margin-bottom:5px;
}
#timetable .before dt,
#timetable .after dt,
#todayPgm .moreAfter dt {
	float:left;
	width:60px;
	margin-right:2px;
	padding:2px;
	background-color:#e60079;
	font-size:91%;
	font-family:arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1;
}
#timetable .before dd,
#timetable .after dd,
#todayPgm .moreAfter dd {
	float:left;
	width:125px;
	text-align:left;
	line-height:1.2em;
}

#timetable .now {
	background-color:#e60079;
}
#timetable .now h3 {
	width:194px;
	height:15px;
	margin-top:5px;
background:url(/shared/img/pgm_now.gif) 3px 3px no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
#timetable .now .standby {
	display:block;
	width:178px;
	height:190px;
	padding:8px;
}
#timetable #program {
	width:184px;
	margin-bottom:5px;
	padding:5px;
	background-color:#e60079;
}
#timetable #program .pTitle{
	float:right;
	width:121px;
	text-align:left;
}

#timetable #program .pTitle p{
	color:#fff;
}

* html #timetable #program .pTitle { /*2010.5.7追加*/
	word-break:break-all;
}

#timetable #program .pTitle strong {
	font-size:109%;
	font-weight:bold;
    line-height:1.2;
	display:block;
}
#timetable #program .pTitle .btnMsg {
	margin-top:5px;
}
#timetable #program .pImg {
	width:60px;
	height:60px;
}

#timetable #program .pImg a{
	position: relative;
	height: auto;
}

#timetable #program .personality {
    clear:both;
    padding-top:5px;
	text-align:left;
}
#timetable #program .todayInfo {
	display:block;
	margin:6px 0;
	padding-bottom:2px;
	border-bottom:1px dotted #fff;
}
#timetable table {
	width:184px;
}
#timetable caption {
	width:71px;
	height:15px;
background:url(/shared/img/pgm_cnr.gif) left top no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
#timetable th {
	display:none;
}
#timetable td.time {
	padding-right:3px;
	vertical-align:top;
	width:30px;
}

#todayPgm #sliding1 {
	display:none;
}
#todayPgm .moreAfter dl {
	padding-top:10px;
}

#todayPgm .continue a {
	display:none;
}
#todayPgm .continue a.down {
	background:url(../../shared/img/btn_down.gif) top center no-repeat;
    cursor:pointer;
}
#todayPgm .continue a.up {
	background:url(../../shared/img/btn_up.gif) top center no-repeat;
    cursor:pointer;
}

#todayPgm #mieruRadio {
	width:200px;
	height:50px;
}

#todayPgm #radiko {
}

#todayPgm #radiko #radiko_txt {
	font-size: 10px;
	text-align: center;
}


/*------nav------*/
#sub #nav {
	width:198px;
	border:1px solid #cacaca;
	background:url(../../shared/img/bg_nav.gif) repeat-y;
}
#nav dt {
	width:198px;
	height:28px;
	margin:5px 0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
#nav dd {
	margin-bottom:3px;
	padding:0 10px 0 18px;
	background:url(../../shared/img/mrk_arrow.gif) 10px 5px no-repeat;
}

#nav .listen dt {
	background:url(../../shared/img/navttl1.gif) no-repeat;
	margin-top:0;
}

#nav .enjoy dt {
	height:25px;
	background:url(../../shared/img/navttl2.gif) no-repeat;
}

#nav .buy dt {
	background:url(../../shared/img/navttl3.gif) no-repeat;
}

#nav .read dt {
	height:25px;
	background:url(../../shared/img/navttl4.gif) no-repeat;
}

#nav .know dt {
	height:25px;
	background:url(../../shared/img/navttl5.gif) no-repeat;
}


</pre></body></html>