﻿@charset "UTF-8";

/* 必須知識ページ CSS */


/* トップ案内部分 */

div#introduction {
	position: relative;
	
	}

div#introduction div.danraku {
	width: 400px;
	margin: 8px 8px 8px 0px;
	padding-bottom: 32px;
	}

div#introduction div.danraku p {
	margin: 12px 16px;
	}

div#introduction div.danraku ul {
	margin-left: 16px;
	}

div#introduction div.danraku ul li {
	font-weight: bold;
	}


/* メイン内容 */

div.root-section {
	margin-top: 16px;
	clear: both;
	text-align: center;
	}

div#main h2 {
	height: 38px;
	padding: 0px;
	background: none;
}

div.root-section div.section p {
	margin: 0.5em 1em;
	}

div.root-section div.section div.danraku p.notes {
	margin-left: 2.5em;
	}

/* １ページ目 */

div#section1-1,
div#section1-2 {
	margin: 16px 0px 32px;
	}

/* 親ボックスの高さ検出用 */
div#section1-1:after,
div#section1-2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section1 * h3 {
	margin: 12px 12px 12px;
	height: auto;
	padding-left: 20px;
	background-image: url("../image/h_mark.png");
	background-repeat: no-repeat;
	background-position: left -2px;
	}

div#section1-1-4,
div#section1-1-1 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}


div#section1-1-1 ul {
	margin-left: 16px;
	}

div#section1-1-1 ul li {
	font-weight: bold;
	}

div#section1-1-2 {
	width: 342px;
	float: left;
	margin-left: 8px;
	}

div#section1-1-3 {
	width: 342px;
	float: right;
	margin-right: 8px;
	}

div#section1-1-2,
div#section1-1-3 {
	border: solid 1px #f99;
	background-color: #f8e5e4;
	height: 162px;
	margin-top: 16px;
	margin-bottom: 16px;
	}

/* 親ボックスの高さ検出用 */
div#section1-1-2:after,
div#section1-1-3:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section1-1-2 ul,
div#section1-1-3 ul {
	margin: 0px 0px 0px 24px;
	}

div#section1-1-3 ul li,
div#section1-1-2 ul li {
	margin: 0px 0px 8px 16px;
	white-space: nowrap;
	float: left;
	font-weight: bold;
	line-height: 100%;
	}

div#section1-1-3 ul li.nomark,
div#section1-1-2 ul li.nomark {
	margin-left: 8px;
	list-style-type: none;
	color: #333;
	}

div#section1-2-1 {
	width: 350px;
	float: left;
	margin: 8px 0px 16px 0px;
	}

div#section1-2-2 {
	width: 350px;
	float: right;
	margin: 8px 24px 16px 0px;
	}

div#section1-2-3 {
	width: 560px;
	margin: 16px auto 0px;
	clear: both;
	}


/* ２ページ目 */

div#section2-1,
div#section2-2 {
	margin: 16px 0px 32px;
	}

/* 親ボックスの高さ検出用 */
div#section2-1:after,
div#section2-2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section2 * h3 {
	margin: 12px 12px 12px;
	height: auto;
	padding-left: 20px;
	background-image: url("../image/h_mark.png");
	background-repeat: no-repeat;
	background-position: left -2px;
	}

div#section2-1-1 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

div#section2-1-2 {
	width: 342px;
	float: left;
	margin-left: 8px;
	}

div#section2-1-3 {
	width: 342px;
	float: right;
	margin-right: 24px;
	}

/* 親ボックスの高さ検出用 */
div#section2-1-2:after,
div#section2-1-3:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section2-2-1,
div#section2-2-2,
div#section2-2-3 {
	border: solid 1px #f99;
	background-color: #f8e5e4;
	margin-top: 16px;
	margin-bottom: 16px;
	}

div#section2-2-1 {
	width: 342px;
	float: left;
	margin-left: 8px;
	}

div#section2-2-2 {
	width: 342px;
	float: right;
	margin-right: 8px;
	}

div#section2-2-3 {
	clear: both;
	width: 560px;
	margin: 16px auto 0px;
	}

div#section2-2 * p {
	margin-left: 16px;
	}


/* ページ末リンクの位置調整 */

ul.section-menu2 {
	height: 34px;
	margin: 0px 0px 0px 318px;
	padding: 0;
	text-align: center;
	}

