@charset "utf-8";


/***********************************************************/
/*コンテンツ*/
/***********************************************************/
#contents {
	width: 830px;
	}


/***********************************/
/*search*/
/***********************************/
#serach_box h2{
background-position: 0px -69px;
}
/* 検索エリアの背景 */
.serach_box_t{background: url(../img/search/search_box_disable_t.gif) top no-repeat;}
.serach_box_m{background: url(../img/search/search_box_disable_m.gif) top repeat-y;}
.serach_box_b{background: url(../img/search/search_box_disable_b.gif) bottom no-repeat;}

/* タブ */
#tab_box #tab_disable a		{background-position: -179px -106px; cursor:default;}
#tab_box #tab_disable a:hover	{background-position: -179px -106px;}

/* 地図操作説明エリア */
#caption_box{
background:#F8FDF0 url(../img/search/caption_img_disable.gif) left bottom no-repeat;
border:2px #71B50B solid;
}

/* 地図ポップアップ */
#cluetip{border:1px #66A40B solid;}
.cluetip-default h3#cluetip-title {
background-color:#66A40B;
}

/* リスト検索 */
#tbl_pref{
border-bottom:1px #C4E695 solid;
}
#tbl_pref th{
background:#F3FDEA url(../img/search/tbl_pref_th_disable.gif) no-repeat;
}
#tbl_pref th,
#tbl_pref td{
border-top:1px #C4E695 solid;
}
#tbl_pref td{
border-left:2px #C4E695 solid;
}


