@charset "utf-8";

/*___共通項目___*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html {
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	margin: 0px;
	background: none repeat;
}
body {
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
	border: 1px solid #fff;
	background: #333333 url(movie_back.gif) repeat;
}
a:link {
	color : #fff;
	text-decoration : none ;
}
a:active {
	color : #fff;
	text-decoration : none ;
}
a:visited {
	color : #fff;
	text-decoration : none ;
}
a:hover { 
	color : #333;
	text-decoration : none ;
	background-color: #fff;
}
#movie {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#close_txt {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.2em;
	color : #ffffff;
	text-align: center;
}
/*___footer___*/
#footerarea {
	margin: 0;
	padding: 6px 0px 3px 0px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #fff;
}
.footerp1 {
	font-size: 10px;
	line-height: 1.2em;
	color : #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
