@charset "Shift_JIS";

/*--------------------------------------
@Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6";
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*--------------------------------------
@container
---------------------------------------*/
#container {
	margin: 0;
	text-align: center;
}

/*--------------------------------------
@Original Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 980px;
	position: relative;
}
h1 {
	height: 631px;
	width: 980px;
}
.movie_area {
	position: absolute;
	left: 0px;
	top: 255px;
}
.movie_list {
	background-color: #191919;
	margin: 0px;
	padding-top: 49px;
	padding-right: 10px;
	padding-bottom: 52px;
	padding-left: 18px;
	background-image: url(../img/thumbnail_bg.gif);
	height: 573px;
}
.movie_list li {
	float: left;
	height: 110px;
	width: 135px;
}
.copy {
	text-align: left;
	padding-top: 18px;
	padding-bottom: 30px;
	padding-left: 12px;
}
.btn_active {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
