@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;
}
p {
	text-indent: 1em;
	margin-right: 1em;
	margin-left: 1em;
}
