@charset "utf-8";
/*
説明：プリント用CSS
LATEST UPDATE：090114
*/

/* プリントIE対応 */
/* html body { zoom: 67%; }*/

*{
	background:none !important;
}

#header #globalnavi,
#navi,
#topicpath,
#footer,
#footer .copy{
	display:none;
}

div#contents {
float:none;
margin-left:100px;
}
