@charset "utf-8";

/* CSS TOP INDEX -----------------------------------------------

01 NOW ON AIR
02 PICK BOX
03 Chart
--------------------------------------------------------- */

/* =========================================================
	NOW ON AIR
========================================================= */

#onAir {
	background-image: url(../images/now_on_air.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 620px;
	margin-top: 20px;
}
#onAir #onAirTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 130px;
	display: block;
	text-align: center;
	margin-top: 5px;
	float: left;
}
#onAir #onAirPrograms {
	display: block;
	width: 380px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

 .pointer {
     cursor: pointer;
 }

#onAir #onAirList {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 11px;
}


/* =========================================================
	PICK BOX
========================================================= */

.box {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
}

/* ・ｽ逾会ｿｽ#邏包ｿｽ・ｽ繝ｯ・ｽ・ｽ蜥ｲ・ｽ#・ｽ・ｽ・ｽ・ｽ・ｽ髏假ｿｽ@OX */
.boxEnd {
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	display: block;
	clear: both;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
}

/* =========================================================
	VIDEO
========================================================= */

/* SEARCH ・ｽ・ｽ・ｽ・ｽ繝｢・ｽ閹､蜷ｾ・ｽ */
#videoSearch {
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 620px;
	margin-bottom: 10px;
	display: block;
}
#videoSearch #vodeoSearchForm {
	width: 380px;
	float: left;
	margin-top: 6px;
	margin-left: 50px;
	color: #999999;
	display: inline;
}
#videoSearch #vodeoSearchForm .videoSearch {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 370px;
	height: 20px;
	display: inline;
}

#videoSearch #vodeoSearchBtn {
	float: left;
	margin-top: 5px;
	margin-left: 7px;
}
#videoSearch #vodeoSearchBtn a {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 72px;
	display: block;
	text-indent: -9999px;
}
#videoSearch #vodeoSearchBtn a:hover {
	background-image: url(../images/search_on.gif);
}

#videoSearch #vodeoSearchHelp {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	font-size: 11px;
}
.videoProgramTitle,
.TVProgramTitle {
	display: block;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 200px;
	font-weight: bold;
}

.videoProgramTxt,{
	color: #999999;
	font-size: 11px;
	width: 200px;
}

.videoPhoto {
	height:54px;
	line-height:0;
	margin:0px auto;
	position:relative;
	width:72px;
}

.videoPhoto img{
	max-width:72px;
	max-height:54px;

}

.videoPhoto span {
	display:block;
	width:72px;
	height:54px;
	margin:10px;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	background:url(/common/images/video_play.png) 0 0 no-repeat;
	_background:url(/common/images/video_play.png) 0 0 no-repeat;
	z-index:100;
	line-height:0;
	cursor:pointer;
	border:none;
}

.newsDate {
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	display: block;
	width: 200px;
}
.newsTitle {
	width: 200px;
	font-weight:bold;
	display: block;
}
.newsPhoto {
	text-align:center;
	width: 72px;
	height: 72px;
}
.newsPhoto img {
	max-width:72px;
	max-height:72px;
}

.TVProgramTxt {
	font-size: 11px;
	color: #333333;
	display: block;
	width: 200px;
}
.TVProgramDate {
	font-size: 11px;
	color: #333333;
	display: block;
	font-weight: bold;
	width: 200px;
}
#TVProgramList {
	padding: 10px;
}
.eventTitle {
	font-weight: bold;
	display: block;
	width: 490px;
	padding-top: 3px;
}
.eventTxt {
	font-size: 11px;
	width: 490px;
	display: block;
	color: #333333;
}
.eventDate {
	display: block;
	padding-bottom: 5px;
}




.box dl {
	margin: 0px;
	padding: 0px;
}


.box dt {
	display: block;
	padding: 10px;
	width: 72px;
	float: left;
	font-size: 11px;
}
.box dd {
	display: block;
	float: left;
}
#eventBox .box dt {
	width: 110px;
}
.chartArtist {
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 0px;
}


.impact {
	font-weight: bold;
}

.TVtime {
	margin-right: 10px;
	color: #666666;
}

/* =========================================================
	Chart
========================================================= */
.tabheader .close {
	background-color: #e5e5e5;
	margin:0;
	white-space: nowrap;
}
.tabheader .open {
	background-color: #666666;
	margin:0;
	white-space: nowrap;
}

.tabheader .close a {
	color: #000000;
}

.tabheader .open a {
	font-weight: bold;
	color: #FFFFFF;
}

.tabheader a {text-decoration: none;}

#chart_head1 a,#chart_head2 a,#chart_head3 a {
	width: 96px;
	height: 18px;
	display: block;
}
#chart_head4 a {
	width: 144px;
	height: 19px;
	display: block;
}

#chart_head5 a {
	width: 144px;
	_width: 145px;
	height: 19px;
	display: block;
}

#chart_head1 a:hover,#chart_head2 a:hover,#chart_head3 a:hover,#chart_head4 a:hover,#chart_head5 a:hover {
	background-color: #0077bb;
	color: #FFFFFF;
}

.tabbody {
  border-color: black;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 1em;
}
#box1,#box2,#box3,#box4,#box5 {
	padding: 0px;
}
.chart_box {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
#chart_head1 {
	width: 96px;
	height: 18px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#chart_head2 {
	width: 96px;
	height: 18px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#chart_head3 {
	width: 96px;
	height: 18px;
	text-align: center;
	float: left;
}
#chart_head4 {
	width: 144px;
	height: 19px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	float: left;
}
#chart_head5 {
	width: 145px;
	_width: 144px;
	height: 19px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.tabheader {
	padding: 5px;
}
/* facebook
****************************/
#topR_fb {
	background: #3b5998;;
	color: #fff;
	width: 300px;
	padding: 12px 0 10px 0;
	position: relative;
	margin-top: 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Chrome */
	-moz-border-radius: 5px; /* Firefox */
}
#topR_fb img {
	left: 222px;
	top: 10px;
	position: absolute;
}
#topR_fb_in {
	background: #f3f3f3;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Chrome */
	-moz-border-radius: 5px; /* Firefox */
	margin: 0 1px 0 1px
}
#topR_fb p {
	margin: 0;
	padding: 0 0 12px 10px;
	font-weight: bold;
	font-size: 12px;
}

/* twitter
****************************/
#topR_tw {
	margin-top: 15px;
}
#topR_tw_in {
	position:relative;
	margin-top: 15px;
	z-index: 2;
}
#topR_tw_in img {
	left: 223px;
	top: 10px;
	position: absolute;
	z-index: 1;
}
.twtr-join-conv,.twtr-ft a {
	display: none !important;
}
