/* CSS Document */

/* 紙媒体向けスタイル定義 */
body {
	background: none;
}
.container {
	width: auto;
}
.header, .footer	{
	width: 980px;
	background-color: #033;
}
.content {
	background-color: #FFF;
	background-image: none !important;
}
#nav	{
	display: none !important;
	float: none !important;
}
