@charset "UTF-8";


#crumb {
	margin: 55px 10px 5px;
}
#crumb a:link, #crumb a:visited {
	color: #052D03;
}
#crumb a:hover, #crumb a:active {
	color: #CE6751;
}

#right {
	width: 477px;
	background-image: url(../images/bg_right_contents.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: 280px;
	padding-top: 15px;
}
h1 {
	background-image: url(../images/title_h1.gif);
	background-repeat: no-repeat;
	width: 420px;
	margin: 0px 10px 10px;
	color: #0D7F06;
	font-size: 131.25%;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
}
.contents {
	margin: 0px 10px 15px;
}

h2 {
	background-image: url(../images/title_h2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #0D7F06;
	font-size: 112.5%;
	margin-bottom: 15px;
}
h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 30px;
	color: #5A5A5A;
	margin-bottom: 15px;
}
h3 {
	font-size: 112.5%;
}
.contents p {
	margin-left: 30px;
	line-height: 1.5em;
	color: #464646;
	margin-bottom: 20px;
}
.contents ul,.contents ol {
	margin: 10px 0px 10px 45px;
}
.contents ul li {
	list-style: disc;
	line-height: 1.5em;
}
.contents ol li {
	list-style: decimal;
	line-height: 1.5em;
	margin-left: 5px;
}

.contents dl {
	margin: 10px 0px 10px 30px;
}.contents dt {
	font-weight: bold;
	color: #FE971E;
	margin-bottom: 5px;
}
.contents dd {
	margin-left: 20px;
	margin-bottom: 3px;
	line-height: 1.5em;
}
.table01 {
	margin-left: 30px;
	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	margin-bottom: 20px;
	width: 420px;
}
.table01 th,.table01 td {
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	padding: 5px;
}
.table01 th {
	color: #333333;
	background-color: #DBEBBA;
	text-align: center;
}
