h1,h2,h3,h4,h5,h6 {
 font-family: "ＭＳ Ｐ明朝";
 border-width: 3px;
 border-style: solid solid solid solid;
}
h1 {
 background: #f90;
 border-color: #69f #69f #69f #69f;
 color: #000;
 text-align: center;
 font-size: 280%;
 margin: 0.5em 1em 1em 1em;
}
h2 {
 font-size: 200%;
 color: #00f;
 background: #cfc;
 border-color: #396 #006 #006 #396;
 margin: 0.5em 5em 0.5em 0em;
}
h3 {
 font-size: 160%;
 color: #00f;
 background: #fd9;
 border-color: #ff9 #fc6 #fc6 #ff9;
 margin: 0.5em 6em 0.5em 1em;
}
h4 {
 font-size: 140%;
 color: #00f;
 background: #fac;
 border-color: #fcc #f00 #f00 #fcc;
 margin: 0.5em 7em 0.5em 2em;
}
h5 {
 font-size: 120%;
 color: #00f;
}
h6 {
 font-size: 100%;
 color: #00f;
}

/*ボディー*/
BODY {background: #000;}

BODY {
    A:link {color: blue};
    A:visited {color: red};
    A:hover {color: yellow};
    A:active {color: lime};
    color: #fff;
}

p {
  text-indent: 1em;
  margin: 2px 2%;
  line-height: 18pt;
  text-align: left;
  color: #fff;
  font-size: 85%;
}

pre {
  text-align: left;
  color: #fff;
  font-size: 85%;
}

div {
  color: #fff;
  text-align: center;
}
div.update_date {
  text-align: right;
}
div.indexes {
  border-style: solid solid solid solid;
  border-color: #396 #006 #006 #396;
  background: #f0f0f0;
  margin-left: 30%;
  margin-right: 30%;
}
div.index {
  border-style: solid solid solid solid;
  border-color: #00f #00f #00f #00f;
  border-width: 1px;
  background: #3f9;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div.headline {
  text-align: left;
  background: #fff;
  width: 70%;
}
div.picture {
   margin-top: 1em;
}
div.gallery_index {
   margin-top: 3em;
}
div.comment {
   margin-top: 2em;
   text-align: left;
   margin-left: 15%;
   margin-right: 15%;

}
EM {
 font-style: normal;
 font-weight: bolder;
}
.sign {
 text-align: right;
 font-weight: bold;
}
.right {text-align: right;}

STRONG {color: #900;}
IMG {border-width: 0px;}
ADDRESS {text-align: right;}
A {
  text-decoration: none;
}
A.index {
  font-weight: bold;
  font-size: 120%;
}
hr {
  margin-right: 5%;
  margin-left: 5%;
}
/*TABLE*/
table {
 text-align: center;
 width: 60%;
 margin-left:0%;
 margin-top: 1em;
}
caption {
 color: #fff;
 font-style: normal;
 font-weight: bolder;
}
TH {background: #CCF;}
TD {
 text-align: center;
 color: #fff;
}
TD.left {
  text-align: left;
}

.comment {
  text-indent: 1em;
  text-align: left;
}

/*                */
dl {
 width: 60%;
 text-align: left;
 background: #000;
 border-width: 3px;
 border-style: solid solid solid solid;
 border-color: #69f #006 #006 #69f;
}
dt {
 font-weight: bold;
 font-size: 120%;
 color: #006;
 text-indent: 1em;
 background: #fc9;
}
dd {
 margin-left: 2%;
 margin-right: 2%;
}
li.through {
  text-decoration: line-through;
}
span{
  color: #fff;
}