@charset "utf-8";

/* 共通指定　*/

body {
  background-color: #cccccc;
  color: #333333;
}

.mainframe {
  position: relative;
  width: 400px;
}

h1 {
  font-size: 24px;
  color: white;
  margin-left:20px;
}

p {
  font-size: 12px;
  text-indent: 1em;
}

table {
  margin: 30px auto;
  border:4px solid #cccccc;
}

.table_caption {
  background-color: black;
  color:white;
  text-align: center;
  border:4px solid #cccccc;
  box-sizing: content-box;
}

thead {
  background-color: peachpuff;
  border:4px solid #cccccc;
  box-sizing: content-box;
}

tbody {
  background-color: white;
}

td {
  padding: 5px 20px 5px 5px;
  border:4px solid #cccccc;
  box-sizing: content-box;
}

.pgpfingerprint {
  list-style: square;
  color: black;
  padding-left: 20px;
}

/* ラッパー・コンテナ別指定　*/

header {
  display: block;
  line-height: 30px;
  background-color: #999999;
  color: black;
}

wrapper {
  max-width: 95%;
}