/* box.css */


.box .main_content ul {
	list-style-type: none;
	margin-bottom: 1em;
}
.box .main_content ul li {
	background: url('/dsg/li_dot.gif') no-repeat center left;
	padding-left: 17px;
}

/* TOP */
#top .box {
	/*background: #78b2dc;*/
	background-image: url('/dsg/top-box-bg.png');
	border-top: 1px solid #bcd9ee;
	border-bottom: 1px solid #9ac5e5;
	border-left: 1px solid #deecf6;
	padding: 12px 20px 0px 20px;
	margin-bottom: 15px;
	/*min-height: 150px;*/
	height: 158px;
}
#top .box h1 {
	color: #fff;
	font-size: 2.3em;
	font-weight: normal;
}
.home #top .box h1 {
	font-size: 3.0em; /*4.2*/
	font-weight: bold;
}
#top .box .box_content  {
	padding: 0px;
}
#top .box .box_content .main_content {
	margin-top: 14px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.333em;
}
#top .box .box_content .main_content * {
	line-height: 1.333em;
}

/* CENTER */
#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 7px;
	color: #777;
}
#center .box .box_content {
	
}
#center .box .box_content .main_content {
	font-size: 1.3em;
	line-height: 1.385em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.385em;
}
#center .box .box_content h2 {
	font-size: 1.6em;
	margin-top: 1em;
}
#center .box .box_content h3 {
	font-size: 1.231em;
	color: #78b2dc;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e8ea;
	margin-bottom: 10px;
}

/* RIGHT */
#right .box {
	margin-bottom: 2em;
	background: #e1e8ea;
	padding: 6px 12px 17px 12px;
}
#right .box h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #777777;
}
#right .box {
	margin-bottom: 2em;
}
#right .box .box_content {
	
}
#right .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#right .box .box_content .main_content * {
	line-height: 1.5em;
}
