/*　ヘルプ　*/

/*　左メニュー　*/
#help_navigation {
	float : left;
	width: 185px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 3px;
	height: 400px;
}
.left_list {
	padding: 0px 10px 10px;
	text-align: left;
}
.left_list p {
	padding: 3px;
	background-color: #EDDCBE;
	font-weight: bold;
	color: #72421F;
	border: 2px solid #BA9A87;
	text-align: center;
	margin: 0px;
}

.left_list ul {
	line-height: 20px;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 3px;
}

.left_list li {
	list-style-image: url(../img/arrow_green.gif);
}


/*　TOP中央部分　*/
#help_contents {
	float : right;
	width: 580px;
	margin-bottom: 20px;
	color: #666666;
	margin-right: 3px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B59A8C;
}
#help_contents h1 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF8A74;
	margin: 0px 0px 5px;
	padding: 0px 3px 3px 5px;
	color: #008400;
}
#help_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF8A74;
}
.help_list {
	width: 550px;
	text-align: left;
	margin-top: 10px;
	padding: 5px 10px 10px;
}
.help_list li {
	list-style-image: url(../img/arrow_green.gif);
}
.help_list ul {
	line-height: 20px;
	font-size: 12px;
	padding-left: 10px;
	margin: 3px 0px 0px 10px;
}
.help_list strong {
	color: #008400;
}
.editor {
	width: 95%;
	text-align: left;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
