@charset "UTF-8";


/**********************************************************************/
/* ページ全体
***********************************************************************/

* {
	margin: 0;
	padding: 0;
}

html{
	background-color: #d4d0c8;
}

body {
	width: 100%;
/*	height: 100%;*/
	text-align: center;
	background-color: #d4d0c8;
}

/* 枠
----------------------------------------------------------------------*/
#pagebody-outer{
	margin: 0 auto;
	padding: 0 0 10px;
	width: 800px;
	background: url(../img/pagebody_bg.gif) repeat-y center bottom;
}

#pagebody {
	width: 760px;
	margin: 0 auto;
	border-top: 2px solid #00A3BD;
}


/**********************************************************************/
/* ヘッダ
***********************************************************************/

#header {
	width: 758px;
	_width: 760px;
	height: 80px;
	text-align: left;
	background-image: url(../img/header_machida.gif);
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	border: 1px solid #fff;
	border-bottom: none;
}

#header h1{
	text-indent: -9999px;
}


/**********************************************************************/
/* パンくずリスト
***********************************************************************/

#bc {
	clear: left;
	width: 758px;
	_width: 760px;
	height: auto;
	margin: 0 auto;
	padding: .3em 0;
	background: #F2F5F5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	color: #111;
}

dl { font-size: 90%;}

dl dt {	display: none;}

dl dd {
	display: inline;
	padding-left: 12px;
	line-height: 1.6;
}

dl dd a { padding-right: 10px;}


/**********************************************************************/
/* コンテンツ全体
***********************************************************************/

#extra-column {
	clear: left;
	margin: 0 auto;
	display: inline;
	width: 760px;
	text-align: center;
}


/**********************************************************************/
/* フッタ
***********************************************************************/

#footer {
	width: 758px;
	_width: 760px;
	background-color: #9ad6d2;/*CBE6E4*/
	border: 1px solid #fff;
	color: #fff;
}

#footer p.city {
	padding: 0.5em;
	text-align: center;
	font-size: 80%;
}

#footer p.copy {
	padding: 0.3em;
	text-align: center;
	font-size: 80%;
}
