@charset "utf-8";


/***********************************************************/
/*コンテンツ*/
/***********************************************************/
#contents {
	width: 830px;
	}


/***********************************/
/*search*/
/***********************************/
#serach_box h2{
background-position: 0px -276px;
}
/* 検索エリアの背景 */
.serach_box_t{background: url(../img/search/search_box_coop_t.gif) top no-repeat;}
.serach_box_m{background: url(../img/search/search_box_coop_m.gif) top repeat-y;}
.serach_box_b{background: url(../img/search/search_box_coop_b.gif) bottom no-repeat;}

/* タブ */
#tab_box #tab_coop a		{background-position: -716px -106px; cursor:default;}
#tab_box #tab_coop a:hover	{background-position: -716px -106px;}

/* 地図操作説明エリア */
#caption_box{
background-color:#F6F6F6;
border:2px #7D7D7D solid;
padding-left:16px;
width:364px;
}

/* 地図ポップアップ */
#cluetip{border:1px #797979 solid;}
.cluetip-default h3#cluetip-title {
background-color:#797979;
}

/* リスト検索 */
#tbl_pref{
border-bottom:1px #C1C1C1 solid;
}
#tbl_pref th{
background:#F3F3F3 url(../img/search/tbl_pref_th_coop.gif) no-repeat;
}
#tbl_pref th,
#tbl_pref td{
border-top:1px #C1C1C1 solid;
}
#tbl_pref td{
border-left:2px #C1C1C1 solid;
}


