@charset "utf-8";
/* CSS Document */
@import url("../base_layout.css");
@import url("../sidenavi_left.css");
#main #contents h3 {
	font-size: 1.3em;
	background-color: #f2f1e7;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #dbd9a6;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#main #contents h4 {
	margin-left: 1em;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	margin-right: 1em;
	clear: both;
}
#main #contents h5 {
	margin-left: 1em;
	font-size: 1.1em;
	margin-right: 1em;
	clear: both;
	font-weight: bold;
}
#main #contents h6 {
	font-size: 1.0em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0px;
}

.sub {
	text-indent: 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.notjisage {
	text-indent: 0em;
}



p {
	text-indent: 1em;
	margin-right: 1em;
	margin-left: 1em;
}

.note {
	padding: 6px;
	border: 1px solid #999999;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	clear: both;
}
#main #contents hr {
	clear: both;
	margin: 1em;

}
#main #contents ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
#main #contents li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#main #contents .note li li {
	margin: 0px;
	padding-bottom: 0.5em;
}
#main #contents .note ul ul {
	padding-left: 1em;
	margin: 0px;
}


.float_left {
	float: left;
}
.clear_both {
	clear: both;
}


img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main #contents table {
	margin: 1em;
	text-align: center;
}
.list {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

caption {
	caption-side:bottom
	font-size: 1.2em;
	margin: 0px;
	padding: 2px;
}