@charset "UTF-8";
/* AssetNowVersion: FX1.7.0 Last Up Date: 2008-9-18 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background: #F0EDE9;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		text-align: center;
		background: #F0EDE9 url(images/bg_wrapperOut.gif) repeat-x center top;
	}
	#MinWidthWrapperIn {
		margin-right: auto;
		margin-left: auto;
		width: 960px;
		text-align: left; /* for Win IE5.5 */
		background: #FFFFFF;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	#WrapperOut {
	}
	#WrapperIn {
		background: #FFFFFF;
		position: relative;
	}


/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	display: inline;
	color: #000000;
	font-size: 93%;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #000000;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	/* don't use margin & padding */
	width: 100%;
	clear: both; /* for Netscape7 */
	color: #000000;
	background: #FFFFFF;
	font-size: 93%;
	text-align: center;
	border-top: 14px solid #FFFFFF;
}
	ul.footer {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #DBDBDB;
	list-style-type: none;
	}
		ul.footer li {
			display: inline;
			margin: 0px;
			padding-right: 5px;
			padding-left: 5px;
		}
