/* ---------- 共通 ---------- */
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 {
  font-size: 10pt;
  width: auto;
  border-right: solid 1px #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}

p {
    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;

}

#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-family: sans-serif;
  font-size: 18pt;
  font-weight: normal;
  color: #666666;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2 {
  font-family: sans-serif;
  font-size: 14pt;
  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;
} */

ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 30px;
  margin-right: 60px;
  list-style-position: inside;
}

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

.note { 
   font-family: sans-serif;
   font-size: 9pt;
  border-top: solid 1px #ccffff;
  border-bottom: solid 1px #99cccc;
  border-left: solid 1px #ccffff;
  border-right: solid 1px #99cccc;
   line-height: 1.3em;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
   margin-left: 20px;
   margin-right: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #E1EDFA;
}


ul.emphasis {
  font-size: 9pt;
  font-family: sans-serif;
  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 {
          font-weight: normal;
          text-align: right
}

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

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

pre { 
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 20px;
  margin-right: 30px;
  overflow: auto;
}

pre.quote { 
  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 }


      .comment {
        /* font-lock-comment-face */
        color: #b22222;
        font-style: italic;
      }
      .comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #b22222;
        font-style: italic;
      }
      .constant {
        /* font-lock-constant-face */
        color: #5f9ea0;
      }
      .doc {
        /* font-lock-doc-face */
        color: #006400;
      }
      .function-name {
        /* font-lock-function-name-face */
        color: #0000cd;
      }
      .keyword {
        /* font-lock-keyword-face */
        color: #000080;
        font-weight: bold;
      }
      .string {
        /* font-lock-string-face */
        color: #006400;
      }
      .type {
        /* font-lock-type-face */
        color: #00688b;
      }
      .variable-name {
        /* font-lock-variable-name-face */
        color: #000000;
        font-style: italic;
      }

      pre.list {
         background-color: #fffffa
      }

      ins {
         text-decoration: none;
         background-color: #F4F4F4;
      }
