@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background-color: #F6F6E7;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		/*background: url(images/bg_PageBody.png) repeat-x center top;*/
	}
	#MinWidthWrapperIn {
		margin: 0;
		width: auto;
	}
	#WrapperOut {
	}
	#WrapperIn {
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	padding: 6px 5px 4px;
	background: #E3E5DA;
	color: #000000;
	font-size: 88%;
	/*display: inline;*/
	margin-bottom: 15px;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #000000;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	clear: both; /* for Netscape7 */
	padding-top: 20px;
	/padding-top: 10px;
	border-bottom: 1px solid #CACABC;
	background: url(images/bg_Footer.png) repeat-x left 20px;
	color: #000000;
	text-align: center;
	font-size: 90%;
}
	ul.footer {
		margin: 0px auto;
		width: 100%;
		list-style-type: none;
		/*padding: 12px 0 7px 0;*/
		padding: 8px 0 0;
	}
		ul.footer li {
			display: inline;
			margin-right: 5px;
			padding: 0 5px;
			line-height:31px;
		}
