@charset "UTF-8";

/* ****************************************************
Title: print.css
Created: 2007‒10‒11
Last Modified: 2009‒11-12
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 General Elements
#02 print

----------------------------------------*/


/* #01 General Elements
---------------------------------------------------------------------------- */

div#content h1 {
}

p {
	margin: 0 0 10px 0;
}


/* #02 print
---------------------------------------------------------------------------- */

div#header,
div#gNav,
div#sNav,
div#topicPath,
div#content p.historyBack,
div#content p.pageTop,
div#secondary,
div#sidebar,
div#footer {
	display: none;
}

body,
div#wrapper {
	background: none;
}

div#content,
div#primary {
	float: none;
}

