@charset "UTF-8";

.plan-header-img {
	background-image: url(../images/plan_img/plan_main-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	text-indent: -9999px;
	overflow: hidden;
}
#plan-container {
	height:auto;
}
#plan-container h1 {
	height: 24px;
	width: 530px;
	background-image: url(../images/plan_img/plan_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#plan-container p {
	padding-left: 18px;
	margin-bottom: 2em;
	font-size: 1em;
	line-height: 1.5em;
}
#plan-container table {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 18px;
	margin-right: 18px;
	width: 494px;
}
#plan-container th {
	text-align: center;
	background-color: #CCCCCC;
	color: #333333;
	padding: 4px;
}
#plan-container td {
	background-color: #f0f0f0;
	text-align: center;
	padding: 4px;
}
