@charset "UTF-8";
/* AssetNowVersion: FX 4.0.0 Last Up Date: 2012-04-01 DesignVersion: 2.0 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/


/* body -------------------- */
#PageBody {
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		text-align: center; /* for Win IE5.5 */
	}
	#MinWidthWrapperIn {
		margin-right: auto;
		margin-left: auto;
		border-right: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
		border-left: 1px solid #DEDEDE;
		width: 960px;
		text-align: left; /* for Win IE5.5 */
	}
	#WrapperOut {
	}
	#WrapperIn {
		background: #FFFFFF;
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	display: inline;
	color: #000000;
}
	/* パンくずリスト内のa要素のフォント */
	#BreadCrumbList a {
	}
	/* パンくずリスト内の現在位置のフォント */
	#BreadCrumbList .current {
		color: #000000;
		font-weight: bold;
	}

/*****************************************************************************/
/* -=フッタ                                                                  */
/* common/footer.cfm                                                         */
/*****************************************************************************/

#Footer {
	/* don't use margin & padding */
	width: 100%;
	border-top: 1px solid #999999;
	clear: both; /* for Netscape7 */
	color: #000000;
	background: #FFFFFF;
	font-size: small;
}
	ul.footer {
		margin-left: 10px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		list-style-type: none;
	}
		ul.footer li {
			display: inline;
			margin-right: 5px;
		}