<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================
ムービーポップアップ
================================== */
* { margin:0; padding:0;}

body{
	margin: 0;
	padding: 0;
	background:#fbe1e8 url(../img/movie_win.jpg) no-repeat;}

img{border:0;margin:0;padding:0;}

#movieoutline {
	width:660px;
	height:541px;}

#movieoutline .movie{/*ムービー枠*/
	width:660px;
	height:466px;}

#movieoutline .movie .movie_contents{
	margin: 0 0 0 90px;
	padding: 77px 0 0 0;
	width:480px;
	height:389px;}

#movieoutline .footer{
	width:660px;
	height:75px;
	text-align: center;
	clear:both;}

#movieoutline .footer p{
	margin:23px 0 0 0 ;}</pre></body></html>