/* box */

#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #004a85;
	margin-bottom: 18px;
}
.home #center .box h1 {
	margin-bottom: 0px;
}
#center .box h1 a {
	float: right;
	font-size: 0.5em;
	color: #324780;
	margin-top: 6px;
}
#center .box h2,
#center .box h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fcb016;
	margin-bottom: 9px;
}
#center .box h3 {
	font-size: 1.3em;
	margin-bottom: 0.9em;
	font-weight: bold;
}
#center .box .box_content {
	
}
#center .box .box_content .main_content {
	font-size: 1.3em;
	line-height: 1.5em;
}
#center .box .box_content .main_content * {
	line-height: 1.5em;
}
#center .box .box_content .main_content h2 {
	font-size: 1.5em;
}
#center .box .box_content .main_content h3 {
	font-size: 1.083em;
}
#center .box .box_content .main_content a {
	text-decoration: underline;
}
#center .box .box_content .main_content a:hover {
	text-decoration: none;
}


#right .box {
	margin-bottom: 2.5em;
	background: url('/dsg/box_right_top.gif') no-repeat top center;
}
#right .box .box_child {
	background: url('/dsg/box_right_bottom.gif') no-repeat bottom center;
	padding: 15px 19px;
}
#right .box h1 {
	color: #004a85;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 4px;
}
#right .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.5em;
}
#right .box .box_content .main_content * {
	line-height: 1.5em;
}


#left .box {
	
}
#left .box h1 {
	color: #004a85;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	font-size: 1.6em;
	font-weight: bold;
	padding: 3px 0 4px 0;
	margin-bottom: 3px;
}
#left .box h1 a {
	color: #004a85;
}
