﻿@charset "UTF-8";
/* AssetNowVersion: ST1.7.0 Last Up Date: 2008-7-25 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=サイトタイトル                                                          */
/*****************************************************************************/

#SiteTitle {
	margin: 0 auto; /* don't touch */
	padding:0; /* don't touch */
	position: relative;
	width: 950px;
	height: 90px;
	overflow: hidden;
	color: #000000;
	background: url(images/SiteTitle_bg.gif) no-repeat 0 0;
}

	/* =タイトル ---------------------------------------------------------------
	common/homelogo.cfm

	*使用画像
	logo.gif or logo.jpg

	*カスタマイズメモ
	- logo.gifがない場合は、logo.jpgを表示する
	- logo.gifとlogo.jpgがない場合は、タイトルをテキストで表示する
	-------------------------------------------------------------------------- */

	h1#TitleArea {
		margin: 0; /* don't touch */
		padding: 0; /* don't touch */
		margin-right: auto;
		position: relative; /* don't touch */
		top: 0; /* don't touch */
		left: 0; /* don't touch */
		width: 100%;
	    height: 90px;
		/* don't use float for Mac IE5 */
	}
		#TitleImage {
			margin-top: 15px;
		}

		h1#TitleText {
			margin-top: 10px;
			margin-left: 20px;
		}

	/* =検索フォーム(トップ) ----------------------------------------------------
	common/search.cfm

	*使用画像
	search.gif

	*カスタマイズメモ
	- search.gifがない場合は、フォームの標準ボタンが使用される
	-------------------------------------------------------------------------- */

	#SearchForm {
		margin: 0; /* don't touch */
		padding: 0; /* don't touch */
		padding-top: 35px;
		margin-right: 10px;
		margin-left: 263px; /* logo.gif width */
		position: relative; /* don't touch */
	    z-index: 99; /* don't touch */
		top: -65px;
		height: 50px; /* = SiteTitle height - (padding-top) */
		right: 0;
		text-align: right; /* don't touch */
		/* don't use float for Mac IE5 */
	}
		.searchInputBox {
			display: inline;
			vertical-align: middle;
			font-size: small;
			width: 10em;
			font-family: "ＭＳ Ｐゴシック", sans-serif; /* for Win IE7 */
		}
		.searchSubmitImage {
			margin-left: 3px;
			display: inline;
			vertical-align: middle;
		}
		.searchSubmitButton {
			margin-left: 3px;
			display: inline;
			vertical-align: middle;
		}

/*************************************************************

				Google フリー検索（オリジナル）

*************************************************************/

/*************************************************************

				Google フリー検索（オリジナル）

*************************************************************/

	#GoogleSearchForm{
		width: 246px;
		margin: 0;
		padding: 0;
		position: relative;
	    top: -42px;
	    height: 36px;
	    right: 194px;
		text-align: right; /* don't touch */
		/* don't use float for Mac IE5 */
		float: right;
		z-index: 99; /* don't touch */
	}
		.GooglesearchInputBox {
			position: relative;
			margin: 0;
			padding: 0 3px !important;
			display: inline;
			vertical-align: middle;
			font-size: small;
			width: 176px !important;
			border: 1px solid #DDD !important;
			border-right: 0px none !important;
			font-family: "ＭＳ Ｐゴシック", sans-serif; /* for Win IE7 */
			height: 28px !important;
			float: left;
			line-height: 1.5;
			z-index: 200; /* don't touch */
		}
		.GooglesearchSubmitImage {
			position: relative;
			margin-left: 0;
			display: inline;
			vertical-align: middle;
			height: 30px;
			width: 63px;
			float: left;
		}

	/* 検索結果ページ用 */
	#CentreWrapper #GoogleSearchForm form {
		margin: 20px 0 0 5px;
		top: auto;
		right: auto;
		float: none;
		text-align: left;
	}
		#CentreWrapper #GoogleSearchForm form .GooglesearchInputBox {
			width: 300px !important;
		}

.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding:0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	margin-top: 4px !important;
}

table.gsc-search-box td {
    vertical-align: bottom !important;
}


@media all and (-ms-high-contrast:none){
  .gsib_a {
    padding:0 !important;
  }

	#GoogleSearchForm{
	    top: -60px;
	}
}
