/* box.css */


.box .box_content .main_content ul {
	list-style-type: none;
}
.box .box_content .main_content ul li {
	background: url('/dsg/list_style_type.gif') no-repeat center left;
	padding-left: 1em;
}


/* center */
#center .box {
	
}
#center .box a.back {
	float: right;
	margin-top: 0.4em;
}
#center .box h1 {
	font-size: 1.8em;
	color: #454545;
	font-family: Georgia;
	margin-bottom: 1em;
}
#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 2em;
}
#center .box .box_content .main_content h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

/* right */
#right .box {
	margin-bottom: 3em;
}
#right .box h1 {
	font-size: 1.8em;
	color: #454545;
	font-weight: normal;
	font-family: Georgia;
	margin-bottom: 0.5em;
}
#right .box .box_content {
	
}
#right .box .box_content .main_content {
	font-size: 1.4em;
	line-height: 1.4em;
}
#right .box .box_content .main_content * {
	line-height: 1.4em;
}
#right .box .box_content .main_content ul,
#right .box .box_content .main_content ol {
	margin: 0 0 1em 3em;
}

/* left */
#left .box {
	margin-bottom: 20px;
}
#left .box h1 {
	background: #626262;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.8em;
	color: #fff;
	padding: 8px 10px 7px;
}

