@charset "utf-8";

#main dt,
#main dd {
	margin-bottom: 25px;
	border: 1px solid rgba(147, 184, 189, 0.8);
	box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	margin-top: 0px;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 6px;
	padding-left: 3%;
	background-attachment: scroll;
	background-color: #F9F9F9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
#main dt {
	font-weight: bold;
	margin-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
}
#main dd {
border-radius: 0px 0px 5px 5px;
	
}
#main dl {
	margin-bottom: 40px;
}
