@charset "Shift_JIS";

/* -------------------------------------------------------------------------
 import-print.css
　　　暮らしの情報　印刷用CSS読込
------------------------------------------------------------------------- */

/* レイアウトの設定 */
@import "../../css/layout-print.css";

/* コンテンツ内要素の設定 */
@import "../../css/content-print.css";

/*ブロック定義ファイル設定用CSS*/
@import "../../css/block.css";

/*ブロック定義ファイル設定用CSS*/
@import "../../css/block-print.css";

/* MacIEのみ適用 */
/*\*//*/
@import "../../css/macie-print.css";
/**/

/* ------------------------------------------------------
 独自設定
------------------------------------------------------ */
#content h1 {
	background-color: #FAF4F6;
	border-top-color:#FFB2CC;
	border-bottom-color:#FFB2CC;
}
#content h2 {
	border-bottom-color:#FFB2CC;
}
#content h3 {
	border-left-color:#FFB2CC;
}
