@charset "Shift_JIS";
/* ---------------------------------------------
*Since 2007-3-5
*Modified 2007-7-17
*  ---------------------------------------------
*/

/* ---------------------------------------------
   TOC:
   01 検索ボックス 非表示設定
   02 検索ボックス
   --------------------------------------------- */


/* 01 検索ボックス 非表示設定
   --------------------------------------------- */
/*@media projection, screen {
    .tabs-hide {
        display: none;
    }
}*/
@media projection, screen {
    .tabs-hide {
		position: absolute;
		top: -999em;
    }
}
@media print {
    .anchors {
        display: none;
    }
}
#jaxa-header div#tabClear{
	height: 1px;
	width: 800px;
	overflow: hidden;
}

/* 02 検索ボックス
   --------------------------------------------- */
#jaxa-header div#searchBox{
	margin-left: 13px;
	font-size: 10px;
}
#jaxa-header div#searchBox ul{
	position: relative;
	width: 207px;
	height: 21px;
}
#jaxa-header div#searchBox ul li a{
	position: absolute;
	top: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 21px;
	padding-top: 21px;
	text-decoration: none;
	text-indent: -9999px;
}
#jaxa-header div#searchBox ul li a#searchI{
	left: 0px;
	width: 97px;
	background: url(../common/jaxa/nav_search.gif) no-repeat 0px -21px;
}
#jaxa-header div#searchBox ul li a#searchJ{
	left: 97px;
	width: 110px;
	background: url(../common/jaxa/nav_search.gif) no-repeat -97px 0px;
}
#jaxa-header div#searchBox ul li.tabs-selected a#searchI{
	background: url(../common/jaxa/nav_search.gif) no-repeat 0px 0px;
}
#jaxa-header div#searchBox ul li.tabs-selected a#searchJ{
	background: url(../common/jaxa/nav_search.gif) no-repeat -97px -21px;
}
#jaxa-header div#searchBox div{
	width: 201px;
	\_width: 207px;
	height: 31px;
	padding: 4px 0 0 6px;
	background: url(../common/jaxa/bg_search.gif) no-repeat top left;
}