body {
  margin:0;
  padding:0;
  text-align:center;
  color:#000000;
  background:#e6e6e6;
  font-size: 12px;
}

#wrapper {
  /* margin:20px auto; */
  margin-left:auto;
  margin-right:auto;
  width:800px;
  text-align:left;
  background:white;
}

#main {
  float:right;
  padding:0px;
  width:600px;
  background:white;
}

/* index.html only */
#home #main {width:600px;}

#sidebar {
  float:left;
  padding:0px;
  width:190px;
  background:antiquewhite;
  font-size:small;
}

#pr {
  clear:both;
  padding:5px;
  text-align:left;
  color: black;
  background:white;
  font-size:0.8em;
}

#footer {
  clear:both;
  padding:5px;
  text-align:center;
  background:lightblue;
}



h1 {
  font-size:1.5em;
  font-family:"Arial";
  color:gray;
  border-color:deepskyblue;
  border-style:none;
  border-width:2px;
  padding-left:0.5em;
  text-align:left;
}
h2 {
  font-size:1.2em;
  font-family:"Arial";
  border-color:deepskyblue;
  border-width:0px 0px 2px 15px;
  border-style:solid;
  line-height:100%; /* 行の高さ */
  padding-left:0.5em;
  text-align:left;
}
h3 {
  font-size:1.0em;
  font-family:"Arial";
  border-color:green;
  border-width:1px;
  padding-left:0.5em;
  text-align:left;
}
em {
  font-weight:bold;
  font-style:normal;
}
p {
  line-height:1.5em;
  text-align:left;
}

p.title {
  font-size:1.0em;
  font-weight:bold;
  margin-left:0.5em;
  margin-right:1.0em;
}
p.image {
  margin-left:1.0em;
  margin-right:1.0em;
}
p.copy {
  margin-left:1.0em;
  margin-right:1.0em;
}

ul {
  list-style-type:disc;
  text-align:left;
}

/* 標準のリンク */
a:link, a:visited {
  border-bottom:1px dotted #69f;
  color:#36c;
  text-decoration:none;
}

/* 訪問済みリンク */
a:visited {
  border-bottom-color:#969;
  color:#939;
}

/* マウスカーソルが上に来た時のリンク */
a:hover {
  border-bottom:1px solid #f00;
  color:#f00;
}

hr {
  color:gray;
  height:1;
  border:1;
  border-style:solid;
}
hr.links {
  color:deepskyblue;
  height:1;
  border:1;
  border-style:solid;
}

dt {
  font-size:1.3em;
  font-weight:bold;
  font-family:"Arial";
  border-color:deepskyblue;
  border-width:0px 0px 2px 15px;
  border-style:solid;
  line-height:100%; /* 行の高さ */
  padding-left:0.5em;
  text-align:left;
}

dd {
  margin-left:0em;
  line-height:2.2em;
  padding-left:0.5em;
}

a.no-border{ border-style: none; }
a:hover.no-border{ border-style: none; }

