* {
  margin: 0;
  padding: 0;
}

/*-- body --*/
body {
  text-align: center;
  width: 800px;
  margin: 0 auto 0 auto;
  background-image: url(materials/Bg_Texture_wood_by_nort.jpg);
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: none;
}

/*-- /body --*/
/* header */
.header {
  width: 800px;
  height: 160px;
  text-align: left;
}

.header img {
  position: relative;
  top: 95px;
  left: 35px;
  width: 350px;
}

.header img#first {
  position: relative;
  top: 75px;
  left: 32px;
  width: 370px;
}

#green {
  width: 800px;
  height: 160px;
  background-color: #0D813C;
}

#img1 {
  width: 800px;
  height: 160px;
  background-image: url(materials/2.jpg);
}

#img2 {
  width: 800px;
  height: 160px;
  background-image: url(materials/3.jpg);
}

#img3 {
  width: 800px;
  height: 160px;
  background-image: url(materials/4.jpg);
}

#img4 {
  width: 800px;
  height: 160px;
  background-image: url(materials/5.jpg);
}

/* /header */
/* all */
div#all {
  width: 800px;
  background-color: #fff;
}

/* /all */
/* navigation bar */
.navi_bar {
  width: 800px;
  height: 2em;
  text-align: center;
}

.navi_bar ul {
  list-style-type: none;
}

.navi_bar li {
  float: left;
  width: 159px;
  background-color: #0D813C;
  border-color: #76AE84;
  border-style: solid;
  border-width: 0 0 0 1px;
}

.navi_bar a {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 2.5em;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.navi_bar a:hover {
  color: #464646;
  background-color: #DCDDDD;
}

#current {
  background-color: #EBF5EC;
  border-color: #EBF5EC;
}

#current a {
  color: #464646;
}

/* /navigation bar */
/* --- main ---*/
div#main {
  border: none;
  text-align: left;
  margin: 30px;
}

/* --- /main ---*/
/*--- text style ---*/
.textstyleA {
  color: #333333;
}

.textstyleA h1 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 8px 0;
  padding-left: 5px;
  border-bottom: solid 5px #BEBEBE;
}

.textstyleA h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.18em;
  margin: 15px 0 5px 0;
  padding-left: 5px;
  border-bottom: solid 1px #bebebe;
  border-left: solid 20px #7F7F7F;
}

.textstyleA h3, .textstyleA h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 6px;
}

.textstyleA h3 {
  border-top: solid 1px #bebebe;
}

.textstyleA p {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.8em;
  margin: 2px 12px;
}

/*--- /text style ---*/
/*-- table style --*/
#tablestyle {
  width: 700px;
  color: #333333;
  margin: 10px auto;
  border-collapse: collapse;
}

#tablestyle th, #tablestyle td {
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: left;
  vertical-align: middle;
  padding: 3px 0;
}

#tablestyle th {
  font-weight: bold;
}

#tablestyle th.out {
  font-weight: normal;
}

#tablestyle td {
  border-bottom: 1px solid rgb(214, 206, 180);
  padding-left: 1em;
}
table.membertable th {
  width:80px;
	text-align: right;
}
/*-- /table style --*/
/* --- footer ---*/
#footer {
  clear: both;
  width: 800px;
  margin-top: 16px;
  padding: 4px 0 4px 0;
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
  color: #002300;
  border-top: solid 2px #002300;
}

/* --- /footer ---*/
/*-- float --*/
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/*-- /float --*/
#demo h3 a:link {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

#demo h3 a:visited {
  color: #333333;
}
