/* box - left */
#left .box {
	
}
#left .box h1.box_title {
	background: #a0a0a0;
	color: #fff;
	padding: 0.5em 0 0.5em 6px;
}
#left .box .content {
	color: #ff7200;
}



/* box - center */
#center .box {
	
}
#center .box h1.box_title {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
#center .box .content {
	
}