/* Reset & base */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 13px Arial, Helvetica, sans-serif;
  color: #212121;
}
a { text-decoration: none; }
img { border: none; max-width: 100%; height: auto; }
.clear { clear: both; }

/* Header */
.header_box {
  width: 100%;
  border-top: 9px solid #2ba8e3;
}
.header {
  width: 100%;
  height: 106px;
}
.logo { float: left; }
.menu { float: right; }

/* Navigation */
#access {
  display: block;
  width: 100%;
}
#access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#access li {
  float: left;
}
#access a {
  color: #666;
  padding: 0 10px;
  line-height: 3.3em;
}

/* Footer */
#colophon {
  clear: both;
}
#site-generator {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
}
