@charset "Shift_JIS";

/*プリント用のスタイルシート

■目次：

・Win IE6用（縮小）
・背景画像非表示
・非表示

*/

/*---------------
Win IE6用（縮小）
---------------*/

* html body{
	width: 80%; /* WinIE6 under */
	}

/*---------------
背景画像非表示
---------------*/

#container-all{
	background-image: none;
}


/*---------------
非表示
---------------*/

/*---------------非表示---------------*/
#head-right,
#globalnavi,
#footer-all,
.footer2,
#left,
#top-right,
.pagetop,
.contentsbox_head,
.contentsbox_bottom{
	display: none;
}
