/* box.css */


/* center */
#center .box {
	margin-bottom: 2em;
}
#center .box a.back {
	float: right;
	font-size: 1.2em;
	margin-top: 3px;
}
#center .box h1 {
	font-size: 1.8em;
	color: #005bbb;
	margin-bottom: 0.5em;
}
#center .box h2 {
	font-size: 1.4em;
	color: #fff;
	padding: 5px 10px;
	background: #77a0cb url('/dsg/center_box_title_h2_background.gif') no-repeat top left;
	margin-bottom: 0.5em;
}
#center .box h2 a.more {
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 0.786em;
	padding: 3px 23px 3px 0;
	background: url('/dsg/h2_more.gif') no-repeat center right;
	position: relative;
	top: -1px;
}
#center .box h2 a.more:hover {
	text-decoration: underline;
}
#center .box .box_content {
}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.5em;
}
#center .box .box_content .main_content ul,
#center .box .box_content .main_content ol {
	margin: 0 0 1em 3em;
}
#center .box .box_content .main_content h2 {
	font-size: 1.5em;
	color: #005bbb;
	padding: 0;
	background: 0;
	border-top: 1px solid #e1e1e1;
	padding-top: 0.4em;
}


/* left & right */
#left .box,
#right .box {
	margin-bottom: 15px;
}
#left .box h1,
#right .box h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	border-bottom: 2px solid #fff;
	padding: 6px 17px 5px;
	color: #fff;
}
#left .box .box_content,
#right .box .box_content {
	padding: 6px 17px 8px;
}
#left .box .box_content .main_content,
#right .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #515a5d;
}
#left .box .box_content .main_content *,
#right .box .box_content .main_content * {
	line-height: 1.4em;
}
#left .box .box_content .main_content ul,
#left .box .box_content .main_content ol,
#right .box .box_content .main_content ul,
#right .box .box_content .main_content ol {
	margin: 0 0 1em 3em;
}

/* left & right orange box */
#left .box_orange h1 {
	background: #e65300 url('/dsg/left_box_title_orange.gif') no-repeat top center;
}
#right .box_orange h1 {
	background: #e65300 url('/dsg/right_box_title_orange.gif') no-repeat top center;
}
#left .box_orange .box_content,
#right .box_orange .box_content {
	background: #ffd987 url('/dsg/left_box_content_orange.gif') repeat-x top left;
}

/* left & right blue box */
#left .box_blue h1 {
	background: #4b7eb3 url('/dsg/left_box_title_blue.gif') no-repeat top center;
}
#right .box_blue h1 {
	background: #4b7eb3 url('/dsg/right_box_title_blue.gif') no-repeat top center;
}
#left .box_blue .box_content,
#right .box_blue .box_content {
	background: #f7f7f7;
	border-bottom: 1px solid #c6dfe6;
}

