/* css/themes/formal.css */

body.theme-formal {
  background:#f2f2f2;
  color:#222;
  font-family:"Yu Gothic","游ゴシック",sans-serif;
}

body.theme-formal a {
  color:#003366;
}

body.theme-formal header h1 {
  font-weight:700;
  letter-spacing:0.05em;
}

body.theme-formal .badge {
  background:#e0e0e0;
  color:#333;
}

body.theme-formal .item {
  background:#ffffff;
  border-color:#c0c0c0;
}

body.theme-formal .pv,
body.theme-formal .updated {
  color:#555;
}
