@charset "utf-8";
/* CSS Document */
#max_bg {
	background-image: url(/img/header_img.jpg);
}
.solid {
	padding-bottom: 60px;
}
.pp_lead {
	padding-bottom: 30px;
	line-height: 180%;
}
.pp_section {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c8c8c8;
}
.pp_section:first-of-type {
	border-top: none;
	padding-top: 0;
}
.pp_section h3 {
	font-size: 130%;
	font-weight: bold;
	color: #2fa6e0;
	padding-bottom: 12px;
}
.pp_section p {
	line-height: 180%;
	padding-bottom: 10px;
}
.pp_section ul {
	padding-left: 1.5em;
	padding-bottom: 10px;
}
.pp_section ul li {
	list-style-type: disc;
	line-height: 180%;
}
