@charset "UTF-8";
/* AssetNowVersion: ST1.7.0 Last Up Date: 2008-7-25 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
	}
	#MinWidthWrapperIn {
	}
	#WrapperOut {
	}
	#WrapperIn {
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* common/drillmenu.cfm                                                      */
/*****************************************************************************/
/* 使用画像                                                                  */
/* here.gif                                                                  */
/*****************************************************************************/

/* パンくずリストボックス */
#Main #BreadCrumbList,
#Center #BreadCrumbList,
#Centre #BreadCrumbList {
	display: inline;
	color: #000000;
	font-size:12px;
}
	/* パンくずリスト内の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;
	text-align: center;
	margin:10px 0 0 0;
}
	ul.footer {
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		list-style-type: none;
		width:950px;
		margin: 0 auto;
		font-size:80%;
	}
		ul.footer li {
			display: inline;
			margin-right: 15px;
		}