/* CSS Document */

#source {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 750px;
}
#source-in {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#source .plan {
	width: 100%;
}
#source2 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 750px;
}
.plan th {
	font-weight: normal;
	padding-bottom: 10px;
	text-align: left;
}
.plan th strong {
	color: #435a40;
}
.plan th em {
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #384c36;
	margin-left: 10px;
}
.account {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435a40;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.account td {
	font-size: 12px;
	line-height: normal;
	padding-bottom: 10px;
	padding-top: 5px;
}
.plan td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.account a {
	color: #435a40;
	text-decoration: underline;
}
.left-spc {
	padding-left: 10px;
}

