/*★hjレンタルページテーブル用CSS★*/

table
 {
	height: auto;
	width: 650px;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto 0px auto;
}

#head
{
	height: auto;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FE9301;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}



#price1
{
	height: auto;
	width: 33%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFCD50;
	font-weight: bold;
	padding: 5px;
}

#price2
{
	height: auto;
	width: 33%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFFCE8;
	padding: 5px;
	letter-spacing: 1px;
}

#price3
{
	height: auto;
	width: 50%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFCD50;
	font-weight: bold;
	padding: 5px;
}

#price4
{
	height: auto;
	width: 50%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFFCE8;
	padding: 5px;
	letter-spacing: 1px;
}

#text1
{
	height: auto;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFCD50;
	font-weight: bold;
	padding: 5px;
}



#text2
{
	height: auto;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
	background: #FFFCE8;
	padding: 5px;
	letter-spacing: 1px;
}
