/* main */
#main {
	min-height: 360px;
}

/* title */
#content h3,
#content h4 {
	font-weight: normal;
	margin: 5px 0;
}
#content h3 {
	color: #8d5069;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#content h4 {
	color: #bb8da3;
	font-size: 1.3em;
}
#content p {
	margin-top: 10px;
}
