@charset "EUC-JP";

/***** 基本スタイルシート (2011/5/20)                      *****/
/***** Copyright (C) 2011 INOUE Naoto All rights reserved. *****/

a:link {
  background-color: transparent;
  color: #6060EF;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #B05FEF;
  text-decoration: none;
}

a:visited[name] {
  color: #464646;
}

a:visited[href] {
  background-color: transparent;
  color: #B05FEF;
  text-decoration: none;
}

a:hover {
  background-color: #F0F0F0;
}

a:hover[name] {
  background-color: transparent;
}

a:hover[href] {
  background-color: #F0F0F0;
}

a:active {
  background-color: #F0F0F0;
  color: #FF6060;
  text-decoration: none;
}

a:active[name] {
  color: #464646;
}

a:active[href] {
  background-color: #F0F0F0;
  color: #FF6060;
  text-decoration: none;
}

address.footnote {
  border-color: #464646;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  color: #464646;
  font-size: 90%;
  font-style: normal;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

blockquote.quote {
  border-color: #464646;		/* Netscape Communicator 4.x bug */
  border-style: dashed;			/* Netscape Communicator 4.x bug */
  border-width: 1px 1px 1px 1px;	/* Netscape Communicator 4.x bug */
  background-color: #F8F8F8;
  margin-left: 1em;
  margin-right: 0em;
  overflow: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

body.background {
  background-color: #FFFFFF;
  color: #464646;
  margin-left: 5%;
  margin-right: 5%;
}

br.clearboth {
  clear: both;
}

code.computer {
  font-family: Osaka-mono, "MS Gothic", IPAGothic, monospace;
}

code.computer:lang(en) {
  font-family: Monaco, "Courier New", "Nimbus Mono L", monospace;
}

div.borderleft {
  border-color: #464646;
  border-style: solid;
  border-width: 0px 0px 0px 7px;
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 4px;
}

div.borderright {
  border-color: #464646;
  border-style: solid;
  border-width: 0px 7px 0px 0px;
  margin-top: 30px;
  margin-right: 0px;
  padding-right: 4px;
}

div.verticalmargin {
  margin-top: 20px;
}

dd.indentnoneleft {
  margin-left: 0px;
}

dd.indentright {
  margin-right: 2em;
}

dl.definitionlistleft {
  background-color: transparent;
  color: #464646;
  text-align: left;
}

dl.definitionlistright {
  background-color: transparent;
  color: #464646;
  text-align: right;
}

h1.title {
  color: #464646;
  font-size: 200%;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

h2.subtitleleft {
  color: #464646;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

h2.subtitleright {
  color: #464646;
  font-size: 120%;
  font-weight: bold;
  text-align: right;
}

h3.subsubtitleleft {
  color: #464646;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

h3.subsubtitleright {
  color: #464646;
  font-size: 100%;
  font-weight: bold;
  text-align: right;
}

html {
  background-color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS PGothic", IPAPGothic, sans-serif;
  font-size: 90%;
}

html:lang(en) {
  background-color: #FFFFFF;
  font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

img.border {
  border-color: #464646;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

img.inline {
  vertical-align: middle;
}

img.noborder {
  border-style: none;
}

/* for IE8 bug */
a img {
  vertical-align: middle;
}

kbd {
  background-color: #FFFFFF;
  border-top: 1px solid #CFCFCF;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 1px solid #CFCFCF;
  color: #464646;
  font-family: Osaka-mono, "MS Gothic", IPAGothic, monospace;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px 2px 0px 1px;
  text-align: center;
  vertical-align: top;
} 

kbd:lang(en) {
  background-color: #FFFFFF;
  border-top: 1px solid #CFCFCF;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 1px solid #CFCFCF;
  color: #464646;
  font-family: Monaco, "Courier New", "Nimbus Mono L", monospace;
  padding: 0px 2px 0px 1px;
  text-align: center;
  vertical-align: top;
}

li {
  margin: 0.5em 0px 0.5em 0px;
}

ol.numberlistleft {
  background-color: transparent;
  color: #464646;
  text-align: left;
}

ol.numberlistright {
  background-color: transparent;
  color: #464646;
  text-align: right;
}

p.languageselection {
  color: #464646;
  float: right;
  font-size: 90%;
  margin-bottom: 20px;
  text-align: right;
  white-space: nowrap;
  width: 20%;
}

p.navigationbar {
  color: #464646;
  float: left;
  font-size: 90%;
  text-align: left;
  white-space: nowrap;
  width: 75%;
}

p.textcenter {
  background-color: transparent;
  color: #464646;
  text-align: center;
}

p.textleft {
  background-color: transparent;
  color: #464646;
  text-align: left;
}

p.textright {
  background-color: transparent;
  color: #464646;
  text-align: right;
}

pre.computer {
  color: #464646;
  font-family: Osaka-mono, "MS Gothic", IPAGothic, monospace;
  font-size: 90%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

pre.computer:lang(en) {
  color: #464646;
  font-family: Monaco, "Courier New", "Nimbus Mono L", monospace;
  font-size: 90%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

strong.bold {
  font-weight: bold;
}

strong.caution {
  color: #FF0000;
  font-weight: bold;
}

ul.itemlistleft {
  background-color: transparent;
  color: #464646;
  list-style-type: square;
  text-align: left;
}

ul.itemlistright {
  background-color: transparent;
  color: #464646;
  list-style-type: square;
  text-align: right;
}

span.modifiedfile {
  color: #008000;
}

div.description, span.description {
  color: #CC0000;
}

