@charset "utf-8";

/*********************************************************************
File Name:	print.css
File Info:	CSS
Author:		WEB DESIGN LAB
		http://www.webdlab.com/
Last Modified:	03.06.2010
*********************************************************************/

/*--------------------------------------------------------------------
プリントアウト用（#contentのみ印刷）
--------------------------------------------------------------------*/

#header,
#navi,
#footer {
	display: none;
}

#content {
	background: #ffffff;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

