/* 5jp のスタイル */
@charset "utf-8";

body {
  margin:0;
  color:black;
  background-color:white;
}
a img {
  border:0;
}
h1 {
  background-color:dodgerblue;
  color:white;
  padding:0px 5px;
  margin:0;
}
h1 {
  font-family:"Verdana","Tahoma","Arial",sans-serif;
}
h1 a, h1 a:visited {
  text-decoration:none;
  color:white;
}
h1 a:hover {
  color:#efd;
}
h2 {
  background-color:lightyellow;
  color:dimgray;
  font-size:1em;
  font-weight:normal;
  font-style:normal;
  margin:0;
  padding:3px 5px;
}
p {
  margin:0.5em 1em 0.5em 1em;
  line-height:1.5em;
}
p.imgs img {
	vertical-align:top;
}
em {
  font-style:normal;
  color:orangered;
}
kbd {
  font-family:"ＭＳ ゴシック",monospace;
  color:dodgerblue;
}
form {
  margin:0.5em 1em 0.5em 1em;
}
div#regist-form {
  border:orange 1px dashed;
  padding:1em 2em;
  background-color:white; 
}
input[type="text"], select, textarea {
  border:dodgerblue 1px inset;
  padding-left:2px;
}
input[type="text"]:hover, select:hover, textarea:hover {
  background-color:lightyellow;
}
input#submit1 {
  width:5em;
}
div.count {
    text-align:left;
    font-size:smaller;
    margin-left:2em;
    color:dimgray;
}
div.copyright {
  clear:both;
  font-size:0.9em;
  text-align:center;
  margin:0.5em;
}
div.copyright {
  font-family:"Verdana","Tahoma","Arial",sans-serif;
}
div.copyright a {
  text-decoration:none;
  color:black;
}
div.icons {
  clear:both;
  text-align:center;
  margin:0;
}
div.icons img {
  border:0;
  margin:3px;
}
div.menu {
  font-size:smaller;
  color:lightyellow;
  background-color:orange;
  text-align:right;
  margin:0;
  padding:1px 10px;
}
div.menu a, div.menu a:visited {
  text-decoration:none;
  color:white;
}
div.menu a:hover {
  color:black;
}
div.screenshot {
  text-align:center;
}
div.screenshot img {
  border:dimgray 1px solid;
}
dl {
  margin:1em 1em;
  padding:0.5em 1em;
  border:dodgerblue 1px dashed;
}
dt {
  color:dodgerblue;
  font-weight:bold;
  padding:0 0.3em;
}
dt:target {
  color:orange;
}
dd {
  font-size:smaller;
  line-height:150%;
}
table#data {
  border:orange 1px solid;
  border-collapse:collapse;
  margin:1em auto;
  font-size:0.95em;
}
table#data tr.even {
  background-color:beige;
}
table#data th {
  border:orange 1px solid;
  background-color:lightyellow;
}
table#data td {
  border:orange 1px solid;
}
