@charset "utf-8";
/* CSS Document */

#content {
	margin-left: 14px;
	margin-right: 5px;
	line-height: 130%;
}

.date, .price_table {
	margin-left: 10px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.date th, .date td, .price_table th, .price_table td {
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

.date {
	float: left;
	margin-bottom: 20px;
}
.date caption {
	font-weight: bold;
}
.date th {
	background: #EEEEEE url(../images/table_th_bg.gif) no-repeat top left;
}

#plan_dl {
	margin: 16px;
}
#plan_dl dt {
	margin-top: 24px;
	font-weight: bold;
}
#plan_dl dd {
	margin: 12px 18px;
	border: 1px solid #99CC66;
	padding: 6px;
	background-color: #EEFFDD;
}

.price_table {
	float: left;
	margin: 18px;
	margin-right: 0px;
}
.price_table caption {
	margin: 6px;
	font-weight: bold;
}
.price_table th {
	background: #FFCC33 url(../images/table_th_bg.gif) no-repeat top left;
}
.price_table #price_blank {
	background: #FFFFFF;
}