@charset "euc-jp";

a:link {
  color: #6070ff;
  font-weight: bold;
}

a:visited {
  color: #3040a0;
  font-weight: bold;
}

a:active {
  color: #5555ff;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #5555ff;
  font-weight: bold;
  text-decoration: underline;
}

body {
  font-size: 100%;
  line-height: 120%;
  color: #000000;
  background-color: #ffffff;
  width: 720px;
  margin-left: 40px;
  margin-right: 40px;
}

h1 {
  font-size: 200%;
  color: black;
  background-color: #e8f0f8;
  border: solid 1px #80a0c0;
  border-width: 2px 1px 1px 2px;
  padding: 8px 0px 6px 10px;
  margin: 0px 0px 20px 0px;
  position: relative;
  left: -10px;
}

h2, .barcolor {
  font-size: 120%;
  color: black;
  background-color: #e8f0f8;
  border: solid 1px #80a0c0;
  border-width: 2px 1px 1px 2px;
  padding: 1px 0px 1px 10px;
  margin: 0px 0px 10px 0px;
  position: relative;
  left: -10px;
}

.barcolor {
  border-width: 2px 1px 1px 2px;
  position: static;
}

h3 {
  font-size: 120%;
  position: relative;
  left: -8px;
}

h4 {
  font-size: 115%;
  position: relative;
  left: -6px;
}

h5 {
  font-size: 110%;
  position: relative;
  left: -4px;
}

h6 {
  font-size: 105%;
  position: relative;
  left: -2px;
}

table {
  font-size: 100%;
  background-color: #80a0c0;
  border-width: 0px;
  
}

table.noborder {
  background-color: #fdfdfd;
}

th {
  font-size: 100%;
  background-color: #e8f0f8;
  border-width: 0px;
  padding: 2px 4px 2px 4px;
  white-space: nowrap;
}

td {
  font-size: 100%;
  background-color: #fdfdfd;
  border-width: 0px;
  padding: 2px 4px 2px 4px;
}

dt {
  font-weight: bold;
}

code, pre {
  background-color: #f8f8f8;
  border: solid 1px #80a0c0;
  border-width: 1px;
}

pre {
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
}
  
img {
  border: none;
}

em {
	font-style:normal;
	font-weight:bold;
}