@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
	padding: 0;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}

/* ヘッダ・ナビゲーション
---------------------------------------------------- */
#header {
  height: 100px;
  color: #653818;
  background: #ffffff url(../images/back-header.jpg) repeat-x;
}


#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li {
  position: absolute;
  top: 72px;
  display: block;
  margin: 0;
  padding: 0;
  width: 111px;
  height: 28px;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;
  display: block;
  width: 111px;
  height: 28px;
}
#header li#top {
  left: 30px;
  background: url(../images/nav.gif) 0 -28px no-repeat;
}
#header li#zaiko {
  left: 140px;
  background: url(../images/nav.gif) -110px 0 no-repeat;
}
#header li#haiso {
  left: 250px;
  background: url(../images/nav.gif) -220px 0 no-repeat;
}
#header li#setchi {
  left: 360px;
  background: url(../images/nav.gif) -330px 0 no-repeat;
}
#header li#toiawase {
  left: 470px;
  background: url(../images/nav.gif) -440px 0 no-repeat;
}
#header li#kengaku {
  left: 580px;
  background: url(../images/nav.gif) -550px 0 no-repeat;
}
#header li#formmail {
  left: 690px;
  background: url(../images/nav.gif) -660px 0 no-repeat;
}
.style5 {
	margin-left: 80px;
}


/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0;
  padding: 2em 1em 1em;
  font-size: 12px;
  color: #993300;
  background: transparent;
}

#footer span {
  text-transform: uppercase;
}
.body table {
	height: auto;
	width: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	background-color: D3C3AD;
}
