@charset "utf-8";
/* movie CSS */

section.container { margin:10px 0; }
.tl_round {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background:#251D1A;
	color:#FFFFFF;
}
.tl_round h2 {
	color:#FFFFFF;
	padding:10px;
	text-shadow:1px 1px 1px #000000;
	font-size:26px;
}
/*動画表示領域
------------------------------------------------------------ */
.yt_holder { margin:0; }
ul#ytv { margin:10px 0 10px 20px; }
#ytvideo {
	width:640px;
	height:540px;
	z-index:1;
}
/*ボタンの共通要素
------------------------------------------------------------ */
ul#ytv li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	font-size:50%;
	width:90px;
	float:left;
	margin-right:10px;
	text-align:center;
}
/* 切替ボタン
------------------------------------------------------------ */
ul#ytv li {
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
ul#ytv li:hover {
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}
ul#ytv li:active { background: #ccc; }
ul#ytv li a {
	text-decoration:none;
	display: block;
	padding:7px 10px;
}
