body {
  margin: 1em auto 1em;
  width: 800px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

td {
  vertical-align: top;
  padding-right: 0.5em;
}

.title1 {
  padding: 2em 0 2em 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.title2 {
  padding: 2em 0 0.1em 0;
  margin: 0 0 1.3em 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.title3 {
  font-size: 1em;
  font-weight: bold;
}

.title4 {
  font-size: 1em;
  font-weight: normal;
}

.exp {
  font-family: courier, monospace;
  white-space: nowrap;
}

.logo {
  border: 1px solid black;
  border-radius: 6px 6px 0 0;
  background-color: rgb(245,245,245);
  font-size: 40px;
  font-family: Arial;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}

.screenshot {
  border: none;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.menu_left, ul.menu_right {
  background-color: #0066b9;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.menu_left {
  border: 1px solid black;
  border-top: none;
}
ul.menu_right {
  border-right: 1px solid black;
}
ul.menu_left > li {
  display: inline-block;
}
ul.menu_right {
  float: right;
  position: relative;
  top: -2em;
  padding: 0.1em 0.2em 0.2em 0.2em;
}
ul.menu_left > li > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  padding: 0.5em 1em 0.5em 1em;
}
ul.menu_right > li > a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: white;
  font-size: 0.5em;
  padding: 0.1em 0.2em 0.1em 0.2em;
}
ul.menu_left a:hover, ul.menu_right  a:hover, .submenu:hover > a {
  background-color: gold;
  color: black;
}

li.submenu {
  display: inline-block;
}
.submenu_content {
  display: none;
  position: absolute;
  background-color: rgb(245,245,245);
  padding: 0;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
  z-index: 1;
}
.submenu_content a {
  color: black;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9em;
}
.submenu:hover .submenu_content {
  display: block;
}

.hist {
  padding-left: 3em;
  font-size: 0.8em;
  padding-top: 1em;
  margin-top: 0.7em;
  border-top: 1px solid black;
}

.news {
  width: 60%;
  border-collapse: separate;
  border-spacing: 0;
}
.news td:first-child {
  border-left: 1px solid black;
  width: 0;
}
.news td:last-child {
  border-right: 1px solid black;
}
.news td {
  padding: 0.3em 0.5em 0.3em 0.5em;
}
.news tr:first-child td {
  font-size: 1.7em;
  text-align: left;
  background-color: #0066b9;
  color: #eee;
  border-radius: 6px 6px 0 0;
  padding: 0.5em 0.7em 0.5em 0.7em;
}
.news tr:last-child td {
  border-bottom: 1px solid black;
}
.news tr:nth-child(2) {
  color: blue;
}
.news tr:nth-child(2n+3) {
  background-color: rgb(230,230,230);
}

#info {
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
}

.d_main {
  margin: auto;
  border-spacing: 40px 0.4em;
  font-size: 1.2em;
}
.d_main tr {
  vertical-align: top;
}
.d_soft  {
  border-collapse: separate;
  border-spacing: 0;
}
#small.d_soft {
  font-size: 0.7em;
}
.d_column > tbody > tr:not(:first-child) > td > :not(#small) {
  padding-top: 3em;
}
.d_soft > tbody > tr:nth-child(1) {
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.d_soft > tbody > tr > td {
  padding: 0.5em;
}
.d_soft > tbody > tr > td:nth-child(1) {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.d_soft > tbody > tr > td:nth-child(2) {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  padding: 0;
}
.d_soft > tbody > tr:nth-child(2n):not(.d_note) {
  background-color: rgb(230,230,230);
}
.d_title {
  font-size: 1.1em;
  text-align: center;
  background-color: #0066b9;
  color: #eee;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-radius: 6px 6px 0 0;
}

.d_os {
  vertical-align: middle;
  font-size: 0.9em;
}
.d_link a {
  text-decoration: none;
}
.d_link a:hover {
  text-decoration: underline;
}
td.d_link {
  white-space: nowrap;
  font-size: 0.9em;
  vertical-align: middle;
} 
.d_link > table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  height: 100%;
}
td.d_link > table > tbody > tr > td {
  border-bottom: 1px dashed black;
  padding: 0.5em;
}
.d_logo_date {
  font-size: 0.7em;
}
.d_link .d_rapi {
  font-size: 90%;
}
.d_cpu, .d_size  {
  font-size: 0.6em;
}
.d_note ul {
  margin: 0;
  padding-left: 1.5em;
  list-style-position: outside;
}
.d_soft > tbody > tr.d_note > td {
  border-style: hidden;
  font-size: 0.5em;
  width: 1px;
}
.d_note_title {
  text-decoration: underline;
}
