/*----------------------------------
印刷用CSS
-----------------------------------*/
body{
background:none;
}
/*ヘッダー===========*/
#headerArea #headerCatch,
#headerArea #headerLink,
#headerArea #Gnavi,
#toolArea{
display:none;
}
#headerArea{
background:none;
border-bottom:solid 1px #999;
padding-bottom:20px;
height:60px;
}
#siteLogo a{
height:60px;
background-position:0 -13px;
}
/*コンテンツエリア===========*/
#bodyArea{
margin-top:20px;
/*width:559px;*/
}
#bodyArea #Lnavi{
display:none;
}
#bodyArea #contentsArea{
margin-left:0;
width:560px;
float:none;
}
#bodyArea #contentsArea .return{
visibility:hidden;
height:1px;
}
/*サイトマップ===========*/
#sitemapArea{
display:none;
}
/*フッター===========*/
#footerArea{
border-top:solid 1px #999;
}
#footerArea #footerLink{
display:none;
}
#footerArea p#footerLogo{
margin-left:500px;
}
