/* box */
#body-center .box {
	padding: 20px;
	margin-bottom: 1em;
}
#body-center .box h1 {
	color: #8d847c;
	font-size: 1.5em;
	margin-bottom: 1em;
}
#body-center .box h1 a.back {
	float: right;
	font-size: 0.733em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#body-center .box h1 a.back:hover {
	text-decoration: underline;
}
#body-center .box .content {
	line-height: 1.5em;
	font-size: 1.3em;
}
#body-center .box div.box-bottom {
	display: none;
}



/* box */
#body-right .box {
	margin-bottom: 7px;
}
#body-right .box h1 {
	height: 22px; /*33*/
	padding: 11px 0 0 10px;
	background: url('/dsg/box-right-top-gray.png') no-repeat top left;
	color: #fff;
	font-size: 1.1em;
	overflow: hidden;
}
#body-right .box h1.orange {
	background: url('/dsg/box-right-top-orange.png') no-repeat top left;
}
#body-right .box .content {
	background: url('/dsg/box-right-center.png') repeat-y top left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 5px 10px;
}
#body-right .box div.box-bottom {
	height: 17px;
	background: url('/dsg/box-right-bottom.png') no-repeat top left;
}
