@charset "UTF-8";
/* AssetNowVersion: FX1.9.0 Last Up Date: 2009-08-31 DesignVersion: 1.8 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background: #F9F9F3 url(images/bg_body.png) repeat-x left top;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		margin: 0 auto;
		width: 960px;
		text-align: center;
	}
	#MinWidthWrapperIn {
		text-align: left;
	}
	#WrapperOut {
	}
	#WrapperIn {
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	display: block;
	color: #000000;
	font-size: 100%;
	margin: -1px -16px 0;
	padding: 0;
	background: #F9F9F3;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #000000;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	/* don't use margin & padding */
	width: 100%;
	border-top: 4px solid #4EAFDC;
	border-bottom: 1px solid #FFF;
	clear: both; /* for Netscape7 */
	color: #000000;
	/*background: #F9F9F3;*/
	font-size: 95%;
	background: url(images/footerMenu_bg.png) repeat-x left center;
	text-align: center;
}
	ul.footer {
		margin-left: 10px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		list-style-type: none;
	}
		ul.footer li {
			display: inline;
			margin-right: 5px;
		}
