<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a {
  color: #666;
  text-decoration: underline;
}
a:hover {
  color:#abc5e0;
  text-decoration: none;
}
#header {
  background:#abc5e0;
}
#menu li {
  background:#abc5e0;
}
.title {
  background:#abc5e0;
}
.other_title {
  border-top: 3px solid #abc5e0;
  border-bottom: 1px dashed #abc5e0;
}
.read_more,.read_more a:hover {
  background-color:#abc5e0;
}
#divTilSpecial {
  background-color:#abc5e0;
}
.tit_spacial {
  border-top: dotted 2px #abc5e0;
}
#left_box .sidetitle,#right_box .sidetitle {
  background :#abc5e0 url("../images/3column/bg_side_title.gif") no-repeat;
}
body {
  background :
    -moz-linear-gradient(top, #f4f4e6, #f4f4e6); /* Firefox用 */
  background :
    -webkit-gradient(linear, left top, left bottom, from(#f4f4e6), to(#f4f4e6)); /* Safari,Google Chrome用 */
  background:
    linear-gradient(to bottom, #f4f4e6, #f4f4e6);
  -ms-filter:
    "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4e6', endColorstr='#f4f4e6')"; /* IE用 */
  filter:
    progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4e6', endColorstr='#f4f4e6'); /* IE用 */
  background-position:center top;
  background-repeat:no-repeat;
}
</pre></body></html>