@charset "utf-8";

/* ========================================================
	print.css => 印刷用CSS
======================================================== */

body {
	background-color: #FBF6F0;
}

/* ヘッダー
============================================================================================================ */
div#headContainer {
	display: none;
}

/* コンテンツ
============================================================================================================ */
div#contentsInner {
	width: auto;
}
div#contentsContainer {
	background-image: none;
	border-top: none;
}


/* メインエリア
============================================================================================================ */
div#mainArea {
	float: none;
	background-image: none;
}


/* ナビゲーション
============================================================================================================ */
div#naviArea {
	display: none;
}


/* ページトップ
============================================================================================================ */
p.pagetop {
	display: none;
}



/* フッター
============================================================================================================ */
div#footContainer div {
	width: auto;
}
div#footContainer ul {
	display: none;
}

