/* CSS Reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, address, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
fieldset, img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* layout */
.clear {
	clear: both;
}
br.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.pkg:after,
#main:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg,* html #main { display: inline-block; } /* no ie mac \*/ * html .pkg { height: 1%; } .pkg { display: block; } /* */

/* 
 fod 
 */
/*--------------------------------------
	LAYOUT
---------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	height: 30px;
	padding-bottom:10px;
	clear: both;
	border-bottom: solid #bebebe 1px;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*--------------------------------------
	end:LAYOUT
---------------------------------------*/
html {
	font-family: sans-serif;
	text-align: center;
}
body {
	background-color: #eee;
	background-image: url(../images/common/body_bg.gif);
	background-repeat: repeat;
	text-align: left;
}
#wrap {
	background-color: #fff;
	border-right: solid #bebebe 1px;
	border-left: solid #bebebe 1px;
}
a {
	color: #333;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
/* 共通Header > swfに置き換え */
#header_area {
	background-image: url(../images/common/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#fod_logo {
	float: left;
	padding-left: 15px;
}
#fod_logo img {
	width: 200px;
	height: 80px;
}
#fod_catchcopy {
	float: left;
	padding-left: 10px;
	margin-top: 5px;
}
#fod_catchcopy img {
	width: 207px;
	height: 66px;
}
#whatsnew {
	background-image: url(../images/common/whatsNew_bg.gif);
	background-repeat: no-repeat;
	width: 508px;
	height: 49px;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	margin-right: 20px;
	_margin-right: 10px;
}
.menu_provider {
	text-align: right;
	padding: 5px 5px;
	height: 18px;
	overflow: hidden;
}
.menu_provider li {
	background-image: url(../images/common/li_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding: 10px 15px 0px;
}
li.list_close {
	background-image: none;
}
#menu_genre {
	clear: both;
}
#menu_genre li {
	display: inline;
	font-size: 12px;
}
#top_banners {
	text-align: center;
	margin-bottom: 10px;
}
#top_banners img{
	padding-top: 20px;
}
/*  */
.container {
}
.container { /* v2 */
	clear: both;
	height: auto;
	margin-top: 30px;
	background-image: url(../images/common/container_bodyBG_btm.gif);
	background-position: 13px bottom;
	background-repeat: no-repeat;
	border-bottom: solid white 1px;
}
.containerWrapper {
	background-image: url(../images/common/container_bodyBG_rpt.gif);
	background-position: 13px 100%;
	background-repeat: repeat-y;
}
.contents_area {
	width: 960px;
	padding: 5px 0 20px 30px;
}
/* Flash Banner */
#TOP_banners {
	width: 1000px;
	height: 300px;
	text-align: center;
}
/* TOP Sample movie */
#top_sample_movie {
	background-image: url(../images/index/sample_movie_top.gif);
	background-repeat: no-repeat;
	width: 848px;
	height: 31px;
	margin: 0 auto;
	padding-left: 120px;
	padding-top: 3px;
	color: #4c4c4c;
}
#top_sample_movie a {
	float: left;
	margin-right: 4px;
}
#top_sample_movie p {
	float: left;
	margin-top: 8px;	
	margin-left: 10px;
	width: 500px;
	font-size: 10px;
	color: #f00;
	font-weight: bold;
}
#top_sample_movie p a {
	float: none;
	margin-right: 0px;
}
#promotion_btn {
	position: absolute;
	top: 20px;
	right: 34px;
}
#contaninerItudoko {
	margin-top: 20px;
}

/* #####################################
	 	coming soon
##################################### */
#comingsoon {
	font-size: 12px;
}
#comingsoon ul{
	margin-top: 10px;
}
#comingsoon li {
	height: 20px;
	text-indent: 12px;
	margin-left: 20px;
	background-image: url(../images/index/list_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	_background-position: 0px 3px;	
	position: relative;
	color: #343434;
}
#comingsoon li span {
	line-height: 1.7;
	position: absolute;
	left: 430px;
	color: #898989;
}
#comingsoon li span img {
	margin-right: 10px;
}
#playersRequired {
	clear: both;
	background-image: url(../images/common/playersRequired.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	width: 953px;
	height: 73px;
	margin: 10px auto 0px;
	padding: 10px;
}
#playersRequired .contents_area {
	width: auto;
}
#playersRequired img {
	float: left;
	margin: 2px 25px 12px 0;
}
#playersRequired p {
	margin: 0 10px 12px 0;
	font-size: 12px;
	line-height: 1.5em;
}
#footer {
	background-image: url(../images/common/fujitv_copyright.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	text-indent: -9999px;
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right: solid #bebebe 1px;
	border-left: solid #bebebe 1px;
}


/*  #####################################
	 	一覧表示共通設定
#####################################  */
.genre_drama {	background-image: url(../images/common/genre_drama_bg.gif);}
.genre_variety {background-image: url(../images/common/genre_variety_bg.gif);}
.genre_music {	background-image: url(../images/common/genre_music_bg.gif);}
.genre_sports {	background-image: url(../images/common/genre_sports_bg.gif);}
.genre_anime {	background-image: url(../images/common/genre_anime_bg.gif);}
.genre_info {	background-image: url(../images/common/genre_info_bg.gif);}
.genre_drama,
.genre_variety,
.genre_music,
.genre_sports,
.genre_anime,
.genre_info {
	background-repeat: no-repeat;
	background-color: #fafafa;
	overflow: hidden;
	float: left;
	border: solid #d7d7d7 1px;
	border-top: none;
	margin: 10px 16px 0 0px;
}

.program_title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 24px;
	line-height: 1.2;
}
.program_title a:link {color: #000;}
.program_title a:visited {color: #000;}
.program_title a:hover {color: #000;}
.program_title a:active {color: #000;}

.program_summary {
	font-size: 12px;
	line-height: 1.3;
	color: #474747;
}
.program_thumbnail {

}
.program_status {
	width: 150px;
	margin-top: 5px;
	_margin-top: 3px;
	margin-left: 1px;
}
.program_status img {
	float: left;
}
.program_copyrights {
	text-align: left;
	width: 950px;
	margin: 5px auto;
	font-size: 12px;
	color: #666;
}
.program_copyrights a {
	color: #666;
}
/*  今月の新着・注目コンテンツ 個別設定  */
#monthly_recommendation {
	position: relative;
}
#monthly_recommendation .genre_drama,
#monthly_recommendation .genre_variety,
#monthly_recommendation .genre_music,
#monthly_recommendation .genre_sports,
#monthly_recommendation .genre_anime,
#monthly_recommendation .genre_info {
	width: 300px;
	height: 190px;
}
#monthly_recommendation div.program_imgs {
	float: left;
	margin: 24px 0 0 8px;
	_margin: 24px 0 0 4px;
}
#monthly_recommendation h3.program_title,
#monthly_recommendation .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 120px;
	text-align: left;
	float: right;
}
#monthly_recommendation h3.program_title {}

/*  毎日毎週お届け！レギュラー配信 個別設定  */
#regular_program .genre_drama,
#regular_program .genre_variety,
#regular_program .genre_music,
#regular_program .genre_sports,
#regular_program .genre_anime,
#regular_program .genre_info {
	width: 460px;
	height: 165px;
}
#regular_program div.program_imgs {
	float: left;
	margin: 24px 0 0 8px;
	_margin: 24px 0 0 4px;
}
#regular_program h3.program_title,
#regular_program .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 280px;
	text-align: left;
	float: right;
}
#regular_program .program_summary {
	font-size: 12px;
}
#regular_program .program_summary p {
	margin-bottom: .7em;
}
#regular_program h3.program_title {}
.schdule_info　{}
#regular_program .schdule_info {
	display: inline;
	color: #fff;
	background-color: #79c8d4;
	border: solid #78b1d2 1px;
	padding: 3px;
}
/*  毎日毎週お届け！レギュラー配信 見逃し追加20090722  */
#regular_minogashi {
	width: 1000px;
	_width: 920px;
	height: 140px;
	padding: 45px 0 0 20px;
	margin-top: 5px;
	overflow: hidden;
	background: url(../images/index/regular_minogashi_bg.gif) no-repeat left top;
	
}
#regular_minogashi a {
	margin-right: 25px;
}
#regular_minogashi a img {
	border: solid #ddd 3px;
}

/*  無料プロモーション  */
#promotion_movies {
	margin-top: 0px;
}
#promotion_movies .genre_drama,
#promotion_movies .genre_variety,
#promotion_movies .genre_music,
#promotion_movies .genre_sports,
#promotion_movies .genre_anime,
#promotion_movies .genre_info {
	width: 300px;
	height: 190px;
}
#promotion_movies div.program_imgs {
	float: left;
	margin: 24px 0 0 8px;
	_margin: 24px 0 0 4px;
}
#promotion_movies h3.program_title,
#promotion_movies .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 120px;
	text-align: left;
	float: right;
}
#promotion_movies h3.program_title {}

/*  いつどこ 個別設定  */
#itsudoko_minogashi_program .genre_drama,
#itsudoko_minogashi_program .genre_variety,
#itsudoko_minogashi_program .genre_music,
#itsudoko_minogashi_program .genre_sports,
#itsudoko_minogashi_program .genre_anime,
#itsudoko_minogashi_program .genre_info,
#itsudoko_archive_program .genre_drama,
#itsudoko_archive_program .genre_variety,
#itsudoko_archive_program .genre_music,
#itsudoko_archive_program .genre_sports,
#itsudoko_archive_program .genre_anime,
#itsudoko_archive_program .genre_info {
	width: 460px;
	height: 165px;
}
#itsudoko_minogashi_program div.program_imgs,
#itsudoko_archive_program div.program_imgs {
	float: left;
	margin: 24px 0 0 8px;
	_margin: 24px 0 0 4px;
}
#itsudoko_minogashi_program h3.program_title,
#itsudoko_minogashi_program .program_summary,
#itsudoko_archive_program h3.program_title,
#itsudoko_archive_program .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 280px;
	text-align: left;
	float: right;
}
#itsudoko_minogashi_program .program_summary,
#itsudoko_archive_program .program_summary {
	font-size: 12px;
}
#itsudoko_minogashi_program .program_summary p,
#itsudoko_archive_program .program_summary p {
	margin-bottom: .7em;
}
#itsudoko_minogashi_program .schdule_info,
#itsudoko_archive_program .schdule_info {
	display: inline;
	color: #fff;
	background-color: #79c8d4;
	border: solid #78b1d2 1px;
	padding: 3px;
}
/*  ジャンルトップ  */
#genre_banner_img {
	text-align: center;
	/*
	すべてのバナーサイズ統一後
	バナーサイズ 970x265
	*/
	background-image: url(../images/genre/genre_banner_bg.gif);
	width: 1000px;
	height: 300px;
	width: 970px;
	height: 265px;
	padding: 18px 17px 15px 16px;
}
#genre_top .genre_drama,
#genre_top .genre_variety,
#genre_top .genre_music,
#genre_top .genre_sports,
#genre_top .genre_anime,
#genre_top .genre_info {
	background-position: right top;
	width: 300px;
	height: 190px;
}
#genre_top div.program_imgs {
	float: left;
	margin: 18px 0 0 8px;
	_margin: 18px 0 0 4px;
	
}
#genre_top h3.program_title,
#genre_top .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 120px;
	text-align: left;
	float: right;
}
#genre_top h3.program_title {
	margin-top: 18px;
}
#genre_top .program_summary {
	font-size: 12px;
}
#genre_top .itsudoko_icon {
	float: right;
	padding-left: 20px;
}
/*  ジャンルページその他ジャンル  */
#other_genre {
	text-align: center;
}
#other_genre .genre_drama,
#other_genre .genre_variety,
#other_genre .genre_music,
#other_genre .genre_sports,
#other_genre .genre_anime,
#other_genre .genre_info {
	width: 137px;
	height: 148px;
	margin-right: 21px;
	background-position: right top;
	position: relative;
}
#other_genre div.program_imgs {
	margin: 0 0 0 2px;
	position: relative;
	top: -34px;
	left: 0px;
	_margin: 0 0 0 8px;
	_position: absolute;
	_top: 20px;
	_left: 0px;
}
#other_genre div.program_imgs img {
	width: 120px;
	height: 90px;
}
#other_genre h3.program_title,
#other_genre .program_summary {
	padding-left: 4px;
	width: 130px;
}
#other_genre .program_summary,
#other_genre .program_status {
	display: none;
}
#other_genre h3.program_title {
	position: relative;
	top: 90px;
	left: 0px;
	height: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	
	_position: absolute;
	_top: 110px;
	_top: 90px;
	_left: 0px;
	overflow: hidden;
}


/*  #####################################
			番組ページ
#####################################  */

h1.program_title_drama,
h1.program_title_variety,
h1.program_title_music,
h1.program_title_sports,
h1.program_title_anime,
h1.program_title_info {
	height: 48px;
	width: 900px;
	padding-left: 64px;
	padding-top: 10px;
	margin-left: 18px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}	
h1.program_title_drama {background-image: url(../images/genre/program_title_drama.gif);}
h1.program_title_variety {background-image: url(../images/genre/program_title_variety.gif);}
h1.program_title_music {background-image: url(../images/genre/program_title_music.gif);}
h1.program_title_sports {background-image: url(../images/genre/program_title_sports.gif);}
h1.program_title_anime {background-image: url(../images/genre/program_title_anime.gif);}
h1.program_title_info {background-image: url(../images/genre/program_title_info.gif);}

#contaniner_program {
	margin-bottom: 30px;
}
#contaniner_program .program_imgs {
	float: left;
	margin: 10px 40px 10px 55px;
	_margin: 10px 27px;
}
#contaniner_program .program_imgs .program_status {
	width: auto;
}
#contaniner_program #episode_title {
	margin-top: 10px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#episode_price_drama {color: #fa417a;}
#episode_price_variety {color: #ffc002;}
#episode_price_music {color: #ea332b;}
#episode_price_sports {color: #8139fc;}
#episode_price_anime {color: #9cfb07;}
#episode_price_info {color: #1ac9f4;}
#episode_price_drama,	
#episode_price_variety,
#episode_price_music,
#episode_price_sports,
#episode_price_anime,
#episode_price_info {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#contaniner_program .program_summary,
#contaniner_program .episode_summary {
	font-size: 12px;
	width: 530px;
	margin-top: 10px;
	margin-left: 390px;
}
.other_episodes_info {
	margin-top: 10px;
	color: #ff8644;
	font-size: 12px;
	line-height: 1.6;
}
.other_episodes_info img {
	margin-right: 4px;
}
.other_episodes_info a {
	color: #ff8644;
}
#contaniner_program .program_promotion {
	background-image: url(../images/genre/program_promotion_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 386px;
	padding-left: 0px;
	padding-top: 46px;
	margin-top: 30px;
	margin-right: 120px;
	_margin-right: 60px;
	float: right;
	text-align: center;
}
a#program_promo_500K_btn,
a#program_promo_768K_btn,
a#program_promo_1500K_btn,
a#program_promo_2M_btn,
a#program_promo_3M_btn {
	margin-top: 10px;
	margin-right: 10px;
	_margin-right: 5px;
	display: block;
	width: 159px;
	height: 0px;
	padding-top: 30px;
	float: left;
	overflow: hidden;
}
a#program_promo_btn {
	background-image: url(../images/contents/watch_free_btn.gif);
	margin: 10px auto 0px;
	display: block;
	width: 159px;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
}


a#program_promo_500K_btn {
	background-image: url(../images/genre/program_promo_500K_btn.gif);
}
a#program_promo_500K_btn:hover {background-image: url(../images/genre/program_promo_500K_btn_hover.gif);}
a#program_promo_768K_btn {background-image: url(../images/genre/program_promo_768K_btn.gif);}
a#program_promo_768K_btn:hover {background-image: url(../images/genre/program_promo_768K_btn_hover.gif);}
a#program_promo_1500K_btn {background-image: url(../images/genre/program_promo_1500K_btn.gif);}
a#program_promo_1500K_btn:hover {background-image: url(../images/genre/program_promo_1500K_btn_hover.gif);}
a#program_promo_2M_btn {background-image: url(../images/genre/program_promo_2M_btn.gif);}
a#program_promo_2M_btn:hover {background-image: url(../images/genre/program_promo_2M_btn_hover.gif);}
a#program_promo_3M_btn {background-image: url(../images/genre/program_promo_3M_btn.gif);}
a#program_promo_3M_btn:hover {background-image: url(../images/genre/program_promo_3M_btn_hover.gif);}

/* ShowTime仕様 */
#program_promotion_showtime {
}
#program_promotion_showtime a#program_promo_500K_btn {
	background-image: url(../images/contents/0000w_m.gif);
	background-repeat: no-repeat;
	width: 91px;
	padding-top: 26px;
	margin-left: 85px;
	_margin-left: 45px;
	margin-right: 45px;
	_margin-right: 30px;
}
#program_promotion_showtime a#program_promo_2M_btn {
	background-image: url(../images/contents/2000w_m.gif);
	background-repeat: no-repeat;
	width: 91px;
	padding-top: 26px;
}
#program_promotion_showtime a#program_promo_btn {
	background-image: url(../images/contents/0000w_m.gif);
	margin: 10px auto 0px;
	display: block;
	width: 91px;
	height: 0px;
	padding-top: 26px;
	overflow: hidden;
}

#purchase_attention {
	margin: 10px 40px;
	font-size: 12px;
	line-height: 1.5;
	border: solid #ddd 2px;
	background: #f3f3f3;
	padding: 10px;
	color: #fa417a;
}
#purchase_attention a {
	color: #f00;
	font-weight: bold;
}
#purchase_attention a:hover {
	color: #800;
	text-decoration: none;
}
#program_introduction,
#episode_introduction,
#program_cast,
#episode_cast {
	width: 440px;
	float: left;
	margin-left: 40px;
	_margin-left: 20px;
	_margin-right: 20px;
	line-height: 14px;
}
#program_introduction_txt,
#episode_introduction_txt,
#program_cast_txt,
#episode_cast_txt {
	height: 70px;
	overflow: hidden;
}
#episode_introduction,
#program_introduction {
	font-size: 12px;
}
#default_intro {
}
.episode_time {
	font-size: 12px;
	color: #565656;
	line-height: 1.6;
	margin: 5px 0;
}
#program_introduction h3 {
	background-image: url(../images/contents/program_introduction.gif);
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
#episode_introduction h3 {
	background-image: url(../images/contents/episode_introduction.gif);
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
#program_cast,
#episode_cast {
	font-size: 12px;
}
#episode_cast h3,
#program_cast h3 {
	background-image: url(../images/contents/program_cast.gif);
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
.show_hidden_text,
.hide_shown_text {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
#program_purchase {
	margin-top: 40px;
	margin-left: 40px;
	width: 920px;
	clear: both;
}
#program_purchase h3 {
	background-image: url(../images/contents/program_purchase.gif);
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
#program_purchase table {
	width: 920px;
	border: solid #d7d7d7 1px;
	border-collapse: separate;
	background-color: #e8e8e8;
	text-align: center;
}
#program_purchase th {
	background-image: url(../images/contents/purchase_th.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
	padding: 0px;
	font-size: 16px;
	font-weight: 900;
	border: solid #e8e8e8 1px;
	vertical-align: middle;
}
#program_purchase td {
	height: 40px;
	background-color: #fff;
	padding: 5px;
	margin: 0px;
	border: solid #e8e8e8 1px;
	font-size: 14px;
}
.pkg_plan {
	background-image: url(../images/contents/purchase_mark.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	width: 49%;
}
.pkg_plan a {
	padding-left: 30px;
	color: #fa417a;
}
#sample_movie,
#sample_movie_nl {
	background-image: url(../images/contents/sample_movie.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 31px;
	margin-top: 10px;
	padding-left: 120px;
	padding-top: 5px;
	color: #4c4c4c;
}
#sample_movie {background-image: url(../images/contents/sample_movie.gif);}
#sample_movie_nl {background-image: url(../images/contents/sample_movie_nl.gif);}
#sample_movie a,
#sample_movie_nl a {
	float: left;
	margin-right: 4px;
	color: #fff;
}
#sample_movie p,
#sample_movie_nl p {
	float: left;
	margin-top: 1px;	
	margin-left: 10px;
	width: 500px;
	font-size: 10px;
}
#sample_movie p a,
#sample_movie_nl p a {
	float: none;
	margin-right: 0px;
}
#package_purchase {
	border: solid #ddd 2px;
	background: #f3f3f3;
	margin-top: 10px;
	padding: 10px;
}
#package_purchase h5 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .8em;
	margin-left: 10px;
}
#package_purchase p.pack_price_term {
	font-size: 14px;
	color: #fa417a;
	margin-bottom: .8em;
	margin-left: 10px;
}
.pack_attention {
	margin-left: 10px;
	padding-left: 45px;
	font-size: 12px;
	line-height: 1.4em;
	background-image: url(../images/contents/chuui.gif);
	background-repeat: no-repeat;
}
/* エピソード一覧 */
#episode_lineup {
	margin-top: 20px;
	_margin-top: 40px;
}

#episode_lineup .genre_drama,
#episode_lineup .genre_variety,
#episode_lineup .genre_music,
#episode_lineup .genre_sports,
#episode_lineup .genre_anime,
#episode_lineup .genre_info {
	background-position: right top;
	width: 936px;
	padding-bottom: 14px;
}
#episode_lineup div.program_imgs {
	float: left;
	margin: 14px 0 6px 8px;
	_margin-left: 4px;
	width: 124px;
}
#episode_lineup div.program_imgs .program_status {
	width: auto;
}
#episode_lineup div.program_imgs .program_status img {
/*
	margin-right: 8px;
	margin-left: 3px;
	margin-bottom: 2px;
*/
}
#episode_lineup h3.program_title,
#episode_lineup .program_summary {
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 600px;
	text-align: left;
	float: right;
}
#episode_lineup h3.program_title {
	width: 758px;
	margin-right: 20px;
	_margin-right: 10px;
	padding-bottom: 3px;
	border-bottom: dotted #000 1px;
}
#episode_lineup h3.program_title a {
	text-decoration: none;
}
#episode_lineup h3.program_title a:hover {
	text-decoration: underline;
}
#episode_lineup .program_summary {
	float: left;
	width: 550px;
	margin-left: 15px;
	margin-top: 9px;
	font-size: 12px;
}
#episode_lineup .episode_guide {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #57564d;
}
#episode_lineup .episode_guide li {
	display: block;
	float: left;
	margin-right: 30px;
}
#episode_lineup .episode_price {

}
#episode_lineup .episode_length {

}
#episode_lineup .episode_term {
	clear: both;
	width: 500px;
}
.episode_guide_caution {
	width: 500px;
	color: #f00;
}
#episode_lineup .episode_guide img {
	float: left;
}
#episode_lineup .episode_guide span {
	display: block;
	float: left;
	margin-left: 8px;
	padding-bottom: 3px;
}
#episode_lineup .genre_drama .episode_purchase {background-image: url(../images/contents/episode_purchase_drama.gif);}
#episode_lineup .genre_variety .episode_purchase {background-image: url(../images/contents/episode_purchase_variety.gif);}
#episode_lineup .genre_music .episode_purchase {background-image: url(../images/contents/episode_purchase_music.gif);}
#episode_lineup .genre_sports .episode_purchase {background-image: url(../images/contents/episode_purchase_sports.gif);}
#episode_lineup .genre_anime .episode_purchase {background-image: url(../images/contents/episode_purchase_anime.gif);}
#episode_lineup .genre_info .episode_purchase {background-image: url(../images/contents/episode_purchase_info.gif);}
#episode_lineup .episode_purchase {
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	border: solid #e3e3e3 0px;
	border-top: none;
	float: left;
	margin-top: 9px;
	width: 180px;
	padding: 34px 13px 3px;
	text-align: center;
}
#episode_lineup .episode_purchase img {
	margin-bottom: 10px;
}
#episode_lineup .episode_purchase a {
	margin-bottom: 3px;
}
/*  */
#contaniner_program .watch_episode {
	background-image: url(../images/contents/watch_episode_bg.gif);
	background-repeat: no-repeat;
	width: 386px;
	height: 43px;
	text-align: center;
	padding-top: 40px;
	margin-top: 30px;
	margin-right: 120px;
	_margin-right: 60px;
	float: right;
}
#contaniner_program .watch_episode a {

}

.sample_attention {
	float: right;
	width: 500px;
	font-size: 10px;
	margin-top: 30px;
	margin-right: 60px;
	_margin-right: 30px;
	color: #4176a8;
	text-align: center;
}
.sample_attention a {
	color: #4176a8;
}
.sample_attention a:hover {
	color: #5cb4ec;
}

#goto_program_page {
	clear: both;
	text-align: right;
	padding-top: 15px;
	margin-right: 40px;
}

/* FODとは？ */
#about_fod {
	margin-top: 0px;
}

#about_text {
	width: 660px;
	margin: 40px 0 40px 40px;
	_margin: 40px 0 40px 20px;
	color: #3a3a3a;
}
#about_text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #001f94;
	margin-bottom: 20px;
}
#about_text p {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1em;
}
#about_text li {
	list-style-type: disc;
	margin-left: 30px;
}
#about_text li {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: .4em;
}

#about_banners {
	width: 660px;
	border: solid #cecece 1px;
	background-color: #fff;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
#about_banners a img {
	margin: 5px 10px;
}
/* 動画視聴について */
#fod_cautions {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px;
}
#fod_cautions h2 {
	color: #001f94;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#fod_cautions h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #23a7bb;
}
#fod_cautions p {
	margin-bottom: 1em;
	margin-left: 14px;
}
#fod_cautions hr {
	margin-top: 20px;
}
#fod_cautions ol {
	margin-left: 50px;
}
#fod_cautions ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type: disc;
}
#fod_cautions ol li {
	margin-bottom: 0.5em;
}
#fod_cautions about_banners {
	margin-top: 300px;
}
#fod_cautions #sample_movie p {
	margin-top: 5px;
}
/* メンテナンスのお知らせ */
#maintenance_text {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	color: #3a3a3a;
	background-color: #fff;
	border: solid #999 1px;
	border-top: solid #333333 5px;
}
#maintenance_text h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #001f94;
}

#maintenance_text p {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1em;
}
#maintenance_text p em {
	font-weight: bold;
}

.maintenance_attention {
	color: #f00;
}

#maintenance_schedule {
	background-color: #fff;
	padding: 13px;
	margin: 0px auto 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#maintenance_copyright {
	margin-top: 30px;
}
#maintenance_text #eo_link {
	color: #999;
	font-size: 10px;
}
#maintenance_text #eo_link a {
	color: #999;
}

/* 特集ページ */
#special_contaniner_program,
#feature,
#near_live_top {
	margin-bottom: 30px;
	text-align: center;
}
.additional_area {
	clear: both;
	margin-top: 10px;
	font-size: 12px;
}
.additional_area p {
	margin: 0px 40px 14px;
}
/* 月パック */
.monthly_pack {
	border: solid #d7d7d7 1px;
	width: 878px;
	padding: 10px 20px 10px;
	margin: 10px auto;
	font-size: 12px;
	background-image: url(../images/common/genre_none_bg.gif);
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	
}
.monthly_pack h4 {
	font-size: 18px;
	color: #fa417a;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: dotted #333 1px;
}
.monthly_pack p {
	line-height: 1.5em;
	color: #666;
}
.monthly_pack h4 .monthly_price {
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}
.monthly_pack em {
	color: #f00;
	font-weight: 900;
}
.monthly_pack_purchase {
	width: 180px;
	height: 100%;
	padding-left: 20px;
	border-left: solid #ccc 1px;
	font-size: 11px;
	float: right;
	text-align: center;
}
.monthly_pack_purchase p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fa417a;
}
.monthly_pack_purchase p a {
	color: #fa417a;
}
.monthly_pack_purchase p.cancellation a {
	color: #444;
}
#monthly_pack_showtime .monthly_pack_purchase {
	width: 300px;
}

































