﻿@charset "UTF-8";
/* AssetNowVersion: FX1.7.0 Last Up Date: 2008-9-18 DesignVersion: 1.6 */

/*****************************************************************************/
/* -=基本レイアウト                                                          */
/* designs/-/pageformat_[top|bottom].cfm                                     */
/*****************************************************************************/

/* body -------------------- */
#PageBody {
	background: #FFFFFF;
}

	/* Wrapper -------------------- */
	#MinWidthWrapperOut {
		text-align: center; /* for Win IE5.5 */
	}
	#MinWidthWrapperIn {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-width: 980px;
	text-align: left; /* for Win IE5.5 */
	}
	#WrapperOut {
		
	}
	#WrapperIn {
		background-image: url(http://www.city.kamaishi.iwate.jp/common/images/top/bg_header_01.png), url(http://www.city.kamaishi.iwate.jp/common/images/top/bg_header_02.png);
		background-repeat: no-repeat, repeat-x;
		background-position: top center, top left;
	}


/*****************************************************************************/
/* -=パンくずリスト                                                          */
/* 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%;
	border-top: 2px solid #DBDBDB;
	clear: both; /* for Netscape7 */
	color: #000000;
	background: #FFFFFF;
	font-size: 93%;
	text-align: center;
}
	ul.footer {
		margin-left: 10px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		list-style-type: none;
	}
		ul.footer li {
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
		}
