/* main */
#main {
	min-height: 430px;
}
/* title */
#content h3,
#content h4 {
	font-weight: normal;
	margin: 5px 0;
}
#content h3 {
	color: #654546;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#content h4 {
	color: #8c9093;
	font-size: 1.3em;
}
#content p {
	color: #000;
	margin-top: 10px;
}
