@charset "utf-8";
@import url("othersetting.css");

body {
margin: 0;
padding: 0;
background: url(../images/bg_02.jpg) top left;
}


img { border: none; }
.ie img { display: block; }

#container {
padding: 0 0 20px 0;
width: 100%;
background: url(../images/bg_01.jpg) repeat-x top left;
}


#main {
position: relative;
margin: 0 auto;
width: 980px;
height: 494px;
background: url(../images_top/main.jpg) no-repeat top left;
}


#btn-enter {
position: absolute;
top: 230px;
left: 63px;
width: 202px;
height: 31px;
}


#btn-news {
position: absolute;
top: 268px;
left: 63px;
width: 202px;
height: 28px;
}


#btn-theater {
position: absolute;
top: 302px;
left: 63px;
width: 202px;
height: 28px;
}


#btn-trailer {
position: absolute;
top: 335px;
left: 63px;
width: 202px;
height: 28px;
}


#btn-notice {
position: absolute;
top: 390px;
left: 63px;
width: 202px;
height: 53px;
}


#opening-date {
margin: 0 auto;
width: 980px;
height: 42px;
}


#billing {
margin: 0 auto;
width: 980px;
height: 35px;
}

#bnr {
margin: 0 auto;
padding:15px 0 0;
width: 980px;
text-align:right;
}

.noShow { display: none; }


#buttons:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


* html #buttons {
display:inline-block;
}