/* main */
#main {

}
/* title */
#content h3,
#content h4 {
	font-weight: normal;
	margin: 5px 0;
}
#content h3 {
	color: #000;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#content h4 {
	color: #b1aa98;
	font-size: 1.3em;
	font-weight:600;
}
#content p {
	color: #666666;
	margin-top: 10px;
}
