@charset "UTF-8";
#plan {}
#plan h3 {
	font-weight: bold;
	padding-top: 20px;
}
#plan p {
	padding-left: 2em;
}


/*--table-------------------------------------------------------*/
#plan table {
	width: 520px;
	margin: 5px 0 10px;
	line-height: 1.1em;
	border-collapse: separate;
	border-spacing: 3px;
}
#plan table caption {
	clear: both;
	width: 520px;
	padding: 0 0 3px;
	text-align: right;
	font-size: 0.8em;
}
#plan table tr.head, #plan tr.head:hover {
	background: #f6f6f0;
}
#plan table th {
	background: #D4C894;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	font-size: 0.85em;
	font-weight: normal;
}
#plan table td {
	background: #ffffff;
	padding: 5px;
	vertical-align: top;
	font-size: 0.85em;
	text-align: left;
}
#plan table td ul {
	margin-left: 0;
}
#plan table td li {
	list-style-position: inside;
	margin-left: 1em;
	text-indent: -1em;
}
#plan table td.cost {
	text-align: right;
}
#plan #plan p.txt {
	margin-left: 0;
}

