/*------------ index style set ------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #cccccc;
}
h1 {
  font-size:20pt;
  font-weight:bold;
  font-style:itaric;
  margin: 10px;
}
li {
  list-style-type:none;
}
iframe {
  border: none;
  width: 800px;
  height: 740px;
  overflow: hidden;
  margin-left:20px;
  background-color:white;
}
.wrap {
}

/* ----------- header   -------------------*/
#header {
  width: 100%;
}

/* ----------- グローバルメニュー -------------------*/
#contents {
  width: 1050px;
  clear: both;
  margin-bottom: 20px;
}
#contents .new {
}
#contents .old {
  margin-top: 20px;
  margin-left: 30px;
  line-height: 1.6em;
}

#footer {
  width: 100%;
  clear:both;
}
