/*------------ index style set ------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(../images/index/wallppr088.gif);
  background-repeat: repeat;
}
.wrap {
}
h1 {
  margin: 10px 0 0 10px;
  font-wehit:bold;
  font-style: italic;
}

/* ----------- コンテンツ ----------------- */
#contents {
  clear: both;
  width: 100%;
  height: 500px;

  margin: 20px 0 0 50px;
}

#contents li {
  list-style-type:none;
  line-height: 1.4em;
}
