@charset "Shift_JIS";

/*	スタイルシート　[ KISA : 印刷用 ]
=================================================================== */
/* 再定義 */
body {
	background: none;
}

hr {display: none;}

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 98%;
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeader {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#areaHeader h1 {
	font-size: 100%;
	padding: 10px 10px 10px 0;
	text-align:left;
}
*+html:first-child div#areaHeader h1 {
	font-size: 95%; /* Opera9 */
} 

div#Header {
	width: 100%;
}
/* ナビゲーション */
div#Navigation {
	display: none;
}
div#Navigation ul {
	display: none;
}
div#Navigation ul li {
	display: none;
}
/* ヘッダイメージ */
div#HeaderImage {
	display: none;
}
/* ヘッダロゴ */
div#Logo h2 {
	display: none;
}

/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 0;
	width: 100%;
}
/* メインコンテンツ */
div#MainContents {
	float: none;
	margin:  0;
	padding: 0;
	width: 98%;
}
/* パンくず */
p.TopicPath {
	display: none;
}
/* 見出しh3 */
div.Deco {
	border-bottom: #d9584a 1px solid;
	margin: 20px 0 10px 0;
}
div.Deco h3 {
	border-left: #d9584a 6px solid;
	font-size: 130%;
	margin: 0;
	padding: 5px 0 0 7px;
}
p.below {
	border-left: #d9584a 6px solid;
	color: #d9584a;
	font-size: 90%;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 10px;
}
/* サブメニュー */
div#SubMenu {
	display: none;
}
/* 見出しh4 */
div#MainContents h4 {
	margin: 20px 0 10px 0;
}

/* サイドコンテンツ（左） */
div#SideContentsL {
	display: none;
}
/*	フッタ枠組み
=================================================================== */
div#areaFooter{
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
p.copyright {
	display: none;
}
p.ID {
	margin: 10px 0;
}
address {
	font-size: 90%;
	font-style: normal;
}

/*	class
=================================================================== */
/* フロート */
.setLeft {
	float: none;
}
.setRight {
	float: none;
}
/* ディスプレイ */
.noPrint {
	display: none;
}
.onPrint {
	display: block;
}
/* ページ先頭へ */
div.BackToPagetop {
	display: none;
}
.onlyPrint {
	display: block !important;
}
