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


/* use*/
#top_search {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	background: url(/img/tab/gnav_bg.png) repeat-x left bottom;
}

#top_search_b {
	float:right;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#top_search_a {
	float:left;
	width: 100%;
	height: 74px;
	text-align:left;
	margin:0;
	padding: 0;
	background: url(/img/tab/gnav_ornament.png) no-repeat right center;
}
#top_search_a ul {
	width: 1100px;
	height: 35px;
	margin:17px auto;
	padding:0px;
	border-left: 1px solid #6A94C7;
	border-right: 1px solid #042E61;
}

/* use*/
#top_search_a li {
	float:left;
	text-align:center;
	display:block;
	height:35px;
	width:218px;
	list-style-type: none;
	margin:0;
	padding:0;
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;
	border-right: 1px solid #6A94C7;
	border-left: 1px solid #042E61;
}
#top_search_a li a{
	display: block;
	height: 38px;
}
#top_search_a li a:hover, #top_search_a li a.gnav_current{
	border-bottom: 4px solid #E5EBF4
}
#top_search_a ul li span.hide {
	display:none;
}

#top_search_a li#page_now0{	background-image: url(/img/tab/gnav_home.png);}
#top_search_a li#page_now1{	background-image: url(/img/tab/gnav_kurashi.png);}
#top_search_a li#page_now2{	background-image: url(/img/tab/gnav_shigoto.png);}
#top_search_a li#page_now3{	background-image: url(/img/tab/gnav_kankou.png);}
#top_search_a li#page_now4{	background-image: url(/img/tab/gnav_shisei.png);}

/* タブここまで */

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

/* use*/
#top_search_keyword {
	float:right;
	width: 240px;
	margin:0;
	margin-left: 10px;
	padding:0;
}
#cse-search-box {
	position: relative;
	margin:0px;
	padding:0px;
}
/* Googleタイトル */
.search_tit{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
/* 検索ボタン */
#submit{
	position: absolute;
	right: 0;
	top: 0;
	margin:0;
	padding:0;
}
*html body #submit{
	margin:0px 0px -4px 0px;
}
/*IE7のみ*/
*:first-child+html #submit{
	margin:0px 0px -3px 0px;
	padding:0px 0px 0px 0px;
}

/*検索BOX*/
#tmp_query{
	position: absolute;
	right: 64px;
	top: 0;
	width:160px;
/*	font-size:12px;*/
	border:solid 1px #7F9DB9;
	height: 25px;
	padding:0 !important;
	margin:0px 0px 0px 0px;
	background: url("https://www.google.com/cse/static/ja/google_custom_search_watermark.gif") 0% 50% no-repeat rgb(255, 255, 255);
}
#tmp_query:focus{
	background: none #fff;
}
*html body #tmp_query{
	margin:-1px 0px 0px 0px;
	height: 21px;
}

div#cse_filetype{
	position: absolute;
	top: 36px;
	left: 10px;
}
#cse_filetype .cse_filetypeselect input{
	margin: 0;
	margin-right: 2px;
	vertical-align: middle;
}
#cse_filetype .cse_filetypeselect label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

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