/* =============HTML ELEMENT STYLES============== */
body, div, ul, ol, li,
p, span, label, br,
table, tr, td, th,
form, select, textarea, input,
h1, h2, h3, h4, h5, h6 {
  font-family: verdana, arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

body {
  background: #555;
  margin: 30px 30px 30px 30px;
}
a {
  color: #33a;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
ol, ul {
  padding-left: 40px;
}
p {
  margin: 16px 0 0 0;
  padding: 0;
}
img  {
  border: 0;
  vertical-align: middle;
}


/* =============HEADER STYLES============== */
#hdr {
  width: 900px;
  background: #686;
}
#hdr div.ttl {
  font-size: 21px;
  padding: 22px 24px 22px 24px;
}
#hdr a.ttl {
  color: #fff;
}
.tab {
  background: #B5CFB5;
  color: #333;
  padding: 1px 24px 1px 24px;
}
.tab table {
  border-left: 2px solid #fff;
}
.tab td.unsel,
.tab td.sel {
  border-right: 2px solid #fff;
  white-space: nowrap;
  font-weight: bold;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
}
.tab td.sel {
  color: #fff;
  background: #6A68EF; /*url("../img/bg_tab_sel.png");*/
}


/* =============PAGE STYLES============== */
#pg {
  width: 900px;
  background: #fff;
  line-height: 1.7em;
}
#pg div.content {
  padding: 16px 24px 16px 24px;
}
#pg br {
  line-height: 0.9em;
}
.date {
  margin-left: 10px;
  color: #777;
}
.title {
  margin: 8px 0 8px 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #960;
}
.title a {
  color: #960;
}
.para {
  text-align: justify;
}
.code {
  font-family: courier;
  font-size: 0.9em;
  color: #555;
}
.footer {
  margin: 16px 0 24px 0;
  border-bottom: 2px solid #ffeeaa;
}