/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0 30px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
	padding: 0 0 0 -30px;
}

.accessible_news_slider li {
	float: left;
}

.accessible_news_slider li.current a {
	background: #DF6946;
	color: #fff;
}

.accessible_news_slider li a {
	float: left;
	display: inline;
	width: 76px;
	height: 45px;
	display: block;
	background: #ccc;
	border-right: solid 3px #df6946;
	border-top: solid 3px #df6946;
	border-bottom: solid 3px #df6946;
	padding: 5px 0 0 15px;
	color: #666;
}

.accessible_news_slider ul#day1 li#day1 a {
	background: #DF6946;
	color: #fff;
}

.accessible_news_slider li a:hover {
	background: #DF6946;
	display: block;
	color: #fff;
	text-decoration: none;
}


.accessible_news_slider li a {
	display: block;
	font-weight: 400;
	
}


.accessible_news_slider li span {
	font-size: 2.0em;
	margin: 0 3px 0 0;
}

.accessible_news_slider li span a {
	color: #de4242;
}



/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 600px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(../js/images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(../js/images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../js/images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../js/images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 687px;
	margin: 0 0 0;
	background: url(../images/mm_movie_bg_schedule.gif) no-repeat;
	padding: 0 28px 0 0;
	height: 57px;
}



.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	position: absolute;
	top: 0;
	left: 0px;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	left: 0px;
	width: 28px;
	line-height: 23px;
}
.business_as_usual .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	right: 0;
}

*html .business_as_usual .next a {
	right: -1px;
}


.business_as_usual .view_all {
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(../js/images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
	display: none;
}



/*
	トップジャンル別番組ジャンル用
-----------------------------------------------------------------------------------------*/


.fl {
	float: left; display: inline;
}

.news_slider {
	position: relative; 
	width: 908px;
	margin:0;
	background: url(../images/mtv_top_bg_genre.gif) no-repeat;
	overflow: hidden;
}

*html .news_slider {
	width: 905px;
}

.news_slider .messaging {
	display: block;
	padding: 5px;
	margin: 0 20px 5px 20px;
	background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute;
	height: 87px;
	display: none;
	width: 16px;
	z-index: 3;
}
.news_slider .next {
	right: 0;
}
.news_slider .newscontainer {
	position: relative; 
	top: 0;
	left: 0;
	background: #fff;
	height: 87px;
	overflow: hidden;
}

.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	width: 860px; 
	overflow: hidden;
	margin: 0 0 0 16px;
	zoom: 1;
}

.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
	display: none;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 215px; 
	margin-right: 5px;
	float: left; 
	display: inline;
}

.news_slider .item div {
	font-size: .8em;
	 padding: 5px 0 5px 0;
	 width: 100px;
}
.news_slider .item img {
	padding: 10px 5px 10px 10px;
}

.news_slider .item dl dt img {
	padding: 0;
}

.news_slider .fl dl dt{
	color: #f00;
	margin: 0 0 3px;
}

.news_slider .fl dl dd {
	line-height: 1.2em;
}
.news_slider .fl dl dd a {
	color: #3F94B0;
}

.news_slider .fl p.detail {
	background:url("../images/mtv_top_icon_arrow02.gif") no-repeat 0 15%;
	padding:0 0 0 12px;
	line-height: 1.2em;
}






