@charset "UTF-8";
/*-----------------------------------------------
	サイト共通
-----------------------------------------------*/
body {
	font-size: 100%;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapperAll {
	background-repeat: no-repeat;
	background-position: center 0px;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	min-height: 660px;
}

#wrapperDynamic {
	margin: 0px auto;
	width: 100%;
	min-height: 660px;
}

#contents {
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #FFF;
	padding: 10px;
}

h2 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 40px;
	color: #69b832;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #FFF;
	/*	border-radius: 3px; */
}
#footer {
	clear: both;
}
#footerCp {
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	color: #FFF;
	font-size: 75%;
	background-color: #AAAAAA;
	/*	border-radius: 3px; */
}
#videoList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	display: block;
}
#videoList a.item p.date {
	font-size: 10px;
}

#guard {
	position:relative;
	height: 562px;
	width: 1000px;
}
#cover {
	position:absolute;
	width:100%;
	height:100%;
}

#eqPlayer {
	height: 562px;
	width: 1000px;
	overflow: hidden;
}

#movieTitle {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #666;
}
#movieDescription {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
.links {
	margin-top: 10px;
	text-align: right;
	color: #666;
}
.links a {
	color: #666;
}