@charset "UTF-8"; 

/* ---------------
print.css
印刷の設定
--------------- */

body {
	background: url(none);
}

/* コンテンツ全体のボックス */
div#allBox {
	margin: auto;
	padding: auto;
	width: auto;
	background: url(none);
}


/* ヘッダのボックス */
div#headerBox {
	display: none;
}

/* コンテンツのボックス */
div#contentsBox {
	padding: 0;
	width: 100%;
	background: url(none);
}


/* 本文エリアのボックス */
div#mainBox {
	width: 100%;
}

/* 本文パート--日ごとのボックス */
div.dateBox {
	width: 100%;
}

/* 本文パート--通常公開記事のボックス */
div.newsBox {
	width: 100%;
}

/* サブエリアのボックス */
div#subBox {
	display: none;
}

/* フッタのボックス */
div#footerBox {
	display: none;
}
