@charset "utf-8";

body {
  padding-top: 10px;
}

img {border: none;}

ol,ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* layout */
#header ,#header div ,.contents ,#footer ,#footer div {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#header div ,.contents {
  text-align: left;
}
#header p {
  margin: 0;
}
#footNavi a {
  text-decoration: underline;
}
.contents {
  margin-top: 15px;
}
/* layoutEnd */

/* ヘッダー */
#header {
  font-size: 10px;
}
#header img {
  float: left;
}
#header .info {
  display: block;
  width: 574px;
  margin-top: 18px;
  float: left;
}
#header #logo {
  position: relative;
  margin: 0 0 0 10px;
}
#header #logo a {
  text-decoration: none;
}
#header #logo a:hover {
  text-decoration: underline;
}
/* ヘッダー End */

/* フッター */
#footer {
  text-align: right;
  clear: both;
}
#footer ul#footnavi {
  height: 23px;
  background-color: #1e1e1e;
  border-top: 1px solid #000000;
  padding-top: 7px;
  text-align: right;
  vertical-align: middle;
  clear: both;
}
#footer ul#footnavi li {
  display: inline;
}
#footer ul#footnavi li a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer div#copyright {
  height: 19px;
  background-color: #000000;
  border-top: 1px solid #121212;
  line-height: 0;
}
/* フッター End */

/* メニュー */
#header #navi {
  height: 35px;
  background-image: url(../img/bg_navi.gif);
  background-repeat:repeat-x;
  background-position: bottom;
  padding: 0;
  clear: both;
}
#header #navi ul.menu {
  height: 35px;
  width: 500px;
  background: transparent;
  margin-left: 10px;
  float: left;
}
#header #navi ul.menu li {
  display: inline;
}
#header #navi form {
  margin-right: 10px;
}
#header #navi form#searchBox {
  width: 270px;
  float: right;
}
#header #navi form#searchBox select ,#header #navi form#searchBox input {
  margin-top: 6px;
  vertical-align: middle;
}
#header #navi form#searchBox select#search {
  width: 101px;
}
#header #navi form#searchBox input#searchWard {
  width: 112px;
  margin-left: 2px;
  margin-right: 4px;
}
/* メニュー End*/

/* noImages */
.img01n {
    display: block;
    width:120px;
    height:120px;
    text-decoration:none;
    background:url(../img/img_bg01.gif) no-repeat;
    margin:0;
    padding:7px;
    text-align: center;
}
.img01n img {
  vertical-align: middle;
}
/* noImagesEnd */

/************************/
*html body #footer #copyright {
  margin-right: 57px;
}
#header:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html #header {
  display: inline-block;
}
/* no ie mac ¥*/
* html #header {
  height: 1%;
}
#header {
  display: block;
  min-height: 0;
}
/* */
