@charset "utf-8";
/* =================================================================================================
File name: print.css
Description: 印刷用CSS
Last update: 2011/09/08
----------------------------------------------------------------------------------------------------
Table of contents
印刷用設定
================================================================================================= */
/**************************************************************************
共通部分
**************************************************************************/
body,
#container,
div#inner,
div#innerBody,
p.copyright {
background: none !important;
}
#header,
#globalnavi,
#topicpath,
div.guidenavi {
display: none;
}
/* ---------------------------------------------------------
IE6対応
--------------------------------------------------------- */
* html body {
zoom: 75%;
}
* {
zoom: 1;
}
/**************************************************************************
トップページ
**************************************************************************/
body.top#index #globalnavi,
body.top#index #aside {
display: block;
}
/**************************************************************************
2カラム
**************************************************************************/
#aside {
display: none;
}
#article {
float: left !important;
}
