
/* 
-----------------MainContents--------*/


#pp { 
	display: block; 
	width: 740px; 
	margin-left: auto; 
	margin-right:auto; 
}
#pp h3 { 
	padding: 125px 0px 25px 0px; 
	font-size: small; 
	background-image: url(../images/sitemap.gif); 
	background-position: 0px 80px; 
	background-repeat: no-repeat; 

}
#pp h5 { 
	display: block; 
	width: 650px;
	padding: 20px 0px 3px 0px; 
	margin-bottom: 12px; 
	border-bottom: 1px solid #cccccc; 
	font-weight: bold; 
}
#pp li { 
	font-size: small; 
	color: #666666; 
	list-style: disc; 
	margin-left: 170px; 
}
#pp p { 
	margin-bottom:  5px; 
}

#pp a { 
	color: #555555; 
	text-decoration: none; 
}
#pp a:hover {
	color: #0000ff; 
	text-decoration: underline; 
}


