html, body {
  margin: 0px;
  scrollbar-highlight-color: #D4D1CF; 
  scrollbar-face-color: #BAA69E;
  scrollbar-shadow-color: #D4BEB6;
  scrollbar-arrow-color: #5E5C5B;
  background-color: #F5F5F5;
}


img {
  border: 0px;
}


a {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


.input {
  height: 12px;
}


.selected {
  background-color: #BDBDBD;
}


.frame {
  width: 100%;
}


.container {
  position: relative;
  width: 100%;
}


.header {
  height: 75px;
  color: #949292;
  border-right: 1px solid #A9A9A9;
  background: url(../images/header_bg.jpg) repeat-x;
}


.njccit {
  float: left;
  margin-top: 8px;
  padding-left: 5%;
}


.njccit img {
  height: 60px;
}


.management_font {
  float: left;
  margin-top: 25px;
  padding-left: 250px;
  font-family: Á¥Êé;
}


.hello {
  float: left;
  margin-left: 25%;
  margin-top: 25px;
}


.user {
  float: left;
  margin-left: 15px;
  margin-top: 18px;
}


.function_div {
  float: left;
  width: 120px;
  border-right: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
}


.title {
  float: left;
  width: 120px;
  height: 22px;
  padding-top: 10px;
  background: url(../images/menu_open.jpg);
}


.menu_close {
  background: url(../images/menu_close.jpg);
}


.selected_div {
  float: left;
  width: 100%;
}


.title_font {
  float: left;
  width: 100px;
}


.title a {
  color: #1B5C89;
}


.function_list {
  float: left;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 10px;
  background-color: #F2F2F2;
}


.function_list a {
  color: #3C3C3C;
}


.title_div {
  padding-top: 5px;
}


.frame_div {
  float: left;
  border-right: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  background-color: #F5F5F5;
}