@charset "utf-8";

/*Contents*/
#contentsArea {
	overflow: hidden;
	width: 752px;
	margin: 30px 0 0 0;
	font-size: 14px;
	min-height: 500px;
	background: url(../services/event/images/bg_contentsarea.gif) no-repeat center bottom;
}

#contentsArea p.leadtext {
	width: 688px;
	margin: 20px auto 30px;
}

#contentsArea h5 {
	width: 708px;
	margin: 0 auto 20px;
}

#contentsArea dl {
	overflow: hidden;
	width: 688px;
	margin: 0 auto 30px;
}

#contentsArea dl dt {
	float: left;
	margin: 0 20px 0 0;
}

#contentsArea dl dd {
	float: left;
	width: 468px;
}

#contentsArea dl dd p span {
	display: block;
	margin: 0.8em 0 0;
	text-indent: -0.5em;
}

