@charset "utf-8";
/* CSS Document */

#movie{
	width:880px;
	height:393px;
	background-color:#3C9;
/*	margin:30px 9px 20px 9px;*/
    margin: 10px 9px 10px 9px;
	border-style:solid;
	border-width:2px;
	border-color:#3C9;
}

#movie video{
}

#information{
	width:900px;
	height:400px;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;
}

#info_text_back{
	width:578px;
	height:400px;
	display:inline-block;
	margin-left:10px;
	margin-right:auto;
	background:url(../img/text_back1.png);
	background-repeat:no-repeat;
}

#info_text{
	width:440px;
	height:298px;
	display:inline-block;
	margin:52px;
	padding-left:15px;
/*	vertical-align: bottom;*/
	overflow:auto;
	overflow-y:scroll;
}

#info_img{
	width:300px;
	height:400px;
	display:inline-block;
	margin-right:10px;
	margin-left:auto;
	vertical-align: bottom;
	background-color:#090;
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
}

#photo{
	width:895px;
	height:100px;
	padding:5px 0px 5px 5px;
}

#photo img{
	width:293px;
	height:100px;
	background-color:#FFF;
	margin-right:5px;
}
a:hover{
	background:url(./img/botton1_r.png) no-repeat;
}

#movie_pair{
	position:relative;
}

#movie_text{
	position:absolute;
/*	margin:30px 9px 20px 9px;*/
	margin:10px 9px 20px 9px;
	top:0px;
	left:0px;
}

ul{
}

li{
	display:inline-block;
	padding:0px 10px 0px 0px;
	list-style-type: none;
	vertical-align: top;
}

.wh{
	width:170px;
}


.wl{
	width:150px;
	height:100px;
	display:block;
/*	background-color:#F00;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
}