/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

.clear {
	clear:both;
}

li {
	list-style:none
}

a {	
	color: #04856B;
	text-decoration: underline;
}

p { 
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align: top;
}

div hr{
	display:none;
}

* html div {
	zoom: 1;
}


/*------------------------------
コンテンツ枠
------------------------------*/
#container {
	margin:0 auto;
}

/*------------------------------
背景色違い
------------------------------*/
#wrap_top {
	background: url("images/bg.gif") repeat;
}


/*------------------------------
メインコンテンツ枠
------------------------------*/
#contents {
	margin: 0 auto;
	padding-bottom: 0px;
	width: 1270px;
}

#main p {
	margin: 0;
	padding: 40px 0 0 0;
}

@-webkit-keyframes icon-anime-img {
	50% {margin-top: -10px}
}
@keyframes icon-anime-img {
	50% {margin-top: -10px}
}

.movie_box{
	width: 1270px;
	margin: auto;
	position: relative;
	background-color: #51270c;
}

.movie_link{
	position: absolute;
	top: 33.4%;
	left: 162px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
