@charset "EUC-JP";
/*-----------------------------------------------------------*/
#movieBox {
	margin:0 auto;
	margin-bottom:30px;
	width:926px;
}
#movieBox .imgWrap {
	padding:3px;
	background:url(../images/report/movie_bg.jpg) 0 0 no-repeat;
	width:290px;
	overflow:hidden;
	margin-left:5px;
	float:left;
	position:relative;
	text-align:center;
	max-height:200px;
}
#movieBox Img.movie {
	border:1px solid #803c00;
}
#movieBox Img.moviePlay {
	position:absolute;
	top:64px;
	left:123px;
}
#movieBox .textBox {
	margin:0 0 0 29px;
	width:590px;
	float:left;
}
#movieBox .textBox .date {
	margin-bottom:16px;
	padding:8px 5px 5px 10px;
	background:#f27100;
	color:#FFF;
	font-size:98%;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	width:11em;
}
#movieBox .textBox .title {
	padding-bottom:12px;
	font-size:120%;
	line-height:140%;
	font-weight:bold;
	border-bottom:#999 1px solid;
	color:#333;
}
#movieBox .textBox P {
	padding:16px 0;
	font-size:98%;
	line-height:140%;
	color:#333;
}
#leftBox P {
	font-size:98%;
	line-height:160%;
}
#rightBox {
	width:180px;
}
table#report {
	border-collapse:collapse;
	margin:0 auto;
	width:680px;
}
table#report td {
	margin: 0;
	border: 1px solid #ccc;
	padding:10px 15px;
	width:680px;
}
 table#report tr:nth-child(odd) {
 background:  #fff7eb;
}
#leftBox {
	margin-bottom:0;
}
table.commonTable {
	border-collapse:collapse;
	margin:0 auto;
	width:680px;
}
table.commonTable td {
	margin: 0;
	border: 1px solid #ccc;
	padding:10px 15px;
	width:680px;
}
 table.commonTable tr:nth-child(odd) {
 background:  #fff7eb;
}
#titleBox{
	position:relative;
}
#titleBox2 {
	position:relative;
	margin-bottom:22px;
}
#titleBox2 .listBtn {
	position:absolute;
	top:8px;
	left:610px;
}
.listBtn img {
	margin:0 !important;
}
#titleBox2 h3 {
	margin:33px 0 0 50px;
}
.nendo {
	margin:0 0 1px 50px;
	width:7em;
	padding:5px 15px;
	background:#f27100;
	color:#FFF;
	font-size:107%;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
}

#titleBox .listBtn {
	position:absolute;
	top:42px;
	left:848px;
}
table.commonTable {
	border-collapse:collapse;
	margin:0 auto 20px auto;
	width:925px;
}
table.commonTable td {
	margin: 0;
	border: 1px solid #ccc;
	padding:10px 15px;
	width:925px;
}
 table.commonTable tr:nth-child(odd) {
 background:  #fff7eb;
}

hr{
	width:925px;
	background: url(../images/common/normal_bg.gif) no-repeat center top;
	height:15px;
	border:0;
	}
	
	#pageControlNav{
		margin: 0 auto 30px;
    width: 926px;
				overflow:hidden;
	}
	
	#pageControlNav .pre{
		float:left;
	}
	#pageControlNav .next{
		float:right;
	}
	#pageControlNav a{
		color:	#D96500;
		text-decoration:underline;
	}
	
	#pageControlNav a:hover{
		color:	#D96500;
		text-decoration:none;
	}
	
	.linkYouTube{
		margin-top:10px;
		padding-bottom:5px;
		font-size:16px;
	}
	
	.linkYouTube a{
		color:#f27100;
	}