body {
  font-family: "Tahoma", sans-serif;
  color: #000000;
  font-size: 10pt;
  background:#FFFFFF url(./line.png) repeat-x;
}
img {
  border: none;
}

a {
  text-decoration: underline;
  color: #000000;
  border-bottom: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: solid 1px;
}
#logo a {
  text-decoration: none;
  color: #000000;
  border-bottom: none;
}
#logo a:hover {
  text-decoration: none;
  color: #000000;
}
#navi {
  margin-top: 15px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 50px;
}
#navi  a {
  text-decoration: none;
  color: #00d400;
  border-bottom: none;
  margin-left: 25px;
}
#navi  a:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: none;
  margin-left: 25px;
}
input, textarea {
  border: 1px dashed  #ed8502;
  color: #333333;
}
fieldset {
  border: 1px dotted  #ed8502;
}
#navi-right {
  text-align: left;
  width: 500px;
  left: 440px;
  position: absolute;
}
#navi-left {
  left: 240px;
  position: absolute;
  text-align: left;
  width: 200px;
  border-left: 1px dashed  #ed8502;
  height: 100px;background:#ed8502;
}
#all {
  top: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px dashed  #ed8502;
  border-bottom: 1px dashed  #ed8502;
  height: 100px;
}
#logo {
  top: 20px;
  left: 0;
  position: absolute;
}
#content-right {
  text-align: left;
  width: 490px;
  border-left: 1px dashed  #ed8502;
  border-right: 1px dashed  #ed8502;
  padding-left: 10px;
  top: 230px;
  left: 440px;;
  position: absolute;
}
#content-left {
  text-align: left;
  width: 200px;
  background: #ffffff;
  height: 100px;
  border-left: 1px dashed  #ed8502;
  top: 230px;
  left: 240px;
  position: absolute;
}
ul {
  width: 230px;
  padding:0;
  margin: 0;
  border:none;
  list-style:none;
}
li a {
  width:200px;
  background:#ed8502;
  display:block;
  color:#ffffff;
  font-weight:bold;
  padding:5px 5px 5px 5px;
  text-decoration:none;
  border-bottom:solid 1px #ffffff;
  font-size: 8pt;
}
li {
  margin:0;
  padding:0;
}
#clear {
  clear: left;
}
#footer {
  font-size: 8pt;
  text-align: left;
  position:fixed;
  bottom:0px;
  left: 10px;

}
#footer  a {
  text-decoration: none;
  border-bottom: none;
}
h1 {
  color: #ed8502;
  font-size: 11pt;
  text-decoration: bold;
}
