@charset "euc-jp";
/* CSS Document */
/* 初期スタイルのリセット設定 ----------------------------------------- */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 初期スタイルのリセット設定 END-------------------------------------- */


/* 基本スタイル
================================================== */

body {
	/*margin: 5px;*/
	background-color: #FFEAF0;
	filter: chroma(color=#FCEAFE);
	line-height: 1.1em;
}
/* リンクのスタイル */
a {
	color:royalblue;
	text-decoration:none;
}
a:hover {
	color:salmon;
}
/* ウィンドウの枠 */
#container {
	color: #1E151C;
/*
	width: 612px;
*/
	background-color: #FFE5ED;
/*
	border: 1px solid #4D265D;
*/
/*
	overflow-y: auto;
*/
}

em {
	color: #9C3E47;
	font-weight: 700;
	font-size: 110%;
}
/* 文字飾 */
p strong {
	background-color: #C398D4;
	padding: 2px;
}
b {
	color: #732229;
	font-weight: 700;
}
/* 基本スタイル end
================================================== */


/* glossaryスタイル
================================================== */

.glossary {
	margin-bottom: 40px;
}
/* 単元のスタイル */
.glossary h1 {
	color: #FFFFFF;
	background-color: #4D265D;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 6px;
	font-weight : bold;
	font-size: 14pt;
	border-radius: 15px 15px 15px 0px;
	text-indent: 10px;
}
/* 用語のスタイル */
.glossary h2 {
	color: #8842A5;
	font-size: 12pt;
	font-weight: 700;
	padding-left : 3px;
	text-indent: 3px;
	margin-bottom: 5px;
	line-height: 1.1em;
	height: 1.1em;
	border-bottom: 1px dotted #4D265D;
	clear: both;
}

/* 用語のスタイル */
.glossary section {
	font-size: 11pt;
	padding : 3px;
	text-indent: 3px;
	margin-bottom: 20px;
	line-height: 1.1em;
}
/* 用語のスタイル */
.glossary p {
	padding : 3px;
	text-indent: 1.0em;
}

/* 説明をビデオで見るのスタイル */
p.movie {
	width: 14em;
	font-size: 10pt;
	text-indent: 0px;
	border-radius: 10px;
	background-color: #D6BAE2;
	padding: 2px 8px;
	margin: 3px 10px 10px 0px;
	-webkit-box-shadow: 1px 1px 1px 0px #8E6C8D;
	box-shadow: 1px 1px 2px 0px #8E6C8D;
	text-align: center;
	float: right;
}



/* glossaryスタイル end
================================================== */

/* 共通スタイル
================================================== */
/* 各種リスト */
ul,ol,dl {
	font-size: 11pt;
	margin: 10px 0px 0px;
	/*margin: 0px 0px 10px 0px;*/
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
}
ol li {
	list-style: decimal outside;
}

dt {
	color: #5C2C74;
	font-weight: 600;
	margin: 5px 0px 0px;
}
dd {
	margin: 5px 0px 5px 10px;
}

code {
	font-size: 11pt;
	line-height: 1.8em;
	color: #5E3614;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-weight: 700;
}

/* インデントのみ */
.indent1 {
	margin-left: 0.5em;
}
.indent2 {
	margin-left: 1.0em;
}
.indent3 {
	margin-left: 1.5em;
}
.indent4 {
	margin-left: 2.0em;
}
/* テキストのみインデント */
.t_indent1 {
	text-indent: 10px;
}


/* 例のインデントと行間 */
.case_indent0 {
	margin-left: 10px;
	margin-bottom: 15px;
}
.case_indent1 {
	margin-left: 30px;
	margin-bottom: 0px;
}
.case_indent2{
	margin-left: 45px;
	margin-bottom: 0px;
}

/* 上下のマージン -------------------------------*/
/* Margin-Top */
.top_m15 {
	margin-top: 15px;
}
/* Margin-Top */
.bottom_m15 {
	margin-bottom: 15px;
}

/* 上下のマージン End----------------------------*/

/* 例ありの枠 */
.case {
	margin: 5px 10px 15px 30px;
	border-radius: 6px;
	padding: 5px 10px;
	background-image: url(images/case.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #F1DBF4;
}
/* 例なしの枠 */
.case2 {
	margin-left: 30px;
	margin-top: -12px;
	margin-bottom: 15px;
	border-radius: 6px;
	padding: 15px 3px 3px 3px;
	background-color: #F1DBF4;
}
/* 例なしの枠 */
.case3 {
	margin-left: 30px;
	margin-top: -12px;
	margin-bottom: 15px;
	border-radius: 6px;
	padding: 0px 3px 5px 3px;
	background-color: #F1DBF4;
}

/* 例の文字非表示 */
.non {
	display: none;
}

/* 上付き文字 */
sup{
	font-size: 8pt;
	position: relative;
	top: -0.6em;
}
/* 下付き文字 */
sub{
	font-size: 8pt;
	position: relative;
	top: 0.4em;
}
.emp{
	color:firebrick;
}

/* 表 */
.table_style {
	font-size: 10pt;
	width:99%;
	border-collapse: separate;
	border-spacing: 2px 2px;
	background-color: #C398D4;
}
.table_style thead {
	background-color: #D6BAE2;
	text-align: center;
}
.table_style tbody {
	background-color: #FFF4F7;
	font-size: 9pt;
}
.table_style td {
	padding: 1px;
}

/* 共通スタイル end
================================================== */
