@charset "UTF-8";
/* AssetNowVersion: ST1.9.0 Last Up Date: 2009-09-09 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=サイトタイトル                                                          */
/*****************************************************************************/

#SiteTitle {
	margin: 0 auto; /* don't touch */
	padding: 0; /* don't touch */
	position: relative;
	width: 989px;
	height: 94px;
	overflow: hidden;
	color: #000000;
	background: url(images/header_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 */
		position: absolute; /* don't touch */
		top: 27px; /* don't touch */
		left: 20px; /* don't touch */
		z-index: 68; /* don't touch */
		width: 348px;
		height: 68px;
		/* don't use float for Mac IE5 */
	}
		#TitleImage {
			/* don't use padding-left & margin-left */
		}
		
		h1#TitleText {
			margin-left: 20px;
		}


	#SiteTitle p#headerFont {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	position: absolute; /* don't touch */
	top: 49px; /* don't touch */
	left: 883px; /* don't touch */
	z-index: 98; /* don't touch */
	width: 205px;
	height: 32px;
		}
	#SiteTitle p#headerFont img {
		border:none;
	}


	/* =検索フォーム(トップ) ----------------------------------------------------
	common/search.cfm

	*使用画像
	search.gif

	*カスタマイズメモ
	- search.gifがない場合は、フォームの標準ボタンが使用される
	-------------------------------------------------------------------------- */

	#SearchForm {
		margin: 0; /* don't touch */
		padding: 0; /* don't touch */
		padding-top: 16px;
		margin-left: 295px; /* logo.gif width */
		position: relative; /* don't touch */
		z-index: 99; /* don't touch */
		top: -75px;
		height: 39px; /* = 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 フリー検索（オリジナル）

*************************************************************/
.search_area {
  margin: 0px;
  padding: 0px;
  right: 5px;
  position: absolute;
  text-align: left;
  top: 61px;
  left: 540px;
}

.search_area,
.search_area * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.search_area div,
.search_area ul,
.search_area li { margin: 0; padding: 0; }

div.gsc-control-cse,
div.gsc-control-searchbox-only,
div.gsc-control-cse.gsc-control-cse-ja,
div.gsc-control-searchbox-only.gsc-control-searchbox-only-ja {
	border: none;
	background-color: transparent !important;
}

table.gsc-search-box {
	margin: 0 !important;
	padding: 0;
	width: 300px !important;
	vertical-align: middle;
	background: #FFF;
	overflow: hidden;
	font-size: 1.8em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.gsc-search-box tbody tr td {
	margin: 0;
	padding: 0;
	border: none;
	height: inherit !important;
	background-color: transparent !important;
}

table.gsc-search-box tbody tr td.gsc-input {
	padding: 1px 6px;
	border: 1px solid rgb(217, 217, 217);
}
table.gsc-search-box tbody tr td.gsc-search-button {
	padding: 1px 6px;
}

table.gsc-search-box div.gsc-input-box,
table.gsc-search-box div.gsc-input-box.gsc-input-box-hover,
table.gsc-search-box div.gsc-input-box.gsc-input-box-focus {
	height: inherit !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	height: inherit !important;
	background-color: transparent !important;
}
/* 検索ワード入力領域 */
table.gsc-search-box tbody tr td.gsib_a input.gsc-input {
	height: inherit !important;
}
/* 入力キャンセルの「×」*/
table.gsc-search-box tbody tr td.gsib_a + td.gsib_b {
	display: none;
}

/* 検索ボタン */
table.gsc-search-box tbody tr td.gsib_a.gsc-search-button {
	width: 55px;
}

button.gsc-search-button,
button.gsc-search-button.gsc-search-button-v2 {
	margin: 0;
	position: relative;
	height: 24px;
	width: 100%;
	vertical-align: middle;
	background: rgb(206, 206, 206);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border: 1px solid rgb(102, 102, 102);
}
button.gsc-search-button,
button.gsc-search-button.gsc-search-button-v2,
button.gsc-search-button:hover,
button.gsc-search-button.gsc-search-button-v2:hover,
button.gsc-search-button:focus,
button.gsc-search-button.gsc-search-button-v2:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: rgb(206, 206, 206);
	cursor: pointer;
}
button.gsc-search-button:focus,
button.gsc-search-button.gsc-search-button-v2:focus {
	border-color: rgb(102, 102, 102) !important;
}

/* 標準の虫眼鏡アイコン（svg）を非表示 */
button.gsc-search-button svg,
button.gsc-search-button.gsc-search-button-v2 svg { display: none; }


button.gsc-search-button::before,
button.gsc-search-button.gsc-search-button-v2::before {
	top: 0;
	position: absolute;
	display: block;
	z-index: 98;
	cursor: pointer;
	color: #000;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}
button.gsc-search-button::before,
button.gsc-search-button.gsc-search-button-v2::before {
	content: "検索";
	right: 0;
  left: 0;
  text-align: center;
	font-size: 13px;
	line-height: 24px;
	width: auto;
}

button.gsc-search-button:focus::before,
button.gsc-search-button.gsc-search-button-v2:focus::before,
button.gsc-search-button:hover::before,
button.gsc-search-button.gsc-search-button-v2:hover::before {
	color: #000;
}
		
/*****************************************************************************/
/* -=翻訳ボタン                                              　　　　　     */
/*****************************************************************************/

#headerLang {
	width:980px;
	}

#headerLang li {
	margin:0;
	padding:0;
	width:35px;
	height:20px;
	text-indent:-9999px;
	list-style:none;
}

#headerLang li a {
	width:35px;
	height:20px;
	display:block;
}

#headerLang li#headerLang01 a{
	width:52px;
	position:absolute;
	top:0;
	left:630px;
}

#headerLang li#headerLang02 a{
	width:65px;
	position:absolute;
	top:0;
	left:694px;
}

#headerLang li#headerLang03 a{
	width:43px;
	position:absolute;
	top:0;
	left:769px;
}

#headerLang li#headerLang04 a{
	width:56px;
	position:absolute;
	top:0;
	left:821px;
}

#headerLang li#headerLang05 a{
	position:absolute;
	top:0;
	left:888px;
}

#headerLang li#headerLang06 a{
	width:44px;
	position:absolute;
	top:0;
	left:930px;
}

/*****************************************************************************/
/* -=ヘッダリンク                                              　　　　　     */
/*****************************************************************************/

#headerLink {
	width:980px;
	}

#headerLink li {
	margin:0;
	padding:0;
	width:90px;
	height:20px;
	text-indent:-9999px;
	list-style:none;
}

#headerLink li a {
	width:90px;
	height:24px;
	display:block;
}

#headerLink li#headerLink02 a {
	width:86px;
	position:absolute;
	top:26px;
	left:787px;
}

#headerLink li#headerLink04 a {
	width:90px;
	position:absolute;
	top:26px;
	left:884px;
}

.kensaku {
    background: url(images/header_searchBtn.jpg) no-repeat scroll left top #FFFFFF;
    border: 0 none;
    cursor: pointer;
    height: 25px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    text-indent: -9999px;
    vertical-align: top;
    width: 66px;
}

input.kensaku_box {
	width:240px;
}

#SiteTitle p#headerFont {
	margin:0;
	padding:0;
	width:119px;
	position:absolute;
	top:54px;
	left:850px;
	text-indent:-9999px;
}

#SiteTitle p#headerFont a {
	width:119px;
	height:40px;
	line-height:40px;
	display:block;
	background:url(images/header_brows.gif) no-repeat 0 0;
}


.voicenavi {
	display:none;
	}

#DynamicGNaviBottom {
	margin:0 auto;
	background:#fff;
}
	
#DynamicGNaviBottom p#indexMainImg {
	margin:0 auto;
	padding:15px 0 0;
	width:960px;
	text-align:center;
	background:#fff;
}
