/* main */
#main {

}
/* title */
#content h3,
#content h4 {
	font-weight: normal;
	margin: 5px 0;
}
#content h3 {
	color: #9c2a00;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#content h4 {
	color: #594830;
	font-size: 1.3em;
	font-weight:600;
}
#content p {
	color: #451e14;
	margin-top: 10px;
}
