#douga {
	width: 720px;
}
#douga #title {
	background-color: #1E283C;
	height: 110px;
	background-repeat: no-repeat;
	background-position: 30px center;
	font-size: 32px;
	line-height: 130%;
	color: #FFF;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
}
#douga .interview#title {
	background-image: url(../images/douga_int.png);
	padding-left: 110px;
	width: 610px;
}
#douga .tenbo#title {
	background-image: url(../images/douga_tenbo.png);
	padding-left: 120px;
	background-position: 15px;
	width: 600px;
}
#douga #movie {
	background-color: #1E283C;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#douga a#autoplay {
	margin-bottom: 10px;
	display: block;
	width: 240px;
	height: 60px;
	float: right;
	margin-right: 10px;
}
#douga a#ch {
	margin-bottom: 10px;
	display: block;
	width: 480px;
	height: 70px;
/*	float: right;*/
	margin-left: 10px;
}
#douga ul#list {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 20px;
}
#douga ul#list li {
	margin-bottom: 5px;
}
#douga ul#list li a {
	height: 120px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFF;
	display: table-cell;
	padding-top: 4px;
	padding-left: 100px;
	color: #222;
	text-decoration: none;
	background-image: url(../images/douga_b_play.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D2DD;
	vertical-align: middle;
	font-size: 32px;
	line-height: 120%;
}
#douga ul#list li a.playing {
	background-image: url(../images/douga_b_playing.png);
	background-repeat: no-repeat;
	background-color: #C8D2DD;
	border-radius: 10px 10px 10px 10px;
}


/*■■■データ無し等■■■*/
#nomovie {
	background-color: #1E283C;
	background-image: url(../images/douga_nodata.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 445px;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 405px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(0,0,0,1.0) 0px 0px 10px;
}
