@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=サイトタイトル                                                          */
/*****************************************************************************/

#SiteTitle {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	position: relative;
	width: 100%;
	height: 130px;
	overflow: hidden;
	color: #000;
	background: url(images/SiteTitle_bg.gif) repeat-x left top;
}
#SiteTitle .SiteTitle_wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width:  960px;
	height: 130px;
	overflow: hidden;
	color: #333;
	background: #FFF url(images/TitleArea_bg.jpg) no-repeat left top;
}

	/* =タイトル ---------------------------------------------------------------
	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 */
		top: 20px;
		left: 0; /* don't touch */
		left: 20px;
		z-index: 98; /* don't touch */
		width: 355px;
		/* don't use float for Mac IE5 */
	}
		#TitleImage {
		}
		
		h1#TitleText {
			margin-top: 10px;
			margin-left: 20px;
		}


	/* =アクセシビリティー ----------------------------------------------------
	-------------------------------------------------------------------------- */

	#accessibility {
		position: absolute;
		right: 10px;
		top: 0;
		width: 560px;
		height: 35px;
		background: url(images/accessibility_bg.png) no-repeat left top;
	}
	#guidepost {
		padding: 8px 0 0 10px;
		width: 200px;
		height: 27px;
	}
	#guidepost li {
		padding: 0 5px 0 5px;
		display: inline;
		font-size: 12px;
		background: url(images/guidepost_arrow.png) no-repeat left center;
	}
	#guidepost li a {
		text-decoration: none;
	}
	#fontsize {
		position: absolute;
		left: 210px;
		top: 6px;
		width: 72px;
		height: 23px;
		background: url(images/fontsize.png) no-repeat left top;
		padding: 0 0 0 103px;
	}
	#fontsize li {
		width: 24px;
		height: 23px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		float: left;
		cursor: pointer;
	}
	#fontsize li.small {
		background: url(images/fontsize.png) no-repeat -103px top;
	}
	#fontsize li:hover.small ,
	#fontsize li.active.small {
		background: url(images/fontsize.png) no-repeat -103px -23px;
	}
	#fontsize li.nomal {
		background: url(images/fontsize.png) no-repeat -127px top;
	}
	#fontsize li:hover.nomal ,
	#fontsize li.active.nomal {
		background: url(images/fontsize.png) no-repeat -127px -23px;
	}
	#fontsize li.large {
		background: url(images/fontsize.png) no-repeat -151px top;
	}
	#fontsize li:hover.large ,
	#fontsize li.active.large {
		background: url(images/fontsize.png) no-repeat -151px -23px;
	}
	
	#google_translate_element {
		position: absolute;
		left: 395px;
		top: 6px;
		width: 125px;
		height: 26px;
		background: url(images/translation_bg.png) no-repeat left 6px;
		padding: 0 0 0 30px;
	}

	/* =キャッピコピー ----------------------------------------------------

	*使用画像
	site_copy.png
	-------------------------------------------------------------------------- */

	.SiteTitle_wrap > p {
		position: absolute;
		top: 45px;
		right: 5px;
	}


	/* =検索フォーム(トップ) ----------------------------------------------------
	common/search.cfm

	*使用画像
	search.gif

	*カスタマイズメモ
	- search.gifがない場合は、フォームの標準ボタンが使用される
	-------------------------------------------------------------------------- */

	#SearchForm {
		margin: 0; /* don't touch */
		padding: 0; /* don't touch */
		padding: 6px 6px 6px 90px;
		margin-left: 130px; /* logo.gif width */
		position: relative; /* don't touch */
		position: absolute;
		top: 73px;
		right: 10px;
		z-index: 99; /* don't touch */
		height: 40px; /* = SiteTitle height - (padding-top) */
		text-align: right; /* don't touch */
		/* don't use float for Mac IE5 */
		width: 214px;
		background: url(images/bg_search.gif) no-repeat left top;		
	}
		.searchInputBox {
			margin: 0;
			padding: 0;
			display: inline;
			width: 140px;
			height: 18px;
			vertical-align: middle;
			font-family: "ＭＳ Ｐゴシック", sans-serif; /* for Win IE7 */
			font-size: 12px;
		}
		.searchInputBox, /* for Firefox */
		x:-moz-any-link {
			width: 150px;
		}
		.searchSubmitImage {
			margin-left: 0;
			padding: 0;
			display: inline;
			vertical-align: middle;
		}

