@charset "UTF-8";


/*枠外の背景・ムービーページのみ-------------*/
body {
	background-color:#000000;
	background-attachment:scroll;
	background-image: url(../07_movie/img/bg_movie.gif);
	background-repeat:repeat-x;
	}
	
	
	
	



/*段組-------------------------------------------*/
#content {
	width:800px;
	height:480px;
	background-image:url(../07_movie/img/movie_paris_bg.jpg)
	}


#userhelp {
	width:800px;
	height:700px;
	background-color:#191919;
	}

#movie_area {
	width:320px;
	height:285px;
	display:block;
	padding-top: 110px;
	padding-left: 235px;
	}


#movie_area embed{
	border: 1px solid #1F1F1F;
}


/*詳細-------------------------------------------*/
.text_pp1 {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	margin-top:20px;
}


.text_pp2 {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}


.text_pp2 a {
	color: #6d5367;
}

.text_pp2 a:visited {
	color: #6d5367;
}


