/* box.css */

#center .box h1 {
	font-size: 3em;
	font-weight: normal;
	color: #0f4861;
	letter-spacing: -1px;
	margin-bottom: 0.667em;
}
#center .box h1 a.back {
	float: right;
	font-size: 0.4em;
}

#center .box h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #104952;
	letter-spacing: -1px;
	margin-bottom: 0.667em;
}

#center .box .box-content {
	
}
#center .box .box-content .main-content {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 2em;
}
#center .box .box-content .main-content * {
	line-height: 1.4em 
}