@charset "utf-8";
/*グローバル*/
/*タブここから*/


/* use*/
#top_search {
	/*position: absolute;*/
	/*top: 80px;*/
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 55px;
	background: url(/img/top-search-bg.png) repeat-x left bottom #1f1f1f;
	z-index: 0;
	*z-index: -1;
}

#top_search_b {
	float:right;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#top_search_a {
	/*float:left;*/
	text-align:left;
	width:1100px;
	margin:0px auto;
	padding:0px 0px 0px 10px;
}
#top_search_a ul {
	position: relative;
	left: 160px;
	margin:0px;
	padding:0px;
	list-style: none;
	width: 920px;
	background: url(/img/gnav_separate.png) repeat-y left center;
}

/* use*/
#top_search_a li {
	/*float:left;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:55px;
	width:184px;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type: none;
	background: url(/img/gnav_separate.png) repeat-y right center;
}
#top_search_a li:hover,#top_search_a li:active{
	background: url(/img/top-search-bg.png) repeat-x left bottom #666666;
}
#top_search_a ul li span {
	/*display:none;*/
}
#top_search_a li a{
	display: block;
	width: 100%;
	height: 55px;
}
#top_search_a li#gnav_kurashi a{
	background: url(/img/tab/gnav-kurashi.png) no-repeat center top transparent;
}
#top_search_a li#gnav_shigoto a{
	background: url(/img/tab/gnav-shigoto.png) no-repeat center top transparent;
}
#top_search_a li#gnav_kanko a{
	background: url(/img/tab/gnav-kanko.png) no-repeat center top transparent;
}
#top_search_a li#gnav_chousei a{
	background: url(/img/tab/gnav-chousei.png) no-repeat center top transparent;
}
#top_search_a li#gnav_miryoku a{
	background: url(/img/tab/gnav-miryoku.png) no-repeat center top transparent;
}


/* タブここまで */
/* Googleカスタム検索ここから */

/* use*/
#top_search_keyword {
	padding:0px;
	margin:0px 5px 0px 10px;
	width: auto;
	height: 25px;
	float:right;
}
#cse-search-box {
	margin:0px;
	padding:0px;
}
/* Googleタイトル */
.search_tit{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
/* 検索ボタン */
#submit{
	margin:0px 0px 0px -6px;
	padding:0px 0px 0px 0px;
}

/*検索BOX*/
#tmp_query{
	width:130px;
/*	font-size:12px;*/
	border:1px solid #cccccc !important;
	height: 23px;
	padding:0px !important;
	margin:0px 0px 0px 0px;
	vertical-align: top;
}

.form_margin {
	margin:0px;
	padding:0px;
}
/* Googleカスタム検索ここまで */

/* Google翻訳対応 */
#top_search_a ul li span.google-src-text + span.hide{
	display: block;
	width: 184px;
	left: 0;
	top: 0;
	text-indent: -100em;
}