html,body {
	background-image: url(/imax/images/background.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height:100%;
}
#wrapper {
position:relative;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -50px;
}

#footer {
position:absolute;
bottom:0;
left:0;
height:50px;
}

#ph {
height:50px;
}

/* headder footer */
.headder {
	background-image: url(/imax/images/back_headder2.png);
	background-repeat: repeat-x;
	height: 58px;
	behavior: expression(IEPNGFIX.fix(this));
	background-attachment: scroll;
	background-position: top;
}

/* 二子玉川オープン時に使用*/
.headder_countdown {
	background-image: url(/imax/images/home/back_menu_countdown_futako.png);
	/*background-repeat: repeat-x;*/
	height: 116px;
	behavior: expression(IEPNGFIX.fix(this));
	background-attachment: scroll;
	background-position: top;
	/*margin-bottom:10px;*/
}
.headder_open {
	background-image: url(/imax/images/home/back_menu_open_futako.png);
	/*background-repeat: repeat-x;*/
	height: 116px;
	behavior: expression(IEPNGFIX.fix(this));
	background-attachment: scroll;
	background-position: top;
	/*margin-bottom:10px;*/
}




.footer {
	background-image: url(/imax/images/back_footer.png);
	background-repeat: repeat-x;
	height: 54px;
	background-attachment: scroll;
	background-position: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
.footerimage_n {
	background-attachment: scroll;
	background-image: url(/imax/images/footer_n.png);
	background-repeat: no-repeat;
	background-position: center bottom;

	behavior: expression(IEPNGFIX.fix(this));
	height: 54px;
	width: 1000px;
}



/* news */
#news-text {
	line-height:110%;
}
#news-text a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border-bottom:#0090d5 1px solid;
	text-decoration:none;
}

/* 大阪追加 中央メニュー*/

.menu_01 a,
.menu_02 a,
.menu_03 a,
.menu_04 a {
width: 152px;
height: 51px;
/*background: url("/imax/images/home/menu_01.png") no-repeat;*/
display: block;
text-indent: -9999px;
}

.menu_01 a {
background: url("/imax/images/home/menu_01.png") no-repeat;
}

.menu_02 a {
background: url("/imax/images/home/menu_02.png") no-repeat;
}

.menu_03 a {
background: url("/imax/images/home/menu_03.png") no-repeat;
}

.menu_04 a {
background: url("/imax/images/home/menu_04.png") no-repeat;
}

.menu_01 a:hover,
.menu_02 a:hover,
.menu_03 a:hover,
.menu_04 a:hover {
    background-position: 0 -51px;
}

.menu_05 a,
.menu_06 a,
.menu_07 a,
.menu_08 a {
width: 152px;
height: 24px;
/*background: url("/imax/images/home/menu_01.png") no-repeat;*/
display: block;
text-indent: -9999px;
}

.menu_05 a {
background: url("/imax/images/home/menu_05.png") no-repeat;
}

.menu_06 a {
background: url("/imax/images/home/menu_06.png") no-repeat;
}

.menu_07 a {
background: url("/imax/images/home/menu_07.png") no-repeat;
}

.menu_08 a {
background: url("/imax/images/home/menu_08.png") no-repeat;
}

.menu_05 a:hover,
.menu_06 a:hover,
.menu_07 a:hover,
.menu_08 a:hover {
    background-position: 0 -24px;
}


/* 大阪追加 BUY TICKET */
.ticket-type {
	/*font-size:75%;
	color:#FFF;
	font-weight:bold;
	text-align:center;*/
	margin:5px 0;
	/*letter-spacing: 0.1em;*/
}

.ticket_osaka a,
.ticket_gm a,
.ticket_gm_kyukan a {
width: 152px;
height: 20px;
/*background: url("/imax/images/home/menu_01.png") no-repeat;*/
display: block;
text-indent: -9999px;
}

.ticket_kiba a,
.ticket_futako a,
.ticket_kawasaki a,
.ticket_shonan a,
.ticket_shobu a,
.ticket_nagoya a,
.ticket_minoh a {
width: 76px;
height: 20px;
/*background: url("/imax/images/home/menu_01.png") no-repeat;*/
display: block;
text-indent: -9999px;
}

.ticket_osaka a {
background: url("/imax/images/home/ticket_osaka.png") no-repeat;
}

.ticket_gm a {
background: url("/imax/images/home/ticket_gm.png") no-repeat;
}

.ticket_gm_kyukan a {
background: url("/imax/images/home/ticket_gm_kyukan.png") no-repeat;
}

.ticket_kiba a {
background: url("/imax/images/home/ticket_kiba.png") no-repeat;
}

.ticket_futako a {
background: url("/imax/images/home/ticket_futako.png") no-repeat;
}

.ticket_kawasaki a {
background: url("/imax/images/home/ticket_kawasaki.png") no-repeat;
}

.ticket_shonan a {
background: url("/imax/images/home/ticket_shonan.png") no-repeat;
}

.ticket_shobu a {
background: url("/imax/images/home/ticket_shobu.png") no-repeat;
}

.ticket_nagoya a {
background: url("/imax/images/home/ticket_nagoya.png") no-repeat;
}

.ticket_minoh a {
background: url("/imax/images/home/ticket_minoh.png") no-repeat;
}


.ticket_osaka a:hover,
.ticket_gm_kyukan a:hover,
.ticket_gm a:hover,
.ticket_kiba a:hover,
.ticket_futako a:hover,
.ticket_kawasaki a:hover,
.ticket_shonan a:hover,
.ticket_shobu a:hover,
.ticket_nagoya a:hover,
.ticket_minoh a:hover {
    background-position: 0 -20px;
}














