
p.society {
	color: #008081;
	font-weight: bold;
	margin: 0px 0px 0px 1.3em;
	text-align: center;
}

ul.approach {
	border-top: 1px dotted #666666;
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.3em;
}

ul.approach li {
	border-bottom: 1px dotted #666666;
	line-height: 1.5em;
}

ul.approach li a {
	background: url(../../images/link_btn_green.png) no-repeat right 10px center;
	display: block;
	padding: 8px 40px 8px 20px;
	text-decoration: none;
}

ul.approach li a:hover {
	background-color: #fffee1;
	color: black;
}

ul.approach li a em {
	background-color: #008081;
	color: white;
	display: table-cell;
	font-style: normal;
	margin-right: 0.2em;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

ul.approach li a strong {
	display: table-cell;
	font-weight: normal;
	padding-left: 20px;
	vertical-align: middle;
}

