@charset "utf-8";
/* CSS Document */

/* Data List */
.list_title1 {
  background-image: url(../images/rb_line.png);
  background-position: right;
  background-repeat: no-repeat;
  font-size: 10pt;
  color:#333333;
}

.list_title2 {
  font-size: 10pt;
  color: #333333;
}

.list_data1 {
  background-image: url(../images/header_line2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 10pt;
  color:#333333;
}

.list_data2 {
  background-image: url(../images/header_line2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #FCFCFC;
  font-size: 10pt;
  color:#333333;
}

.list_data3 {
  background-image: url(../images/header_line2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  font-size: 10pt;
  color:#333333;
}

.list_data4 {
  background-color: #F1F1F1;
  font-size: 10pt;
  color:#333333;
}

.list_data5 {
  background-color: #FFFFFF;
  font-size: 10pt;
  color:#333333;
}

