/* box.css */


/* center */
#center .box {
	
}
#center .box h1 {
	margin-bottom: 19px;
	font-size: 1.8em;
	font-weight: normal;
}
#center .box .box_content {
	
}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.4em;
}
#center .box .box_content .main_content * {
	line-height: 1.4em;
}

