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


/* use*/
#top_search {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	*width:auto;
	height: 61px;
	background: url(../../img/tab/top_tab_bg.png) repeat-x left bottom;
	/*border-bottom:4px solid #2D448B;*/
	min-width:960px;
}

#top_search_b {
	float:right;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#top_search_a {
	/*float:left;*/
	text-align:left;
	width:960px;
	margin:4px auto 0;
	padding:0;
}
#top_search_a ul {
	margin:0px;
	padding:0px;
	width: 960px;
	height: 48px;
	overflow: hidden;
	border-right: 1px solid #004371;
	border-left: 1px solid #66AAD8;
}

/* use*/
#top_search_a li {
	float:left;
	text-align:left;
	display:block;
	height:50px;
	width:192px;
	list-style-type: none;
	margin:0;
	padding:0px;
	background: none;
}
#top_search_a li:hover{
	background: url(/img/tab/top_search_tab_bg.png) repeat center center;
}

#top_search_a li a{
	display: block;
	height: 50px;
	width: auto;
	border-left: 1px solid #004371;
	border-right: 1px solid #66AAD8;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#top_search_a li#page_now0 a{	background: url(/img/tab/top_search_tab0.png) no-repeat center center;}
#top_search_a li#page_now1 a{	background: url(/img/tab/top_search_tab1.png) no-repeat center center;}
#top_search_a li#page_now2 a{	background: url(/img/tab/top_search_tab2.png) no-repeat center center;}
#top_search_a li#page_now3 a{	background: url(/img/tab/top_search_tab3.png) no-repeat center center;}
#top_search_a li#page_now4 a{	background: url(/img/tab/top_search_tab4.png) no-repeat center center;}

#top_search_a ul li span {
	display:none;
}
/* タブここまで */
/* タブのロールオーバー動作はフォントサイズ変更のJSです */

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

/* use*/
#top_search_keyword {
	padding:0px;
	margin:0;
	/*width: 190px;*/
	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 -6px 0px;
	padding:0px 0px 0px 0px;
}
*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{
	width:130px;
/*	font-size:12px;*/
	/*border:solid 1px #7F9DB9;*/
	border: none !important;
	height: 14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
*html body #tmp_query{
	margin:-1px 0px 0px 0px;
	height: 21px;
}

.form_margin {
	margin:0px;
	padding:0px;
}

#search_box_inputarea_wrap{
	float: left;
	padding-right: 5px;
	margin-right: 10px;
	background: url(/img/search_fukidashi_large.gif) no-repeat right center;
}
#search_box_inputarea{
	float: left;
	padding: 3px;
	border: 1px solid #cccccc;
	border-right: none;
}
#search_box_input_text{
	float: left;
	padding-right: 10px;
	background: url(/img/search_fukidashi_small.gif) no-repeat right center;
}
#search_box_input_select{
	float: left;
}


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