
/*

		早稲田大学出版部　print.css
		Copyright 2009 (c) Waseda University Press Allrights Reserved.
		lastupdate 090312

*/


/*-------------------------------------------------
  ■プリントアウト用CSS
-------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:white;
	background-image:none;
	text-align:left;
	color:#000000;
	font-size:10pt;
	}

#head-line,
#leftArea,
#hNavi,
#bottomNavi,
#footer {
	display: none;
	}

.vanish {
	display:block;
	}

#newsTopics {
	margin-left:20px;
	}

#pagebody {
	padding-left:0px;
	}