@@charset "UTF-8";

/* common */
body {
  font-size: 14px;
  font-family: Verdana, sans-serif;
  color: #333;
}

a {
  text-decoration: none;
}

hr.title {
  border: 0;
  height: 1px;
  background-color: #000;
}
hr.partition {
  border: 0;
  height: 1px;
  background-color: #003399;
}
hr.sts {
  border: 0;
  height: 1px;
  width: 580px;
  text-align: left;
  margin-left: 13px;
  background-color: gray;
}
hr.division {
  border: 0;
  height: 1px;
  width: 830px;
  text-align: left;
  margin-left: 13px;
  background-color: gray;
}

.sequence_area {
  border-radius: 0.67em;
  border: 1px solid #bbb;
  padding: 0.5em;
  margin: 8px 0px 0px 0px;
  width: 800px;
  height: 200px;
  background-color: whitesmoke;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  font-size: 14px;
}

.result_title {
  font-weight: bold;
  font-size: 22px;
}

section {
  padding: 20px 20px 10px;
}

section h2 {
  padding: 5px 5px;
  margin: 0px;
  color: dimgray;
  font-size: 18px;
}

/* header */
header.top {
  padding: 30px 15px 20px 40px;
  background: url("../images/citrus.png") no-repeat left top;
  background-size: cover;
  background-position: 50% 30%;
  height: 90px;
  text-align: left;
}
header.top h1 {
  font-size: 24pt;
  color: #fff;
}
header.page {
  padding: 1px 0px 0px 40px;
  background: url("../images/citrus.png") no-repeat left top;
  background-size: cover;
  background-position: 50% 20%;
  height: 39px;
  text-align: left;
}
header.page h1 {
  font-size: 12pt;
}

header h1 a:link {
  color: #fff;
  opacity: 0.9;
}
header h1 a:visited {
  color: #fff;
  opacity: 0.9;
}
header h1 a:active {
  color: #fff;
  opacity: 0.9;
}
header h1 a:hover {
  opacity: 1;
}

#naro {
  margin-left: 60px;
}
#naro a:link {
  color: #999;
  opacity: 0.9;
}
#naro a:visited {
  color: #999;
  opacity: 0.9;
}
#naro a:active {
  color: #999;
  opacity: 0.9;
}
#naro a:hover {
  opacity: 1;
}

/* footer */
footer {
  clear: both;
  float: right;
  width: 510px;
  padding: 10px;
  font-size: 12px;
  text-align: right;
}
