html { overflow-y: scroll; }
body {
  margin: 0;
  padding: 0;
  background: #5f7894 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Crect width='24' height='24' fill='%235f7894'/%3E%3Cpath d='M0 24L24 0M-6 6L6-6M18 30L30 18' stroke='%236d87a2' stroke-width='2'/%3E%3C/svg%3E");
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a { color: #003399; text-decoration: underline; }
a:hover { color: #cc0000; }
#wrapper {
  width: 780px;
  margin: 8px auto 25px;
  border: 3px ridge #d6d6d6;
  background: #fff;
  box-shadow: 0 0 12px #1d2d3e;
}
.header {
  height: 125px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#1164ad, #063b73);
  color: white;
  border-bottom: 4px solid #f3cf00;
}
.header h1 {
  margin: 14px 0 0 20px;
  font-size: 32px;
  font-family: "Arial Black", Arial, sans-serif;
  letter-spacing: -1px;
  text-shadow: 2px 2px #00305d;
}
.header .slogan { margin: 4px 0 0 23px; color: #ffed6a; font-weight: bold; font-size: 14px; }
.header .brick { position: absolute; right: 10px; top: 9px; border: 4px ridge #eee; width: 190px; height: 103px; object-fit: cover; }
.header .since { position: absolute; right: 215px; top: 72px; background: #d60000; border: 2px outset #ff9999; padding: 5px 9px; font-weight: bold; transform: rotate(-3deg); }
.topline { background: #eee; border-bottom: 1px solid #777; padding: 3px 8px; color: #333; }
.nav { width: 100%; border-collapse: collapse; table-layout: fixed; }
.nav td { border: 1px solid #eee; text-align: center; background: linear-gradient(#f9f9f9,#aeb9c4); height: 31px; }
.nav td:hover { background: linear-gradient(#fff6a6,#e2bb00); }
.nav a { display: block; color: #002a57; font-size: 13px; font-weight: bold; text-decoration: none; line-height: 31px; }
.nav .active { background: linear-gradient(#ffef76,#c89f00); }
.main-table { width: 100%; border-collapse: collapse; }
.sidebar { width: 190px; vertical-align: top; padding: 8px; background: #e8eef4; border-right: 1px solid #8b9aae; }
.content { vertical-align: top; padding: 12px 15px 25px; }
.box { border: 1px solid #777; margin-bottom: 10px; background: #fff; }
.box h3 { margin: 0; padding: 5px 6px; font-size: 13px; color: white; background: linear-gradient(#2d76b7,#07427b); border-bottom: 1px solid #333; }
.box .inside { padding: 7px; line-height: 1.45; }
.box ul { padding-left: 18px; margin: 5px 0; }
.content h2 { margin: 0 0 8px; font-size: 21px; color: #064780; border-bottom: 2px dotted #8da0b3; padding-bottom: 3px; font-family: Georgia, serif; }
.content h3 { color: #9c0000; margin-bottom: 4px; }
.welcome { background: #fffddc; border: 2px dashed #d30000; padding: 8px; margin-bottom: 12px; }
.blink { animation: blink 0.8s steps(2,start) infinite; color: red; font-weight: bold; }
@keyframes blink { 50% { visibility: hidden; } }
.old-photo { float: right; width: 245px; height: 145px; margin: 0 0 8px 10px; border: 5px ridge #ddd; object-fit: cover; }
.clear { clear: both; }
.button-old { display: inline-block; padding: 5px 12px; border: 3px outset #eee; background: #d6d6d6; color: #000; text-decoration: none; font-weight: bold; }
.button-old:active { border-style: inset; }
.service-table, .price-table { border-collapse: collapse; width: 100%; margin: 8px 0; }
.service-table td, .service-table th, .price-table td, .price-table th { border: 1px solid #666; padding: 6px; }
.service-table th, .price-table th { background: #0d5997; color: white; }
.service-table tr:nth-child(even), .price-table tr:nth-child(even) { background: #eef3f7; }
.gallery img { width: 155px; height: 100px; object-fit: cover; border: 4px ridge #ccc; margin: 4px; }
.notice { padding: 7px; background: #e8ffe4; border: 1px solid #269414; }
.form-table td { padding: 4px; vertical-align: top; }
input, textarea, select { font: 12px Arial; border: 2px inset #eee; padding: 3px; }
.footer { background: #063b73; color: #fff; text-align: center; padding: 10px 5px; border-top: 4px solid #f3cf00; line-height: 1.5; }
.footer a { color: #ffef62; }
.counter { font-family: "Courier New", monospace; background: #000; color: #65ff4c; border: 2px inset #999; padding: 2px 5px; letter-spacing: 2px; }
.marquee { overflow: hidden; white-space: nowrap; background: #ffff00; color: #b40000; font-weight: bold; padding: 4px; border-top: 1px solid #a47d00; border-bottom: 1px solid #a47d00; }
.marquee span { display: inline-block; padding-left: 100%; animation: marquee 13s linear infinite; }
@keyframes marquee { to { transform: translateX(-100%); } }
.small { font-size: 10px; }
.red { color: #c00000; }
