@charset "UTF-8";
/* AssetNowVersion: FX1.7.0 Last Up Date: 2008-7-25 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=サイトタイトル                                                          */
/*****************************************************************************/

#SiteTitle {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	position: relative;
	width: 100%;
	height: 148px;
	overflow: hidden;
	color: #000000;
	background: #FFFFFF url(images/SiteTitle_bg.gif) repeat-x top left;
}

	/* =タイトル ---------------------------------------------------------------
	common/homelogo.cfm
	
	*使用画像
	logo.gif or logo.jpg

	*カスタマイズメモ
	- logo.gifがない場合は、logo.jpgを表示する
	- logo.gifとlogo.jpgがない場合は、タイトルをテキストで表示する
	-------------------------------------------------------------------------- */

	h1#TitleArea {
		margin: 0; /* don't touch */
		padding: 37px 0 0; /* don't touch */
		margin-right: auto;
		position: absolute; /* don't touch */
		top: 28px; /* don't touch */
		left: 0; /* don't touch */
		z-index: 80; /* don't touch */
		width: 100%;
		height: 83px;
		background: url(images/TitleArea_bg1.jpg) no-repeat right bottom;
		/* don't use float for Mac IE5 */
	}
		#TitleImage {
		}
		
		h1#TitleText {
		}

	/* =検索フォーム(トップ) ----------------------------------------------------
	common/search.cfm

	*使用画像
	search.gif

	*カスタマイズメモ
	- search.gifがない場合は、フォームの標準ボタンが使用される
	-------------------------------------------------------------------------- */

	#cse-search-box {
		margin: 0; /* don't touch */
		padding: 0; /* don't touch */
		padding-top: 15px;
		margin-right: 0px;
		margin-left: 280px; /* logo.gif width */
		height: 68px; /* = SiteTitle height - (padding-top) */
		position: relative; /* don't touch */
		z-index: 98; /* don't touch */
		top: 55px;
		right: 20px;
		text-align: right; /* don't touch */		/* don't use float for Mac IE5 */
	}
		#cse-search-box div .GooglesearchInputBox {
			display: inline;
			vertical-align: middle;
			font-size: medium;
			width: 15em;
			font-family: "ＭＳ Ｐゴシック", sans-serif; /* for Win IE7 */
		}
		#cse-search-box div .GooglesearchSubmitImage {
			margin-left: 3px;
			display: inline;
			vertical-align: middle;
		}


/* ヘッダー追加項目用スタイル（翻訳・文字サイズ変更） */
#accessibility {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90;
	width: 100%;
	height: 28px;
	background: url(images/bg_header.png) repeat-x left top;
	text-align: left;
}


/* 翻訳
--------------------------------------------------------- */
#translation {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 251px;
	z-index: 99;
	width: 272px;
	height: 28px;
	background: url(images/header_translation.gif) no-repeat top left;	
}
#translation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#translation li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* ボタン個別 */
#translation li.en a {
	width: 55px;
}
#translation li.en a:hover {
	background: url(images/header_translation.gif) no-repeat left -28px;
}
#translation li.ch a {
	width: 65px;
}
#translation li.ch a:hover {
	background: url(images/header_translation.gif) no-repeat -55px -28px;
}
#translation li.kr a {
	width: 56px;
}
#translation li.kr a:hover {
	background: url(images/header_translation.gif) no-repeat -120px -28px;
}
#translation li.how a {
	width: 87px;
}
#translation li.how a:hover {
	background: url(images/header_translation.gif) no-repeat -176px -28px;
}


/* 携帯サイト	
--------------------------------------------------------- */
#accessibility p.mobile {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 171px;
	z-index: 99;
	width: 80px;
	height: 28px;
	background: url(images/header_mobile.gif) no-repeat left top;
}
#accessibility p.mobile a {
	margin: 0;
	padding: 0;
	display: block;
	width: 80px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	text-indent: -9999px;
	cursor: pointer;
}
#accessibility p.mobile a:hover {
	background: url(images/header_mobile.gif) no-repeat left bottom;
}


/* 文字サイズ変更
--------------------------------------------------------- */
#accessibility ul#fontSize {
	margin: 0;
	padding: 3px 17px 5px 85px;
	float: right;
	z-index: 99;
	width: 69px;
	height: 20px;
	overflow: hidden;
	background: url(images/headNav_fontsize.gif) no-repeat left top;
}
#accessibility ul#fontSize li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-indent: -9999px;
	cursor: pointer;
	list-style: none;
}

/* ボタンアクティブ時の効果 */
#accessibility ul#fontSize li.active.small {
	background: url(images/headNav_fontsize.gif) no-repeat -85px -31px;
	_background: url(images/headNav_fontsize.gif) no-repeat -85px -31px;
}
#accessibility ul#fontSize li.active.nomal {
	background: url(images/headNav_fontsize.gif) no-repeat -108px -31px;
	_background: url(images/headNav_fontsize.gif) no-repeat -108px -31px;
}
#accessibility ul#fontSize li.active.large {
	background: url(images/headNav_fontsize.gif) no-repeat -131px -31px;
	_background: url(images/headNav_fontsize.gif) no-repeat -131px -31px;
}
