@charset "utf-8";

/* CSS Document */

body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

#wrraper {
  background: url('../images/head06.jpg') 0 150px repeat-x;
  background-color: #eee;
}

h1 {
  font-weight: normal;
  color: gray;
}

header {
  background-color: #932f00;
}

header ul {
  width: 950px;
  height: 90px;
  margin: 0 auto;
}

header ul li {
  float: left;
}

nav {
  clear: both;
  background: url('../images/nav_back.jpg') repeat-x;
}

nav ul {
  width: 950px;
  height: 60px;
  margin: 0 auto;
}

nav ul li {
  float: left;
}

nav ul li a {
  display: block;
  width: 237px;
  height: 60px;
}

nav ul #nav01 {
  background: url('../images/nav01.jpg') 0 0 no-repeat;
}

nav ul #nav02 {
  background: url('../images/nav02.jpg') 0 0 no-repeat;
}

nav ul #nav03 {
  background: url('../images/nav03.jpg') 0 0 no-repeat;
}

nav ul #nav04 {
  background: url('../images/nav04.jpg') 0 0 no-repeat;
}

nav ul #nav01 a:hover {
  background: url('../images/nav01.jpg') 0 -60px no-repeat;
}

nav ul #nav02 a:hover {
  background: url('../images/nav02.jpg') 0 -60px no-repeat;
}

nav ul #nav03 a:hover {
  background: url('../images/nav03.jpg') 0 -60px no-repeat;
}

nav ul #nav04 a:hover {
  background: url('../images/nav04.jpg') 0 -60px no-repeat;
}

nav ul #nav01 .current {
  background: url('../images/nav01.jpg') 0 -60px no-repeat;
}

nav ul #nav02 .current {
  background: url('../images/nav02.jpg') 0 -60px no-repeat;
}

nav ul #nav03 .current {
  background: url('../images/nav03.jpg') 0 -60px no-repeat;
}

nav ul #nav04 .current {
  background: url('../images/nav04.jpg') 0 -60px no-repeat;
}

#content {
  position: relative;
  clear: both;
  width: 850px;
  padding: 3px 50px 20px;
  margin: 0 auto;
  background: url('../images/head04.jpg') 0 0 repeat-x;
  background-color: #fff;
}

