/* ASH Style Sheet (http://ash.or.jp/) */

/* 全体の属性定義 */
body,p,pre,div,th,td,ul,ol,li,dl,dt,dd {
  color: #021c37; /* 文字色の定義 */
}

body {
  background: #ffffff; /* 背景色の定義 */
}

th {
  background: #cfe8e5;
  font-size: 12px;
}

td {
  font-size: 12px;
}

