@charset "utf-8";


body { 
margin: 0;
padding: 0;
background-color: #000000;
}

a:focus { outline:none; }

a:link    { color: #555555; }
a:visited { color: #555555; }
a:hover   { color: #7B5300; }

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



#contents {
position: relative;
margin: 0 auto;
width: 940px;
height: 622px;
}


#menu-credit {
position: absolute;
width: 940px;
height: 201px;
top: 575px;
left: 0px;
}


#menu {
margin: 0;
width: 940px;
top: 41px;
background: url(../images/menu_bg.jpg) no-repeat top left;
}

#menu ul {
margin: 0 0 0 359px;
padding: 0;
}

#menu li { 
list-style: none; 
list-style-position: outside;
 }

/*#btn-news {
float: left;
margin: 0 45px 0 0;
width: 59px;
height: 41px;
}*/

#btn-theater {
float: left;
margin: 0 40px 0 0;
width: 92px;
height: 41px;
}

#btn-trailer {
float: left;
width: 93px;
height: 41px;
}


#credit-date {
}






.png-fix {
behavior: expression(IEPNGFIX.fix(this));
}



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



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










