@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: #EFF5EC;
	border-top-color:#75BA52;
	border-bottom-color:#5CAD33;
}
#content h2 {
	border-bottom-color:#5CAD33;
}
#content h3 {
	border-left-color:#5CAD33;
}
