@charset "utf-8";
/* CSS Document */

@import url("../base_layout.css");
@import url("../sidenavi_left.css");
#main #contents h3 {
	font-size: 1.3em;
	background-color: #eae8d3;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #eae8d3;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.shuisho {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

p {
	text-indent: 1em;
	margin-right: 1em;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
#main #contents table {
	margin: 1em;
}
.jinji {
	line-height: 150%;
	list-style-type: none;
}
#main #contents td ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

