@charset "utf-8";
/* ===================================================================
CSS information
 file name  :print.css
 style info :リーフページ 印刷用スタイル
=================================================================== */


/* ------------------------------ *
	DISABLE
 * ------------------------------ */

div.header .body,
#about,
#index,
#breadcrumb,
.body .aside,
#title,
#linkicon,
#backnumber,
#relation,
.footer #footer-nav,
#page,
.next-subheading {
	display:none;
}


/* ------------------------------ *
	OVERWRITE
 * ------------------------------ */


div.contents div.body {
    background: none;
}
div.footer {
    border: none;
}
p.print_logo {
	display:block !important;
	text-align:right;
	margin-bottom:10px;
}

body{ text-align:center; }
div.header,div.article,div.footer { width:640px;  background:none; text-align:left !important; margin:auto; }
div.contents div.body{ width:640px;  }



