@charset "utf-8";
/* CSS Document */

@media print {
* html body {
	zoom: 65%;
}
* {
    font-family: "メイリオ", "ＭＳ Ｐゴシック","ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}
body { 
	width:auto;
	margin: 0 auto;
	padding: 0;
	width:960px;
	/*line-height: 100%;
	line-height: 15pt;
	*font-size:10pt;*/
	color: #999999;
	background-color: #ffffff;
	background-image: none;
}
*:first-child+html body { 
	font-size:10pt;
}

#headerGlobal {
	display: none;	
}
#naviSub {
	display: none;
}

#buchakesugoi {
	display: none;
}
.bs_print {
	display: none;
}
#bangumi_navi {
	display: none;
}

#pagetopLink {
	display:none;
}
#pagetop {
	display: none;
}
#footerGlobal {
	display: none;
}
}
