@charset "utf-8";


/***********************************************************/
/*コンテンツ*/
/***********************************************************/
#contents {
	width: 830px;
	}


/***********************************/
/*search*/
/***********************************/
#serach_box h2{
background-position: 0px -138px;
}
/* 検索エリアの背景 */
.serach_box_t{background: url(../img/search/search_box_foreign_t.gif) top no-repeat;}
.serach_box_m{background: url(../img/search/search_box_foreign_m.gif) top repeat-y;}
.serach_box_b{background: url(../img/search/search_box_foreign_b.gif) bottom no-repeat;}

/* タブ */
#tab_box #tab_foreign a		{background-position: -358px -106px; cursor:default;}
#tab_box #tab_foreign a:hover	{background-position: -358px -106px;}

/* 地図操作説明エリア */
#caption_box{
background:#F5FBFC url(../img/search/caption_img_foreign.gif) left bottom no-repeat;
border:2px #008BBF solid;
}

/* 地図ポップアップ */
#cluetip{border:1px #0073AA solid;}
.cluetip-default h3#cluetip-title {
background-color:#0073AA;
}

/* リスト検索 */
#tbl_pref{
border-bottom:1px #9ED8E9 solid;
}
#tbl_pref th{
background:#EDF9FC url(../img/search/tbl_pref_th_foreign.gif) no-repeat;
}
#tbl_pref th,
#tbl_pref td{
border-top:1px #9ED8E9 solid;
}
#tbl_pref td{
border-left:2px #9ED8E9 solid;
}


