/* main */
#main {
	min-height: 390px;
}
/* title */
#content h3,
#content h4 {
	font-weight: normal;
	margin: 5px 0;
}
#content h3 {
	color: #282828;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#content h4 {
	color: #4b3b34;
	font-size: 1.3em;
}
#content p {
	color: #584532;
	margin-top: 10px;
}
