@charset "UTF-8";

body {
	background-color: #ffffff;
	font-size: 100%;
	font-family: '游ゴシック', YuGothic, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 3% 3%;
	line-height: 130%
}

img {
	max-width: 100%;
	height: auto;
}

/* Title */
h1.title {
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

.toc_title {
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

/* Division */
h2 {
	line-height: 100%;
	padding: 0.6em;
	border-left: 30px solid;
}

/* Chapter */
h3 {
	line-height: 100%;
	padding: 0.5em 0.5em 0.5em 1.5em;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

/* Section */
h4 {
	line-height: 130%;
	font-size: 125%;
}
h5 {
	line-height: 130%;
	font-size: 115%;
	margin-bottom: 0.3em;
}
h6 {
	line-height: 120%;
	font-size: 100%;
	margin-bottom: 0.3em;
}

.kana{
	text-indent: -0.5em;
	margin-top: 1em;
}

span {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
span.fig {
	border: none;
	font-weight: bold;
}

/* Paragraph */
p {
	/*font-family:"ＭＳ Ｐ明朝",平成明朝,serif;*/
	/* font-family: monospace; */
	/*line-height: 130%;*/
	margin: 0 0 0.3em;
	line-height: 1.6;
	text-indent: 1em;
}
.indent0{ text-indent: 0; }

p.footnote {
	font-size: 80%;
}
/*p.1 {
	margin-left: 1em;
}*/
p.center {
	text-align: center;
}
p.indent2-2 {
	margin-left: 2em;
	text-indent: -2em;
}

ul.ni {
/*	font-family:"ＭＳ Ｐ明朝",平成明朝,serif;*/
/*	line-height: 130%;*/
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin: 0 0 0.3em;
	line-height: 1.6;
}

/* Table */
table {
	border-collapse: collapse
}

/* Column */
div.column {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.6em;
	border: solid 4px;
	border-color: #B22222;
	background-color: #FFFFF0;
}
p.column_title {
	margin-bottom: 1em;
	text-indent: 0;
}

/* Data */
/*h5.data {
	line-height: 130%;
	font-size: 100%;
	margin-bottom: 0.3em;
}*/

/* Extract */
/*div.extract {
	padding: 0.6em;
	border: solid 2px;
	border-color: black;
}

div.campaign{
	background-color: #B0C4DE;
	color: white;
	font-weight:bold;
}*/

/* Color */
/*h2.chapter0 {
	background-color: #ADD8E6;
}
.chapter0 {
	border-color: #4682B4;
}
h2.chaptermusubi {
	background-color: #8FBC8F;
}
.chaptermusubi {
	border-color: #339999;
}*/
h2.chapterhaijmeni {
	background-color: #8FBC8F;
}
.chapterhaijmeni {
	border-color: #339999;
}
h2.chapter1 {
	background-color: #aabbff;
}
.chapter1 {
	border-color: #0066cc;
}
h2.chapterjyo {
	background-color: #ADD8E6;
}
.chapterjyo {
	border-color: #4682B4;
}
h2.chapter2 {
	background-color: #88ccaa;
}
.chapter2 {
	border-color: #009933;
}
h2.chapter3 {
	background-color: #FFCC66;
}
.chapter3 {
	border-color: #FF9900;
}
h2.chapter4 {
	background-color: #ccffff;
}
.chapter4 {
	border-color: #33ccff;
}
h2.chapter5 {
	background-color: #D8BFD8;
}
.chapter5 {
	border-color: #6A5ACD;
}
h2.chapter6 {
	background-color: #ccff99;
}
.chapter6 {
	border-color: #669933;
}
h2.chapter7 {
	background-color: #F5F5DC;
}
.chapter7 {
	border-color: #6B8E23;
}
.page_navi {
	margin-top: 1.5em;
}
.page_navi_l {
	width: 32%;
	text-align: left;
}
.page_navi_c {
	width: 32%;
	text-align: center;
}
.page_navi_r {
	width: 32%;
	text-align: right;
}

.navi0 {
	text-align: right;
}
#hj1100001a {
	margin-top: 1.5em;
}
.figblock {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.nowrap {
	white-space: nowrap;
}
#hj11050000, #hj11070000, #hj11070000b {
	border-color: black;
}
.crumb {
	font-size: 85%;
}
.hashigaki {
	border: 1px solid #000000;
	padding: 1em;
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 2em;
}
span.oblique {
	font-style: oblique;
}
.kankoku {
	border: 1px solid #000000;
	padding: 1em;
	margin: 1em 0;
}


/* Excel */
.excelLink{
	/* text-align:left; */
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}

/* Maetuke */
table.maetuke td {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 0.5em;
}

/* float box */
.float_L{
	float: left;
	margin-top: 0.4em;
	margin-right: 1em;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}

/* Mokuji */
.mokuji0{ text-indent: 0 }
.mokuji1{
	text-indent: 0;
	padding-left: 1em;
}

.mokuji2{
	text-indent: 0;
	padding-left: 2em;
}
.mokuji3{
	text-indent: 0;
	padding-left: 3em;
}
