@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: 104px;
	overflow: hidden;
	color: #000000;
	background: #FFFFFF url(images/SiteTitle_bg.gif) no-repeat 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: 0; /* don't touch */
		margin-right: auto;
		position: relative; /* don't touch */
		top: 0; /* don't touch */
		left: 0; /* don't touch */
		z-index: 97; /* don't touch */
		width: 100%;
		height: 104px;
		/*background: url(images/TitleArea_bg.jpg) no-repeat top right;*/
		/* don't use float for Mac IE5 */
	}
		#TitleImage {
		}
		
		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: 58px;
		padding-right: 7px;
		margin-left: 221px; /* logo.gif width */
		position: relative; /* don't touch */
		z-index: 98; /* don't touch */
		top: -104px;
		height: 46px; /* = SiteTitle height - (padding-top) */
		right: 0;
		text-align: right; /* don't touch */
		background: url(images/bg_searchbox.gif) no-repeat right 51px;		/* don't use float for Mac IE5 */
	}
		.searchInputBox {
			display: inline;
			vertical-align: middle;
			font-size: small;
			width: 165px;
			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;
		}