
/* center box */
#container .box {
	padding: 1em 0;
}
#container .box a.print {
	float: right;
	display: none;
}
#container .first .box {
	background: none;
	padding-top: 0;
}
#container .first .box a.print {
	display: inline;
}
#container .box h1 {
	color: #7a7a7a;
	font-size: 1.8em;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 1em;
}
#container .box h1 a.back {
	
}
#container .box h1 a.back:hover {
	
}
#container .box h2 {
	color: #8c8c8c;
	font-size: 1.8em;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 1em;
}
#container .box .box-content {
	
}
#container .box .box-content .main-content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#container .box .box-content .main-content * {
	line-height: 1.5em;
}
#container .box .box-content .main-content h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}



/* left box */
#left .box {
	margin-bottom: 2em;
}
#left .box h1 {
	color: #8c8c8c;
	font-family: Georgia;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0.5em 0;
}
#left .box .box-content {
	
}
#left .box .box-content .main-content {
	font-size: 1.2em;
	line-height: 1em;
	color: #7a7a7a;
	margin-bottom: 1em;
}
#left .box .box-content .main-content a {
	color: #b4050a;
}
