/* CGI本体用 */
table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0ffff;
}
th{
	text-align: center;
	background-color: #e0e0ff;
}
.menu {
	background-color: #f0f0f0;
	padding: 3px;
}
.box {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #e0ffff;
	padding: 1em;
	border: 1px solid #008080;
}
.password_block {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 1em;
	text-align: center;
}
.lightcolor {
	color: #808080;
}


p { text-indent: 1em; }
.list_item { margin-bottom: 1em; }
.list_item_header { font-weight: bold; }

/* ライセンスHTML用 */
.volume { font-size: 150%; margin-left: 1em; margin-top: 1em; margin-bottom: 1em; } /* 編 */
.chapter { font-size: 130%; margin-left: 2em; margin-top: 1em; margin-bottom: 1em; } /* 章 */
.r-section { font-size: 110%; margin-left: 3em; margin-top: 1em; margin-bottom: 1em; } /* 節 */
.subsection { font-size: 100%; margin-left: 4em; margin-top: 1em; margin-bottom: 1em; } /* 款 */
.part { font-size: 100%; margin-left: 5em; margin-top: 1em; margin-bottom: 1em; } /* 目 */
.preface { text-indent: 1em; margin-bottom: 1em; }
.heading { text-indent: 1em; } /* 条見出し */
.article { margin-bottom: 1em; } /* 条 */
.paragraph { text-indent: -1em; margin-left: 1em; } /* 項 */
.subparagraph { text-indent: -1em; margin-left: 1em; } /* 号など([一、二、三、……][イ、ロ、ハ、……][(1)、(2)、(3)、……][(i)、(ii)、(iii)、……]) */
.number { font-weight: bold; } /* 番号 */
.information { text-align: right; margin-top: 1em; margin-bottom: 1em; } /* 規約情報 */
.provision { margin-bottom: 1em; margin-left: 2em; margin-top: 2em; } /* 附則 */
.provision-title { font-weight: bold; letter-spacing: 1em; } /* 附則見出し */
.paragraph-nonumber { text-indent: 1em; } /* 番号のない項 */
.subparagraph-nonumber { text-indent: 1em; margin-left: 1em; } /* 番号のない号など */
.sentence-nonumber { text-indent: 1em; } /* 番号のない文 */
.list-nonumber { text-indent: 1em; margin-left: 1em; margin-top: 1em; } /* 汎用項目 */
.amend-title { font-weight: bold; } /* 改正規約見出し */
.amend-sentence { margin-left: 2em; margin-top: 1em; margin-bottom: 1em; } /* 改正文 */
.chart { margin-bottom: 1em; text-indent: 0em; } /* 表 */
.index { margin-top: 1em; margin-bottom: 1em; margin-left: 1em; text-indent: 0em; } /* 目次 */
.index-section { margin-left: 1em; } /* 目次区分け */
