@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background: url(images/PageBody_bg.gif) repeat left top;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		background: url(images/MinWidthWrapperOut_bg.gif) repeat-y center top;
	}
	#MinWidthWrapperIn {
		background: url(images/Fotter_bg.jpg) no-repeat center bottom;
	}
	#WrapperOut {
	}
	#WrapperIn {
		padding: 0 0 180px;
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	display: inline;
	color: #000;
	font-size: 90%;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #000000;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	/* don't use margin & padding */
	width: 100%;
	width: 960px;
	clear: both; /* for Netscape7 */
	color: #000;
	font-size: small;
	margin: 0 auto;
	padding: 30px 0 60px;
	background: #FFF;
	display: none;
}