body {
  font-size         : 12pt;
  font-family       : "Meiryo UI",Arial,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
  background-image  : url(images/backborder.png);
  background-repeat : repeat-y;
  background-position : top center;
  margin-left       : 0;
  margin-right      : 0;
}

a {
  color             : #5a5f5f;
}

#container {
  width             : 860px;
  margin-left       : auto;
  margin-right      : auto;
  text-align        : left;
}

#header {
  border-bottom     : 1px solid #9f9f9f;
  background-image  : url(images/face.png);
  background-repeat : no-repeat;
  background-position : right ;
  padding           : 4px 20px 45px 6px;
  margin-bottom     : 15px;
}

#header h1 {
  font-size         : 17pt;
  margin            : 0;
  padding-top       : 10px;
}

#sidebar {
  float             : left;
  width             : 190px;
  position          : sticky;
  top               : 5px;
  margin-bottom     : 6px;
}

#sidebar ul {
  margin            : 0;
  padding-left      : 0;
}

#sidebar ul li {
  list-style-type   : none;
  color             : #303030;
  font-size         : 10pt;
  width             : 190px;
  line-height       : 24px;
  background-color  : #ee9f9f;
}

#sidebar ul.children li a {
  display           : block;
  width             : 190px;
  line-height       : 24px;
  text-decoration   : none;
  text-indent       : 8px;
  border-bottom     : solid 1px #ffffff;
  background-color  : #eed9d9;
}

#sidebar ul.children li a:hover {
  color             : #ffffff;
  background-color  : #ff7b7b;
}

#sidebar .return a {
  display           : block;
  line-height       : 24px;
  color             : #505050;
  font-size         : 10pt;
  background-color  : #ee9f9f;
  text-decoration   : none;
  text-align        : center;
  margin-top        : 6px;
}

#sidebar .return a:hover {
  color             : #ffffff;
  background-color  : #ff7b7b;
}

#content {
  width             : 665px;
  margin-left       : auto;
  margin-right      : auto;
  float             : right;
  display           : inline;
}

#content .ptitle {
  color             : #303030;
  font-weight       : bold;
  padding-left      : 10px;
  line-height       : 23px;
  background-color  : #eed9d9;
}

#content .pcontent  {
  color             : #404040;
  font-size         : 0.95em;
  line-height       : 20px;
  padding-left      : 6px;
  padding-bottom    : 2px;
  margin            : 20px 12px 20px 6px;
}
#content .item {
  border-top        : 1px dotted #999;
  border-bottom     : 1px dotted #999;
  font-weight       : bold;
}

#footer {
  color             : #575b75;
  text-align        : center;
  font-size         : 11pt;
  width             : 860px;
  margin-top        : 25px;
  margin-bottom     : 20px;
  padding           : 10px 0 3px 0;
  border-top        : 1px solid #b7bbe5;
  clear             : both;
}

.alignleft {
  float             : left;
  margin-right      : 5px;
}

.alignright {
  float             : right;
  margin-left       : 5px;
}

img {
  border            : none;
}

dt {
  font-weight       : bold;
  margin-bottom     : 0.2em;
}

dd {
  margin-left       : 1em;
  margin-bottom     : 0.6em;
}

.comment {
  color             : #3366ff;
}

.captimg {
  border            : 1px solid #aaaaaa;
}

.captimgrb {
  border-right      : 1px solid #aaaaaa;
  border-bottom     : 1px solid #aaaaaa;
}

