/* box */
#body-center .box {
	
}
#body-center .box div.title {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#body-center .box div.title h1 {
	font-size: 150%;
	color: #fff;
	background: url('/dsg/arrow-big-down.gif') no-repeat 4px 5px;
	height: 28px;	/* 34 */
	padding: 6px 0 0 35px;
	border-bottom: 1px solid #fff;
}
#body-center .first .box div.title {
	height: 40px;
	border-bottom: 1px solid #fff;
}

#body-center .box h1 a.back {
	
}
#body-center .box h1 a.back:hover {
	
}
#body-center .box .content {
	padding: 12px 22px;
	border: 1px solid #fff;
	border-top: none;
}


/* box - left|right */
#body-left .box,
#body-right .box {
	width: 169px;
	overflow: hidden;
	border-left: 1px solid #fff;
}
#body-right .box {
	margin-left: 17px;
	border-right: 1px solid #fff;
}
#body-left .box .title,
#body-right .box .title {
	color: #323232;
	background: #cadd62 url('/dsg/arrow-big-down.gif') no-repeat 140px 5px;
	font-size: 150%;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #fff;
}
#body-left .box h1,
#body-right .box h1 {
	
}
#body-left .box .content,
#body-right .box .content {
	border-bottom: 1px solid #fff;
	padding: 5px;
}


/* common */
.box .title-black {
	color: #fff !important;
	background-color: #535353 !important;
}
.box .title-red {
	color: #fff !important;
	background-color: #b1004a !important;
}
.box .title-gray {
	color: #fff !important;
	background-color: #a3a3a3 !important;
}

.box .content-silver {
	background: #dcdcdc !important;
}
.box .content-green {
	background: #cadd62 !important;
}
.box .content-no-space {
	padding: 0 !important;
}

