@charset "utf-8";

/*common*/
* {
	margin:0;
	padding:0;
}


html,body { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; margin: 0px; width:100%;}

a:link { text-decoration:none; color: #007EB8 }
a:visited { text-decoration:none; color: #006666 }
a:active { text-decoration:none; color: #007EB8 }
a:hover { text-decoration:underline; color: #007EB8 }

p{ font-size:12px; line-height:18px; }

img{ border:none; }


/*header*/
#head {
	background-color: #000000;
	height: 43px;
	width: 100%;
	text-align: center;
	padding: 20px 0px 0px;
}

#headContents {
	width: 960px;
	margin: 0px auto;
}

h1 {
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #ffffff;
	text-align: left;
}

#headBtns {
	float: right;
	width: 400px;
	text-align: right;
}

#headBtns #keisen {
	margin: 0px 10px 0px 4px;
}

/*contents*/
#contents {
	margin: 0px auto;
	width: 960px;
}

#contenttitle {
    margin-top:10px;
}

#contenttitle:after {
	font-size:1px;
	content:".";
	display:block;
	height:0px;
	clear:both;
}


#contenttitle p{
	text-align:left;
	float:left;
}

#contenttitle img{
	text-align:right;
	float:right;
	margin:30px 0 10px 10px;
}


#movie {
	width: 640px;
	float: left;
}

/*チャプター欄*/
#navi {
   width:306px;
   float: right;
}

#navi2 {
	margin-top:60px;
   width:306px;
   float: right;
}

#chapters {
  height:420px;
  overflow: auto;
  background-color: #e5e5e5;
  padding: 4px 0px 4px 12px;
}

.chapterMidashi {
	width: 270px;
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	border-bottom:#666666 solid 1px;
	letter-spacing: -1px;
}

.ContentsList {
	width: 270px;
	font-size: 11px;
	line-height:140%;
	margin:5px 0px 6px 0;
	letter-spacing: -0.5px;
}

#btn_DL {
	margin-top:5px;
}

#btn_DL img{
	float:left;
}

html>/**/body .DL_movie01{
	margin-bottom:10px;
}