@charset "utf-8";
@import url(../base.css);
@import url(../layout.css);

h2, h3, h4, h5, h6 {
	border: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	width: 23em;
	line-height: 1.2;
}

h2 {
	margin-bottom: 1.5em;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h4 {
	padding: 5px;
	width: 350px;
	font-size: 100%;
	margin-bottom: 1em;
}

h5 {
	padding: 5px;
	width: 350px!important;
	font-size: 90%;
	margin-bottom: 1em;
}

h6 {
	padding: 5px;
	width: 330px!important;
	font-size: 70%;
	margin-bottom: 1em;
	border-style: dashed;
}

h4#menu_h4 {
	padding: 0;
	width: 10em;
	border: 0;
	border-bottom: 1px dotted #5377ac;
}



p {
	font-size: 90%;
	margin-bottom: 1.5em;
	margin-right: 1em;
}

p a img {
	border: 1px solid #e0e0e0;
}

small {
	font-size: 75%;
}

em {
	color:#0066cc;
}

pre {
	margin-right: 1em;
	margin-bottom: 1em;
	font-family: 'Courier New', Courier, mono;
	color: #008040;
}

li {
	line-height: 1.4;
	font-size: 90%;
}

table {
	border-collapse: collapse;
	width: 90%;
	font-size: 85%;
	margin-bottom: 1em;
}

td, th {
	border: 1px solid #aaaaaa;
}

tr.separator td {
    border: 0;
    height: 1em;
}

/* 左ブロック */
div#leftmenu {
}

div#leftmenu h4 {
	margin-bottom: 1em;
}

div#leftmenu p a img {
	border: 0;
}

/* 左メニュー(目次) */
ul#doccontents {
	list-style-type: none;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

ul#doccontents li {
	background-image: url(img/folder.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-left: 0;
	margin-bottom: 1em;
	padding-top: 1px;
	padding-left: 20px;
	font-size: 100%;
}

ul#doccontents li a {
	border-bottom-width: 1px;
}


/* 各セクション目次 */
ol#doc_list,
ol#doc_list ul {
	list-style-type: none;
}

#doc_list li {
	background-image: url(img/document01.png);
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 22px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

/* オリジナルドキュメントへのリンク */
#doc_list li.org {
	background-image: url(img/ico_s9y.png);
	font-size: 80%;
}

/* 上位ディレクトリへのリンク */
#doc_list li.dir {
	background-image: url(img/folder.png);
}

/* 入れ子のリスト */
#doc_list li ul {
	margin-top: 0.75em;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 85%;
}

/* 1段入れ子のアイコン */
#doc_list li ul li {
	background-image: url(img/document02.png);
}

#doc_list li ul li ul {
	margin-top: 0.5em;
}

/* 2段入れ子のリスト */
#doc_list li ul li ul li {
	font-size: 120%;
	background-image: url(img/document03.png);
	/*height: 15px;*/
}

/* 3段入れ子のリスト */
#doc_list li ul li ul li ul li {
	font-size: 110%;
	height: 15px;
	background-image: url(img/document04.png);
}

/* 画像 */
img.fig {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #f0f0f0;
}

/* 定義リスト */
dl {
	font-size: 90%;
}

dt {
	border: 1px solid #d0d0d0;
	padding: 5px;
	margin-left: 0;
	width: 20em;
}

dd {
	padding: 5px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

/* バージョン情報 */
h3#history_head {
	font-size: 100%;
}

ul#history {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 90%;
}

ul#history li {
	display: none;
}

ul#history li.newest {
	display: block;
}

ul#history.oldview li {
	display: block;
}

/* エキスパートへの質問の答え */
/* 初期状態：非表示 */
div.answer {
	border: 1px dotted #5377ac;
	padding: 0.5em;
	margin: 1em 1em 1.5em 0.5em;
	display: none;
	overflow: auto;
}

div.answer p,
div.answer li {
	font-size: 85%;
}

div.answer li ul {
	font-size: 115%;
}

/* 更新日(各ページ内) */
p#modified {
	text-align: right;
	font-size: 75%;
}

/* 表示 */
div#q1ans.summary.open div.answer,
div#q2ans.summary.open div.answer,
div#q3ans.summary.open div.answer,
div#q4ans.summary.open div.answer,
div#q5ans.summary.open div.answer,
div#q6ans.summary.open div.answer {
	display: block;
}