@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		print.css
Style Info:		印刷用

Index:
	__1. 全体構造
	__2. 大枠
	__3. ヘッダー
	__4. コンテンツエリア
	__5. グローバルナビ
	__6. フォントサイズ変更ボタン
	__7. 共通モジュール
	__8. フッター
	__9. インデックス
	__10. 第1章
	__11. 第2章
	__12. 第3章
	__13. 第4章
	__14. 第5章
-------------------------------------------------------------- */

/*=====================================================
	__1. 全体構造
=====================================================*/
body {
	margin-bottom: 0;
	background-color: #FFF;
	font-size: 14px;
}

/*=====================================================
	__2. 大枠
=====================================================*/
div#container {
	width: 640px;
	padding: 0;
	background: none;
}
div#container div#containerInner {
	width: 640px;
	padding-bottom: 0;
	background: none;
}

/*=====================================================
	__3. ヘッダー
=====================================================*/
div#header {
	position: relative;
	width: 640px;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
	background: none;
}

/*=====================================================
	__4. コンテンツエリア
=====================================================*/
div#contents {
	width: 640px;
	background: none;
}
div#contents div#contentsInner {
	width: 640px;
	padding: 0;
	background: none;
	line-height: 1.8;
}

/*=====================================================
	__5. グローバルナビ
=====================================================*/
div#contents ul.globalNav {
	display: none;
}

/*=====================================================
	__6. フォントサイズ変更ボタン
=====================================================*/
div#contents dl#fontSize {
	display: none;
}

/*=====================================================
	__7. 共通モジュール
=====================================================*/
/*	__7-1. ページトップボタン
------------------------------------------ */
div#contentsInner p.toTop {
	display: none;
}
/*	__7-2. 見出し・段落
------------------------------------------ */
div#contentsInner h2 {
	margin-bottom: 20px;
}
div#contentsInner h2 img {
	width: 640px;
	height: auto;
}
body#index div#contentsInner h2 {
	margin-bottom: 0;
}
/*	__7-3. ページ送り
------------------------------------------ */
div#contentsInner p.pageNation {
	display: none;
}
/*	__7-4. その他
------------------------------------------ */
div#contentsInner p#author {
	width: 640px;
	margin-top: 20px;
}

/*=====================================================
	__8. フッター
=====================================================*/
div#footer {
	width: 640px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 3px solid #FFDF57;
}
div#footer p {
	font-size: 1.0em;
}

/*=====================================================
	__9. インデックス
=====================================================*/
body#index div#contentsInner div#contentsBlock {
	width: 598px;
}
body#index div#contentsInner div#contentsBlock div.section {
	float: left;
	width: 295px;
	margin-right: 9px;
}

/*=====================================================
	__10. 第1章
=====================================================*/
/*　個別指定なし　*/

/*=====================================================
	__11. 第2章
=====================================================*/
body#chapter02 div#contentsInner div.section {
	width: 300px;
}

/*=====================================================
	__12. 第3章
=====================================================*/
body#chapter03 div#contentsInner div.section {
	width: 598px;
}
body#chapter03 div#contentsInner div.section dl.alpha {
	width: 288px;
	margin-right: 10px;
}
body#chapter03 div#contentsInner div.section dl.beta {
	width: 300px;
}

/*=====================================================
	__13. 第4章
=====================================================*/
body#chapter04 div#contentsInner ul li {
	width: 640px;
}
body#chapter04 div#contentsInner ul li dl {
	width: 640px;
}

/*=====================================================
	__14. 第5章
=====================================================*/
/*　個別指定なし　*/
