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

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

/* body -------------------- */
#PageBody {
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
	}
	#MinWidthWrapperIn {
	}
	#WrapperOut {
	}
	#WrapperIn {
		width:980px;
		margin: 15px auto 0;
		position:relative;
	}

/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* 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: 4px solid #0963BD;
	clear: both; /* for Netscape7 */
	color: #000000;
	background: #F2F2F2;
	font-size: 78%;
	padding: 15px 0 0 0;
}
	ul.footer {
		padding:5px 0 10px 0;
		list-style-type: none;
		text-align:center;
	}
		ul.footer li {
			display: inline;
			margin-right: 10px;
		}


.copyrights	{
		text-align:center;
	
	}	