/* CSS Document */

#contents_title {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 200px;
	width: 1000px;
}
#contents_title h2 {
	display: none;
}


#entry {
	padding-bottom: 30px;
}


#entry p {
	width: 630px;
	margin-left: 3px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}



.burial_ground {
	width: 630px;
	clear: both;
	padding-top: 20px;
}

.burial_ground h3 {
	font-size: 14px;
	line-height: 20px;
	color: #00A968;
	margin-bottom: 5px;
}

.burial_ground table {
	width: 630px;
	border: 5px solid #e0e0e0;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
}
.burial_ground table th {
	background-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	width: 80px;
}
.burial_ground table td {
	font-size: 12px;
	line-height: 22px;
	padding: 5px;
	background-color: #F9f9f9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.burial_ground table td.name {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.burial_ground table td.price {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.burial_ground table td sup {
	font-size: 10px;
	font-weight: bold;
}
