@charset "UTF-8";
/*movie.css*/
#wrapper {width:100%; background:url(../images/movie_bg_head.jpg) center top no-repeat;height:auto !important;height:800px;min-height:800px;}
#moviebox {width:780px; margin:0 auto;}

/*header*/
#movieheader {position:relative; height:129px;}
#movieheader h1 {position:absolute; top:14px; left:15px;}

/*navi*/
#btntop		{position:absolute; top:20px; left:215px;}
#btngame	{position:absolute; top:20px; left:330px;}
#btnmovie	{position:absolute; top:20px; left:551px;}
#btntop a{width:106px;height:56px;background:url(../../commons/images/btn_top.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
#btntop a:hover{background-position:0 -56px;}
#btngame a{width:216px;height:56px;background:url(../../commons/images/btn_game.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
#btngame a:hover{background-position:0 -56px;}
#btnmovie {width:215px;height:56px;background:url(../../commons/images/btn_movie.gif) 0 -56px no-repeat;text-indent:-9999px;}

/*main*/
.boxset {clear:both; width:740px; height:219px; margin-top:40px; padding:0 20px 0 20px;}
.boxset .movieph {padding:8px 0;}

.leftbox	{float:left; height:219px; width:234px;}
.rightbox	{float:left; padding-left:19px; height:219px; width:234px;}
.btnlow		{float:left; width:112px;}
.btnhigh	{float:right; width:112px;}
.btnlow a:hover{background-position:0 -25px;}
.btnlow a{width:112px;height:25px;background:url(../images/movie_btn_low.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
.btnhigh a:hover{background-position:0 -25px;}
.btnhigh a{width:112px;height:25px;background:url(../images/movie_btn_high.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}

.bgbox1 {float:left; padding-left:19px; height:219px; width:234px; background:url(../images/movie_boxbg_01.png) no-repeat bottom;}
.bgbox2 {float:left; padding-left:19px; height:219px; width:487px; background:url(../images/movie_boxbg_02.png) no-repeat bottom;}



/* footer */
#moviebox #copyright {padding-top:40px !important;}
