﻿@charset "UTF-8";

/* body */
body.comBody {
	background-color: #4c8dcb;
}
.outContainer {
	background: #4c8dca url(/images/video/bodyOutsideContainer.png) top left repeat-y;
}

/* ヘッダ */
.comTopLogo {
	background: #ffffff url(/images/video/comTopLogo.png) top left no-repeat;
}

/* トップナビ */
.comTopNavi_top {
	background: #ffffff url(/images/video/comTopNavi_top.png) top left no-repeat;
}
.comTopNavi_top a:hover,
body.video_groupTop .comTopNavi_top {
	background: #ffffff url(/images/video/comTopNavi_top_mo.png) top left no-repeat;
}
.comTopNavi_movie {
	background: #ffffff url(/images/video/comTopNavi_movie.png) top left no-repeat;
	margin-left: 89px;
	width: 166px;
}
.comTopNavi_movie a:hover,
body.movie .comTopNavi_movie {
	background: #ffffff url(/images/video/comTopNavi_movie_mo.png) top left no-repeat;
}
.comTopNavi_drama {
	background: #ffffff url(/images/video/comTopNavi_drama.png) top left no-repeat;
	margin-left: 4px;
	width: 166px;
}
.comTopNavi_drama a:hover,
body.drama .comTopNavi_drama {
	background: #ffffff url(/images/video/comTopNavi_drama_mo.png) top left no-repeat;
}
.comTopNavi_documentary {
	background: #ffffff url(/images/video/comTopNavi_documentary.png) top left no-repeat;
	margin-left: 4px;
	width: 166px;
}
.comTopNavi_documentary a:hover,
body.documentary .comTopNavi_documentary {
	background: #ffffff url(/images/video/comTopNavi_documentary_mo.png) top left no-repeat;
}

.comTopNavi_poshmeTop {
	background: #ffffff url(/images/video/comTopNavi_poshmeTop.png) top left no-repeat;
	margin-left: 78px;
	/*margin-left: 14px;*/
	width: 86px;
}
.comTopNavi_poshmeTop a:hover,
body.poshmeTop comTopNavi_poshmeTop {
	background: #ffffff url(/images/video/comTopNavi_poshmeTop_mo.png) top left no-repeat;
}





/* カテゴリタイトル */
.title_category {
	background: #ffffff url(/images/video/title.jpg) top left no-repeat;
}

/* 新着コンテンツ */
.latestContentHeadline {
	background: #ffffff url(/images/video/latestContentHeadline.png) top left no-repeat;
}
.latest .latestContentHeadline {
	background: #ffffff url(/images/video/latestContentHeadline1.png) top left no-repeat;
}

/* ランキング */
.rankingHeadline {
	background: #ffffff url(/images/video/rankingHeadline.png) top left no-repeat;
}

/* カテゴリトップページ */
.blk_movie {
	background: #ffffff url(/images/video/categoryTopBlock_movie.png) top left no-repeat;
}
.blk_drama {
	background: #ffffff url(/images/video/categoryTopBlock_drama.png) top left no-repeat;
}
.blk_documentary {
	background: #ffffff url(/images/video/categoryTopBlock_documentary.png) top left no-repeat;
}
