/*------------------------------
印刷用
--------------------------------*/
/*非表示項目*/
#Gnavi,
#headerLink,
#Lnavi,
#footerLink{
display:none;
}
#bodyArea #contents{
float:none;
margin:0;
padding:0;
border:none;
}
#header,
body{
background:none;
}

/*サイトマップ
（そのままだとIEで画像文字が印刷されないので、背景表示を別の要素に置き換え）
*/
#sitemap #bodyArea #contents #text h2 .corp span,
#sitemap #bodyArea #contents #text h2 .ir span,
#sitemap #bodyArea #contents #text h2 .news span,
#sitemap #bodyArea #contents #text h2 .recruit span{
background-image:none;
}

#sitemap #bodyArea #contents #text h2 .corp{
background:url(../sitemap/images/sitemap_moji_1.gif) 20px 7px no-repeat;
}
#sitemap #bodyArea #contents #text h2 .ir{
background:url(../sitemap/images/sitemap_moji_2.gif) 20px 7px no-repeat;
}
#sitemap #bodyArea #contents #text h2 .news{
background:url(../sitemap/images/sitemap_moji_3.gif) 20px 7px no-repeat;
}
#sitemap #bodyArea #contents #text h2 .recruit{
background:url(../sitemap/images/sitemap_moji_4.gif) 20px 7px no-repeat;
}

#sitemap #bodyArea #contents #text ul#otherLink a.inq span,
#sitemap #bodyArea #contents #text ul#otherLink a.term span,
#sitemap #bodyArea #contents #text ul#otherLink a.privacy span,
#sitemap #bodyArea #contents #text ul#otherLink a.exclusion span{
background-image:none;
}
#sitemap #bodyArea #contents #text ul#otherLink a.inq{
background:url(../sitemap/images/sitemap_moji_5.gif) no-repeat;
}
#sitemap #bodyArea #contents #text ul#otherLink a.term{
background:url(../sitemap/images/sitemap_moji_7.gif) no-repeat;
}
#sitemap #bodyArea #contents #text ul#otherLink a.privacy{
background:url(../sitemap/images/sitemap_moji_8.gif) no-repeat;
}
#sitemap #bodyArea #contents #text ul#otherLink a.exclusion{
background:url(../sitemap/images/sitemap_moji_9.gif) no-repeat;
}
