@charset "UTF-8";

#intro-section {
	margin-bottom: 30px;
	padding-top: 20px;
}

#intro-section h2 {
	margin-bottom: 10px;
}

#info-section {
	margin-bottom: 15px;
}

#info-list {
	border: 1px solid #74cc9f;
	border-top: none;
	background-color: #eafaf2;
}

#info-list li {
	margin: 0 10px;
	padding: 15px 0;
	background: url(../common/images/bdr-green.gif) left bottom repeat-x;
}

#info-list li#info-list-end {
	background: none;
}

#info-list dt {
	width: 24%;
	float: left;
	font-weight: bold;
}

#info-list dd {
	width: 75%;
	float:right;
}


