@charset "UTF-8";
/* AssetNowVersion: ST1.10.0 Last Up Date: 2010-02-12 DesignVersion: 1.9 */

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

/* body -------------------- */
#PageBody {
	background: #fff;
}
	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		width: 100%;
		overflow: hidden;
		text-align: center; /* for Win IE5.5 */
		background: #fff url(images/body_bg.gif) repeat-x top;
	}
	#MinWidthWrapperIn {
		margin-right: auto;
		margin-left: auto;
		text-align: left; /* for Win IE5.5 */
	}
	#WrapperOut {
	}
	#WrapperIn {
	}


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

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

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

#Footer {
	margin: 0;
	padding: 0;
	/* don't use margin & padding */
	padding-top: 15px;
	width: 100%;
	clear: both; /* for Netscape7 */
	color: #333;
	font-size: 90%;
}
	ul.footer {
		display: block;
		width: 980px;
		margin: 0 auto;
		padding: 10px 0 5px 0;
		list-style: none;
		text-align: center;
	}
		ul.footer li {
			display: inline;
			margin-right: 30px;
		}