@charset "shift_jis";

/*
	インポート
	作成日：080109
	更新日：080126
*/

/* スタイルリセット */
@import "/common/css/g1/default.css";
@import "/english/common/css/g1/typography.css";

/* 全体レイアウト */
@import "/common/css/g5/header.css";
@import "/common/css/g5/topicpath.css";
@import "/common/css/g5/footer.css";

/* 上書き */
body { background-image: url(/common/images/bg-body.gif); }
div#topicPath ul {
	padding-left: 0;
	margin-top: 10px;
}

h1,h2 { margin: 0; }

h2.styleA {
	font-size: 13px;
	color: #AD0908;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
	padding: 0px;
}

p.notice {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-left: 26px;
	padding: 0px;
}

* html p.notice {
  margin-top: 0px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-left: 26px;
	padding: 0px;
}

@media print {
* html body { zoom: 85%; }
}
/* EOF */
