@charset "UTF-8";
/* CSS Document */

/********************/
/*   ページ全体   */
/********************/
* {
  margin: 0px;
  padding: 0px;
}
div#staticArea {
  width: 740px;
}
ol,
ul {
  list-style: none;
}
img {
  display: block;
}
h3,
h4,
h5,
h6,
div,
span,
p,
object,
iframe,
img,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a {
  text-decoration: none;
  color: #4d4d4d;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.both {
  clear: both;
}



