
/*/////////////////////// pullook //////////////////////////////*/

#mainwindow{
	width:940px;
	height:329px;
}
#movielink{
	width:940px;
	width:593px;
	padding-left:367px;
	padding-top:17px;
	height:72px;
	margin-bottom:38px;
	background:url(../pullook/images/movie_bg.jpg) no-repeat;
}
#movielink #movie1{
	float:right;
	height:54px;
	width:168px;
	position:relative;
	margin-right: 85px;
}
#movielink #movie1 .play{
	position:absolute;
	z-index:202;
	width:54px;
	height:13px;
	right:5px;
	top:40px;
}
#pagetop a:link{
	color:#FF0004;
}
#pagetop a:hover{
	color:#fff;
}

/*---------------------
　footerを下部に固定
---------------------*/

html {
  min-height: 100%;
  position: relative;
}
 
body {
  margin-bottom: 55px;
}
 
.footer-warp {
  bottom: 0;
  height: 55px;
  position: absolute;
  width: 100%;
}