@charset "utf-8";

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

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


/* ---------------------------------------------------
 Global Navigation Stay
--------------------------------------------------- */
body.catStation   ul#globalNav li#gNavStation a img,
body.catTicket    ul#globalNav li#gNavTicket a img,
body.catShop      ul#globalNav li#gNavShop a img,
body.catEnjoy     ul#globalNav li#gNavEnjoy a img,
body.catSafety    ul#globalNav li#gNavSafety 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;
}

}