#BCChapter {
	margin: 0px;
	padding: 0px;
}

#BCChapter .titleTextWrapper {
	width:966px;
	border-top: 8px solid #0b186d;
	padding: 15px 0 0;
}

#BCChapter .VCDynamicText.titleText {
	font-size: 1.5em;
	font-weight: bold;
	border-left: 3px solid #999;
	padding: 0px 0px 0px 10px;
	margin: 13px 0px 13px;
}

#BCChapter .container {
	width:934px;
	height: auto;
	padding:15px;
	border: 1px solid #cecbce;
	background-color: #efefef;
	overflow: hidden;
}

#BCChapter .playerLeftElement{
	width:600px;
	height:491px;
	float: left;
}

#BCChapter .playerRightElement{
	width:324px;
	height: auto;
	margin: 0px;
	margin-left: 10px;
	float: left;
}

#BCChapter .playerRightElement .descText{
	margin: 15px 0px 10px;
	width:; 324px;
	height: auto;
	font-size: 11pt;
}

#BCChapter .playerRightElement .downloadLink{
	padding-top:5px;
	width:; 324px;
	height: 17px;
	font-size: 11pt;
}

#BCChapter .playerRightElement .VCCarousel{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background-color: #ffffff;
}

#BCChapter .playerRightElement .VCCarousel .menuelement {
	float: left;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 3px solid #d6e3ad;
	background-color: #ffffff;
}

#BCChapter .playerRightElement .VCCarousel .menuelement span{
	cursor: pointer;
}

#BCChapter .playerRightElement .VCCarouselItems{
}

#BCChapter .playerRightElement .VCCarousel .menuelement .menuelementWrapper{
	width: 318px;
	height:25px;
	position: relative;
}

#BCChapter .playerRightElement .VCCarousel .menuelement .menuelementWrapper .thumbnail{
	margin-top: 5px;
	margin-left: 5px;
}

#BCChapter .playerRightElement .VCCarousel .menuelement .menuelementWrapper .textInfo{
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: underline;
}

#BCChapter .playerRightElement .VCCarousel .menuelement .menuelementWrapper .textInfo .chapterName{
	height: 1.2em;
	width: 318px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	line-height: 1.2;
}

#BCChapter .playerRightElement .VCCarousel .menuelement .menuelementWrapper .textInfo .chapterLength{
	height: 1.2em;
	width: 95px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 90%;
}

#BCChapter .playerRightElement .VCCarousel .menuelement img{
	width: 128px;
	height: 72px;
}

#BCChapter .playerRightElement .VCCarousel .menuelement.currentChapter{
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 3px solid #b0c645;
	background-color: #e6f3bd;
}

#BCChapter .playerRightElement .VCCarousel .menuelement.currentChapter .textInfo{
}

#BCChapter .playerRightElement .previousButton, .playerRightElement .nextButton{
	width: 324px;
	height:20px;
}

#BCChapter .playerRightElement .nextButton{
	margin-top: -2px;
}

#BCChapter .playerRightElement .previousButton span{
	background-image: url(../common/img/up-enable.png);
	/* ../img/up-enable.pngから変更 */
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#BCChapter .playerRightElement .previousButton span.disabled{
	background-image: url(../common/img/up-disable.png);
	/* ../img/up-disable.pngから変更 */
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

#BCChapter .playerRightElement .nextButton{
	padding-top: 8px;
}

#BCChapter .playerRightElement .nextButton span{
	background-image: url(../common/img/down-enable.png);
	/* ../img/down-enable.pngから変更 */
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#BCChapter .playerRightElement .nextButton span.disabled{
	background-image: url(../common/img/down-disable.png);
	/* ../img/down-disable.pngから変更 */
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

#BCChapter .staticText {
	text-align: left;
	margin-top:3px;
	font-size:11.5px;
	color:#000000;
}

/* Slide */
#BCChapter .playerLeftElement .slideshow {
  position:relative;
  height:450px;
}

#BCChapter .playerLeftElement .slideshow IMG {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:1.0;
  border:solid 1px #aaa;
  width: 600px;
  /*height: 450px;*/
}

#BCChapter .playerLeftElement .slideshow IMG.active {
  z-index:10;
  opacity:1.0;
}

/* 131126永田追記 */
.titl{
float:left;
width:740px;

}
.titr{
float:right;
width:200px;
text-align:right;
margin-top:13px;
}
