<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../../../nucleus/pc/shared/css/reset.css");
@import url("../../../../nucleus/pc/shared/css/common.css");
/* setting
------------------------------------------ */
/* import
---------------------------------------- */
/* body
------------------------------------------ */
body {
  background-image: url(../img/staff_body_bg.jpg);
}

/* main
---------------------------------------- */
#main .full .article .heading {
  width: 728px;
  height:353px;
  padding: 20px 0 0 0;
  text-align:center;
  background: url(../img/main_article_bg_heading.png) no-repeat top center;
}
#main .full .article .heading h3 {
	width: 637p;
    height:353px;

}
#main .full .article .entry {
  background: url(../img/main_article_bg_mid.png) repeat-y;
}
#main .full .article .entry .item p.meta {
  margin-bottom: 15px;
  color: #999999;
  font-size: 108%;
}
#main .full .pageswitch {
  background: url(../img/main_article_bg_mid.png) repeat-y;
}
#main .full .pagectrl {
  background: url(../img/main_article_bg_mid.png) repeat-y;
}
#main .archive .inner-up {
  background: url(../img/main_article_bg_up.png) no-repeat;
}
#main .archive .inner-mid {
  background: url(../img/main_article_bg_mid.png) repeat-y;
}

/* side
------------------------------------------ */
#side ul.category {
  width: 251px;
  margin-top: 9px;
}
#side ul.category:before, #side ul.category:after {
  content: "";
  display: table;
}
#side ul.category:after {
  clear: both;
}
#side ul.category {
  zoom: 1;
}
#side ul.category li.news {
  float: left;
  width: 122px;
  height: 72px;
  margin-bottom: 3px;
  padding-right: 3px;
}
#side ul.category li.teacher {
  float: left;
  width: 122px;
  height: 72px;
  margin-bottom: 3px;
  padding-right: 3px;
}
#side ul.category li.archive {
  clear: both;
  width: 247px;
  height: 51px;
  margin-bottom: 3px;
  padding-right: 3px;
}
#side .calendar-outer {
  background-color: #48aa2e;
}

/* footer
------------------------------------------ */
#footer {
  background: url(../img/main_article_bg_bot.png) no-repeat;
}
</pre></body></html>