@charset "utf-8";

/*===================================================
 Print Basic CSS
=================================================== */

html,
body {
background:none;
}
* html body {
zoom:0.9;
}


/* ---------------------------------------------------
 Global Navigation Stay
--------------------------------------------------- */
body.catHome        ul#globalNav li#gNavHome        a img,
body.catRide        ul#globalNav li#gNavRide        a img,
body.catSubwaymap   ul#globalNav li#gNavSubwaymap   a img,
body.catTicket      ul#globalNav li#gNavTicket      a img,
body.catAttractions ul#globalNav li#gNavAttractions a img,
body.catCorporate   ul#globalNav li#gNavCorporate   a img {
opacity: 1;
filter: alpha(opacity=100);
}


/* ---------------------------------------------------
 Main Area
--------------------------------------------------- */
* html #contentSegDivide #mainArea {
width:718px;
}
*:first-child+html #contentSegDivide #mainArea {
width:718px;
}


/* ---------------------------------------------------
 Page Top Btn
--------------------------------------------------- */
#pagetopComp {
display:none;
}


/* ---------------------------------------------------
 for FireFox
--------------------------------------------------- */
@-moz-document url-prefix() {

div#pageHeadline {
display: table;
}
div#contentSegDivide {
display: table-cell;
vertical-align: top;
width: 960px;
}
div#directoryNav {
display: table-cell;
}

div#mainArea {
display: table-cell;
float: none;
}
div#asideArea {
display: table-cell;
float: none;
}

}