@charset "UTF-8";

@import "base.css";
@import "structure.css";
@import "heading.css";
@import "sidemenu.css";
@import "others.css";

/* 背景削除
----------------------------*/
body,
#wrapper,
#mainContents,
#header,
#leftContents,
#rightContents,
.clearContents,
p#footerMenu,
#footer,
#copy{
background-color:#FFF;
background-image:none;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
}
h2#air,
h2#hotel,
h2#plan,
h2#sozai,
h2#visa,
h2#company,
h2#news,
h2#staff,
h2#sitemap,
h2#member{
background-color:#FFF;
background-image:none;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
}


/* 文字サイズ、width変更
----------------------------*/
body{
width:100%;
font-size:10pt;
}
#wrapper,
#mainContents,
#rightContents{
width:100%;
margin:0;
padding:0;
}
h2{
width:100%;
line-height:1.5;
height:auto;
text-indent:0px;
}

/* 非表示させるもの
----------------------------*/
/* headerのお問い合わせボタン、ロシア語サイトボタン */
#header p#btnRussian{
width::0px;
height:0px;
display:none;
}
/* global menu */
ul#globalMenu{
width::0px;
height:0px;
border-top:none;
border-bottom:none;
display:none;
}
/* パンクズ */
p#bread{
margin:0;
padding:0;
display:none;
}
/* leftContents */
#leftContents{
float:none;
width:0px;
height:0px;
display:none;
}
h4#titSubAir,
h4#titSubHotel,
h4#titSubPlan,
h4#titSubSozai,
h4#titSubVisa,
h4#titSubCompany,
h4#titSubNews,
h4#titSubStaff{
height:0px;
display:none;
}
ul#sideMenu,
p#goTop,
p#footerMenu{
margin:0;
padding:0;
display:none;
}

div#header h1{

}

/* サイズ変更
----------------------------*/
table#footer{
width:100%;
}
table#footer th{
text-align:left;
}



