/* box.css */


/* center */
#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia;
	color: #022456;
	margin-bottom: 10px;
}
#center .box .box_content {
	
}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.1em;
}
#center .box .box_content .main_content ul li {
	margin-left: 26px;
}

/* right */
#right .box {
	background: url('/dsg/box_background.gif') repeat-x top left;
	border: 4px solid #e6e6e6;
	margin-bottom: 1.5em;
	padding: 6px 10px;
}
#right .box h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia;
	color: #022456;
	margin-bottom: 10px;
}
#right .box .box_content {
	
}
#right .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 1em;
}
#right .box .box_content .main_content * {
	line-height: 1.1em;
}
