@charset "utf-8";


/***********************************************************/
/*コンテンツ*/
/***********************************************************/
#contents {
	width: 830px;
	}


/***********************************/
/*search*/
/***********************************/
#serach_box h2{
background-position: 0px 0px;
}
/* 検索エリアの背景 */
.serach_box_t{background: url(../img/search/search_box_elder_t.gif) top no-repeat;}
.serach_box_m{background: url(../img/search/search_box_elder_m.gif) top repeat-y;}
.serach_box_b{background: url(../img/search/search_box_elder_b.gif) bottom no-repeat;}

/* タブ */
#tab_box #tab_elder a		{background-position: 0px -106px; cursor:default;}
#tab_box #tab_elder a:hover	{background-position: 0px -106px;}

/* 地図操作説明エリア */
#caption_box{
background:#FDF8F0 url(../img/search/caption_img_elder.gif) left bottom no-repeat;
border:2px #E3831C solid;
}

/* 地図ポップアップ */
#cluetip{border:1px #E06622 solid;}
.cluetip-default h3#cluetip-title {
background-color:#E06622;
}

/* リスト検索 */
#tbl_pref{
border-bottom:1px #F1C492 solid;
}
#tbl_pref th{
background:#FDF5EE url(../img/search/tbl_pref_th_elder.gif) no-repeat;
}
#tbl_pref th,
#tbl_pref td{
border-top:1px #F1C492 solid;
}
#tbl_pref td{
border-left:2px #F1C492 solid;
}


