form {
	padding:0;
	margin:0
}

/* タブ */

ul.tab {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	height:22px;
	clear:both;
}

ul.tab li {
	float:left;
	margin-right:3px;
}

ul.tab li#zip-tab a {
	margin-left:7px;
	display:block;
	width:95px;
	height:22px;
	text-indent: -9999px;
	background:url(/images/s1/20071018/sch_tab_zip.gif) no-repeat;
}
ul.tab li#zip-tab a.active {background:url(/images/s1/20071018/sch_tab_zip_on.gif) no-repeat;}

ul.tab li#add-tab a {
	display:block;
	width:95px;
	height:22px;
	text-indent: -9999px;
	background:url(/images/s1/20071018/sch_tab_add.gif) no-repeat;
}
ul.tab li#add-tab a.active {background:url(/images/s1/20071018/sch_tab_add_on.gif) no-repeat;}

ul.tab li#station-tab a {
	display:block;
	width:95px;
	height:22px;
	text-indent: -9999px;
	background:url(/images/s1/20071018/sch_tab_station.gif) no-repeat;
}
ul.tab li#station-tab a.active {background:url(/images/s1/20071018/sch_tab_station_on.gif) no-repeat;}


/* 検索フォーム */

#sch-zipform {
	background:url(/images/s1/20071018/sch_zip_form.gif) no-repeat;
	padding:6px 0 0 26px;
	margin:5px 5px 0 16px;
	width:94px;
	height:25px;
	border:none;
	font-size:12px;
}
html:first-child #sch-zipform {padding:1px 0 0 26px;}
*html #sch-zipform {padding:6px 0 0 26px;}

#sch-addform {
	background:url(/images/s1/20071018/sch_add_form.gif) no-repeat;
	padding:6px 0 0 26px;
	margin:5px 5px 0 16px;
	width:198px;
	height:25px;
	border:none;
	font-size:12px;
}
html:first-child #sch-addform {padding:1px 0 0 26px;}
*html #sch-addform {padding:6px 0 0 26px;}

#sch-stationform {
	background:url(/images/s1/20071018/sch_station_form.gif) no-repeat;
	padding:6px 0 0 26px;
	margin:5px 5px 0 16px;
	width:198px;
	height:25px;
	border:none;
	font-size:12px;
}
html:first-child #sch-stationform {padding:1px 0 0 26px;}
*html #sch-stationform {padding:6px 0 0 26px;}


#sch-zip-text {
	margin:0 0 0 40px;
	font-size:10px;
	color:#853D3D;
}

#sch-add-text {
	margin:0 0 0 40px;
	font-size:10px;
	color:#0D767C;
}

#sch-station-text {
	margin:0 0 0 40px;
	font-size:10px;
	color:#568414;
}

input.sch-addformBtn {
  padding:0;
  margin:6px 0 0 0;
  height:21px;
  vertical-align:top;
  }
  
img.sch-addformBtn {
  padding:0;
  margin:6px 0 0 0;
  height:21px;
  vertical-align:top;
 }