/* ---------- 共通 ---------- */
body {
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-image:  url(../image/left_bg.gif);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: 0px 0px;
}

div#top_link a:link { text-decoration: none;}
div#top_link a:visited { text-decoration: none;}
div#top_link a:hover { text-decoration: underline; color: #bb2200;
    background-color: #ffffff;}
div#top_link a:active { text-decoration: underline;  background-color: #ffffff;}
A:hover {color: #BB2200; background-color: #ffffaa;}


div.main {
  width: auto;
  border-right: solid 1px #ffffff;
  padding-left: 55px;
  padding-right: 30px;
}

p {
  font-size: 80%;
  line-height: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  padding-left: 1em;
  padding-right: 1em
;}

hr {
  height: 1px;
  color: #CCCCCC;
}


div#header { 
  background-image: url(../image/ttl_bg.gif);
  background-repeat: repeat-x;
  width:100%;
}

div#top_link { 
  font-size: 12px;
  line-height: 190%;
  color: #333333;
  padding-left: 35px;
  padding-right: 15px;
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../image/link_bg.gif);
}

.separator { 
  color: #cccccc;
  margin-left: 3px;
  margin-right: 3px;

}

address { 
    font-weight: normal;
}

#cright {
  width: 100%;
  clear:left;
  font-size: 0.8em;
  text-align: center;
  color: #666666;
  margin-top: 10px;
  padding-bottom: 25px;
}

.ptop {
  width: auto;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 2px;
  margin-right: 5px;
}

img {
  border-width: 0px
;}


/* トップページ以外 */

h1 { 
  font-size: 150%;
  font-weight: normal;
  color: #666666;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  line-height: 140%;
  color: #FFFFFF;
  padding-top: 1px;
  padding-left: 0.5em;
  background-color: #666666;
}

blockquote {
   width: auto;
   padding: 15px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 60px;
  margin-right: 60px;
}

ol { font-size: 80% }

ul {
  font-size: 80%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 60px;
  margin-right: 60px;
  list-style-position: inside;
}

.boxed { 
   border-style: dotted;
   border-width: thin;
   border-color: #666;
}


ul.dialog {
  line-height: 1.8em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #ccffff;
  border-bottom: solid 1px #99cccc;
  border-left: solid 1px #ccffff;
  border-right: solid 1px #99cccc;
  background-color: #E1EDFA;
}

address { text-align: right; font-size: 90% }

em {
  color: #ff3300;
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #3300ff;
  font-style: normal;
  font-weight: bold;
}

pre { 
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 20px;
  margin-right: 100px;
  overflow: auto;
}

pre.quote { 
  font-size: 90%;
  padding: 1em;
  border-style: dotted;
  border-width: thin;
  border-color: #666;
}

pre.list {
  padding: 0.5em;
  background-color: #ffffdd;
  border-top: solid 2px #ddddaa;
  border-bottom: solid 4px #bbbb77;
  border-left: solid 2px #ddddaa;
  border-right: solid 4px #bbbb77;
}

pre.term {
   border-style: inset; 
   border-width: thin;
   color: white;  background-color: black;
}

img.term { margin-left: 2em }

kbd { color: #55CCFF }

span.rem { color: olive }
