@import 'general.css';

#header {
  position: relative;
  background-image: none;
  padding: 0;
}

#header h1 {
  width: auto;
  background: transparent;
  font-size: 150%; font-weight: bold;
  line-height: 1;
  text-align: left;
  padding: 0;
  margin: 0;
}

#header h1 img {
  width: 480px; height: 100px;
  vertical-align: bottom;
}

#header h1 span#subtitle {
  position: absolute; top: 0; left: 500px;
  font-size: 12px; font-family: Arial, sans-serif; font-style: italic;
  line-height: 14px;
}

#header p#explain {
  position: absolute; top: 24px; left: 500px;
  font-size: 13px;
  line-height: 17px;
  white-space: pre;
}

#header p#goto-list {
  position: absolute; bottom: 0; left: 500px;
  font-size: 11px;
}

form#selectNumberOfDiary {
  position: relative; top: 1px; right: 1px;
  color: #9c9;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  margin-top: -1.5em;
}

form#selectNumberOfDiary p {
  display: inline;
}

form#selectNumberOfDiary select {
  height: 13px;
  background: #ffd;
  font-size: 11px; line-height: 11px;
  vertical-align: middle;
  border: solid 1px #696;
}

form#selectNumberOfDiary select option {
  background: #ffd;
  font-size: 10px;
  padding-left: 3px; padding-right: 1px;
}

form#selectNumberOfDiary button {
  background: transparent;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}

form#selectNumberOfDiary button img {
  width: 24px; height: 13px;
  vertical-align: middle;
  margin-left: 3px;
  border: none;
}
