@charset "UTF-8";
@import "../../css/reset.css";
@import "../../css/common.css";
@import "infoCommon.css";
@import "subwindow.css";

div#contents	{
	line-height:1.6;
}
div#contents ol,
div#contents ul {
	margin-left: 2em;
}

h2 {
	margin-top: .5em;
	margin-bottom: .5em;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.2;
}
h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	color: #000000;
	font-size: 1.5em;
}
h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.5em;
	margin-right: 1em;
}
#keikoku {
	color: #f00;
	margin-top: 0;
}
h5 {
	margin-top: 1em;
	font-size: 1.2em;
	color: #000000;
}
h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	color: #000000;
	line-height: 1;
}
div.kinki h3,
div.hasen h5 {
	margin-top: 0;
}

dt {
	font-weight:bold;
}
dd	{
	margin-left: 3em;
}
strong {
	font-weight: bold;
}


/* ---- 前文 ---- */
#copy1 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-color: #F5F9FD;
	border: solid 1px #69c;
	font-size: 0.9em;
	text-indent: 1em;
}
#copy1 h6 {
	margin-top: 0;
	margin-bottom: 1em;
	background-color: #6699cc;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}
#copy1 p {
	margin-left: 1em;
}

/* タイトル */
div#ttl {
	text-align: center;
	line-height: 1.2;
}

/* 警告 */
.warning {
	border: solid 1px #FF0000;
	color: #ff0000;
	margin: 0 ;
	padding: 0.3em;
}
/* 禁忌（赤字罫囲み） */
.kinki {
	border: solid 1px #FF0000;
	color: #000000;
	margin-top: 1em ;
	padding: 0.3em;
}
/* 行頭ぶら下げインデント用フォント（プロポーショナルでない）*/
/* 行頭3文字下げ */
.indnt3 {
	text-indent:-3em;			/* 行頭インデント */
	margin-left: 3em;
}
/* 行頭1文字下げ */
.indnt1 {
	text-indent:-1em;			/* 行頭インデント */
	margin-left: 1em;
}
/* 行頭2文字下げ */
.indnt2 {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 2em;
}
/* 行頭2文字下げ、マージン4 */
.indnt2m1 {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 4em;
}
/* マージン3　行頭1文字下げ、 */
.indnt1m3 {
	text-indent:-1em;			/* 行頭インデント */
	margin-left: 3em;
}

/* 行頭2文字下げ、下線 */
.indnt2u {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 3em;
	text-decoration: underline;
}

/* マージン1 */
div#contents .m1 {
	margin-left: 1em;
}
/* マージン2 */
div#contents .m2 {
	margin-left: 2em;
}
/* マージン3 */
div#contents .m3 {
	margin-left: 3em;
}

/* 太字 */
.bold {
	font-weight: bolder;
}
/* 下線 */
em {
	font-style: normal;
	text-decoration: underline;
}
/* 下線 */
.uline {
	text-decoration: underline;
}
/* 破線 */
div.hasen {
	border: dashed 1px #666666;
	padding: 0.3em;
}
div.hasen h4 {
	margin-top: 0;
}

/* 文献 */
.bunken {
	list-style-type: decimal;
	font-size: small;
}

/* --- テーブル ---*/
table.default	{
	margin: 0 0 1em 1%;
	width: auto;
	border-collapse: collapse;
	border: 1px solid #333333;
	border-spacing: 0;
	empty-cells: show;
}
table.default caption	{
	caption-side: top;
	margin: 0;
	padding: 1px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
table.default caption.left {
	text-align: left;
}
table.default th {
	background-color: #eeeeee;
	font-size: 1em;
	line-height: 1.2em;
	border: 1px solid #333333;
	padding: 3px;
	white-space: nowrap;
}
table.default td {
	font-size: 1em;
	line-height: 1.2;
	border: 1px solid #333333;
	padding: 3px;
	vertical-align: top;
}
table.red	{
	color: #000000;
	margin: 0 0 1em 1%;
	width: auto;
	border-collapse: collapse;
	border: 1px solid #ff0000;
	border-spacing: 0;
	empty-cells: show;
}
table.red caption	{
	caption-side: top;
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 1px;
}
table.red th {
	background-color: #eeeeee;
	font-size: 1em;
	line-height: 1.2em;
	border: 1px solid #ff0000;
	padding: 3px;
	white-space: nowrap;
}
table.red td {
	font-size: 1em;
	line-height: 1.2;
	border: 1px solid #ff0000;
	padding: 3px;
}
table dd {
	margin-left: 1em;
}
/* --- 配置 ---*/
.centering {
	text-align: center;
}
.vtop {
	vertical-align: top;
}
.vmid {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* --- 注意書き ---*/
.small {
	font-size: 0.9em;
}

span.italic {
	font-style: italic;
}

