@charset "UTF-8";
@import "http://hi-hat.jp/KEM.css/serif+medium/KEM.css";

/* ------------------------------------------------------------------------- */
A {
  text-decoration:none;
}

A:link,
A:visited {
  color:#00f;
}

A:hover,
A:active {
  color:#f00;
  text-decoration:underline;
}

H1 > A:link, H1 > A:visited,
H3 > A:link, H3 > A:visited,
H4 > A:link, H4 > A:visited,
H5 > A:link, H5 > A:visited,
H6 > A:link, H6 > A:visited {
  color:#000;
}

H2 > A:link, H2 > A:visited {
  color:#fff;
}

EM {
  color:#c00;
}

STRONG {
  color:#f00;
}

/* ------------------------------------------------------------------------- */

BODY {
  margin:1em;
}

H1 {
  font-size:250%;
  text-align:center;
  margin:64px 0;
}

H2 {
  font-size:175%;
  margin-bottom:32px;
  padding:4px 8px;
  background:#000;
  color:#fff;
}

H3 {
  font-size:150%;
  text-indent:16px;
  margin-bottom:32px;
  border-bottom:3px solid #000;
}

P,DL,TABLE,PRE {
  margin:0 32px 32px;
}

OL,UL {
  margin:0 64px 32px;
}

/* ------------------------------------------------------------------------- */
/* DL */

DL DT {
  text-decoration:underline;
}
DL DD {
  margin:8px 0 16px 32px;
}

/* ------------------------------------------------------------------------- */
/* PRE */

PRE {
  background:#eee;
  padding:8px;
  border:1px solid #000;
}

/* ------------------------------------------------------------------------- */
/* TABLE.field-list */

TABLE.field-list {
  border-spacing:0;
}

TABLE.field-list TH,
TABLE.field-list TD {
  padding:4px;
}

TABLE.field-list TH {
  text-align:right;
}

TABLE.field-list TD {
  text-align:
}
