@charset "UTF-8";

/* ----- Copyright (C) C-brains Corporation. ----- */

/**********************************************************/
/* print.css                                              */
/**********************************************************/

body {
	background: #FFFFFF;
}


div#container {
	width: 100%;
	background: none;
}


/* =========================================================
■Header
========================================================= */
div#header {
	position: relative;
	width: 100%;
	height: 50px;
}
div#header h1 {
	position: relative;
	top: 0;
	left: 0;
}
div#header p {
	display: none;
}

/* =========================================================
■Content
========================================================= */

div#content {
	float: none;
	margin-top: 0;

}

div#content div#topic-path {
	display: none;
}

div#sidebar,
div#footer {
	display: none;
}

/* =========================================================
■numbering howto
========================================================= */

body.numbering div#content div.box {
	float: none;
}