/*----------------------------------------*/
/*--------- 住み替えナビホームページ ---------*/
/*--------------- Rent HTML ---------------*/
/*----------------------------------------*/

/*-- 検索 TABLE 全体 --*/
.search_waku {
	border: 1px solid #48A486;
	width: 750px;
}
.step {
	font-size: 100%;
	background-image: url(img/step_bg.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 33px;

}
.steptext {
	padding: 7px;
	border-top: 1px #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 90%;
	color: #333333;
	letter-spacing: 1pt;


}
