@charset "utf-8";

/* 実験用スタイルシート */

*{
  padding: 0px;
  margin: 0px;
}

/* General Elements */

a,
a:link{
  text-decoration: none;
  color: #0066cc;
}

a:hover{
  text-decoration: underline;
}

a img{
  border: none;
}

em{
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

strong{
  color: red;
  font-style: normal;
  font-weight: bold;
  padding: 0px 2px;
}

cite{
  font-style: normal;
}

.weaken{
  font-size: 80%;
  margin: 0px 2px;
  color: #666;
}

strong{
  font-size: 170%;
}

table{
  margin: 25px 10px;
  border-collapse: collapse;
}

table caption{
  background-color: #5f7786;
  color: white;
  width: 7em;
  padding: 5px;
  margin: 20px auto 40px auto;
}

thead{
  border: 1px solid #777;
}

thead th{
  vertical-align: middle;
  text-align: center;
  color: white;
  background: #91afc7 url(./images/th.bg.png) bottom left repeat-x;
  padding: 5px;
}

tbody th{
  text-align: left;
  color: white;
  background-color: #259ad0;
  border: 1px solid #999;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5px 5px 5px 10px;
}

tbody th[colspan]{
  text-align: center;
}

tbody td.ok,
tbody td.ok:hover{
  color: white;
  background-color: #006400;
}

tbody td.ng,
tbody td.ng:hover{
  color: white;
  background-color: #9e0000;
}

tbody td{
  font-size: 90%;
  border: 1px solid #777;
  vertical-align: middle;
  empty-cells: show;
  padding: 10px 0.5em;
}

tbody td:hover{
  background-color: #f3f3eb;
}

p{
  padding: 10px 0px;
}

dl{
  padding: 20px 0px;
}

dl dt, h2{
  padding: 20px 0px;
  font-size: 115%;
  font-weight: bold;
}

dl dt:first-letter {
  font-size: 130%;
  color: #FF0084;
}

h2:first-letter {
  font-size: 150%;
  color: #D12A47;
}

dl dd{
  padding-left: 20px;
}

ul, ol{
  margin: 10px 20px;
  list-style-position: outside;
}

select{
  margin: 0px 2px;
}

input{
  padding: 4px;
}

label{
  padding-left: 4px;
}

optgroup{
  font-style: normal;
  color: black;
  padding-left: 4px;
}

option{
  padding: 2px;
}

optgroup option{
  font-size: 90%;
  padding-left: 1.1em;
}

/* special Elements */

.hidden{
  display: none;
}

.inline{
  display: inline;
}

.block{
  display: block;
}

/* 本文の要素 */

body{
  background: #28597D url(./images/bg.png) top left fixed repeat-x;
  padding: 0px 30px;
  line-height: 170%;
}

div.container{
  background-color: white;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
  border: 2px solid #7590A2;
  outline: 1px solid #41657F;
  overflow: hidden;
}

div.credit{
  font-size: 90%;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

div.credit p{
  padding: 5px;
}

div.credit a{
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

h1{
  color: white;
  font-size: 110%;
  letter-spacing: -1px;
  padding: 35px 20px;
}

h1 a,
h1 a:link{
  color: white;
}

.message{
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  padding: 20px 20px 20px 40px;
}

p.em-centered{
  text-align: center;
}

ol.navigation{
  text-align: right;
  margin: 30px 15px;
  list-style-type: none;
}
