@charset "utf-8";

/**************************************************
  動画チャンネル(10,11)用CSS
***************************************************/

/* 見出し */

div.movieTop div#mainArea h1.contentTitle{
	background:url(/files/000000177.jpg) left top no-repeat;
	height:63px;
	padding:0;
	border:0 none;
	margin-bottom:10px;
	text-indent: -9999px;
	}

div.movieChannel div#mainArea h1.contentTitle{
	background:url(/files/000000178.jpg) left top no-repeat;
	height:63px;
	line-height:63px;
	padding:0 0 0 12px;
	border:0 none;
	margin:0 0 10px;
	}

/* トップページ チャンネル一覧 */

ul.channelList {
	list-style-type: none;
	margin: 0;
	}
ul.channelList li {
	width: 325px;
	margin-bottom: 20px;
	float: left;
	}
ul.channelList li.left {
	clear: both;
	margin-right: 35px;
	}
div#mainArea ul.channelList h2 {
	height:37px;
	border: 0 none;
	padding: 0;
	margin: 0 0 13px;
	text-indent: -9999px;
	}
li#movie1ch h2
	{background:url(/files/000000180.jpg) left top no-repeat;}
li#movie2ch h2
	{background:url(/files/000000181.jpg) left top no-repeat;}
li#movie3ch h2
	{background:url(/files/000000182.jpg) left top no-repeat;}
li#movie4ch h2
	{background:url(/files/000000183.jpg) left top no-repeat;}
li#movie5ch h2
	{background:url(/files/000000184.jpg) left top no-repeat;}
li#movie6ch h2
	{background:url(/files/000000185.jpg) left top no-repeat;}

div#mainArea ul.channelList h3 {
	background: transparent;
	border: 0 none;
	padding: 0;
	margin: 0;
	}
ul.channelList .archiveLink {
	margin: 15px 0 0;
	clear: left;
	}
ul.channelList .archiveLink a {
	display: block;
	width: 142px;
	height: 25px;
	margin-left: auto;
	text-indent: -9999px;
	}
li#movie1ch .archiveLink a
	{background:url(/files/000000190.jpg) left top no-repeat;}
li#movie2ch .archiveLink a
	{background:url(/files/000000189.jpg) left top no-repeat;}
li#movie3ch .archiveLink a
	{background:url(/files/000000191.jpg) left top no-repeat;}
li#movie4ch .archiveLink a
	{background:url(/files/000000192.jpg) left top no-repeat;}
li#movie5ch .archiveLink a
	{background:url(/files/000000193.jpg) left top no-repeat;}
li#movie6ch .archiveLink a
	{background:url(/files/000000194.jpg) left top no-repeat;}


/* 一覧ページ 動画一覧 */

ul.movieList {
	list-style-type: none;
	margin: 0;
	}
ul.movieList li {
	padding: 8px 0;
	border-bottom: 1px dotted #6D6C67;
	}
div#mainArea ul.movieList h2 {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
ul.channelList .date,
ul.movieList .date {
	display: block;
	font-size: 0.9em;
	}
ul.channelList div.entryImage,
ul.movieList div.entryImage {
	float: left;
	border: 3px solid #ebebeb;
	border-radius: 4px;
	margin-right: 8px;
	}
ul.channelList img,
ul.movieList img {
	width: 150px;
	}
ul.channelList div.entryText,
ul.movieList div.entryText {
	margin-left: 164px;
	}
ul.movieList div.entryText {
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 6px 12px;
	}

/* 動画コンテンツページ */

div#movie {
	margin: 15px 22px;
	padding: 15px 0;
	text-align: center;
	background: #111;
	}
div#movie object{
	margin: 0 auto;
	}
