@charset "EUC-JP";

.page_bar{
	height: 60px;
	background: url("./image/page_bar.jpg") no-repeat;
}


.title_text{
	width: 550px;
	padding: 15px 0px 0px 0px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}

/*
==================================================================
クイックプラン・パーフェクトプラン 
==================================================================
*/

.gray_bar{
	margin: 25px 0px 0px 0px;
	height: 43px;
	background: url("./image/gray_bar.jpg") no-repeat;
}

.gray_bar_title{
	padding: 6px 0px 0px 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.plan_table{
	width: 535px;
	margin: 0px 0px 10px 15px;
}

.plan_text1{
	width: 180px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.plan_text2{
	color: #666666;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}


/*======料金表=====*/

.yen_text{
	width: 535px;
	margin: 0px 0px 0px 15px;
	color: #333333;
	text-align: right;
	font-size: 11px;
}

.plice_table{
	width: 535px;
	margin: 0px 0px 0px 15px;
	color: #333333;
}

.td1{
	border: 1px solid #333333;
	width: 60px;
	height: 35px;
	text-align: center;
	background: #EDEBD5;
	font-size: 10px;
}

.td2{
	border: 1px solid #333333;
	width: 60px;
	height: 35px;
	text-align: center;
	background: #FAA9DA;
	font-size: 10px;
}

.td3{
	border: 1px solid #333333;
	width: 60px;
	height: 35px;
	text-align: center;
	background: #DFEBFF;
	font-size: 10px;
}

.td4{
	border: 1px solid #333333;
	width: 60px;
	height: 35px;
	text-align: center;
	background: #FFFFFF;
	font-size: 10px;
}

.bikou{
	width: 535px;
	margin: 0px 0px 10px 15px;
	color: #666666;
	line-height: 15px;
	text-align: left;
	font-size: 11px;
}

/* このページのTOPへ戻る */
.top_jump{
	width: 530px;
	margin: 0px 5px 0px 15px;
	font-size: 10px;
	text-align: right;
}

