@charset "utf-8";

/* ---------------------------------------- トップページ */
/* ---------- 4部会新着 */
.row-container {
  width: 566px;
}
.left-box {
  width: 275px;
  margin-right: 16px;
  float: left;
}
.right-box {
  width: 275px;
  float: left;
}
.row-container li {
  margin: 5px 0;
  padding-left: 8px;
  line-height: 14px;
  height: 28px;
  list-style: none;
  list-style-position: outside;
  overflow: hidden;
}
#left-top li { background: url("../images/common/arrow-pink.png") no-repeat 0 2px; }
#right-top li { background: url("../images/common/arrow-blue.png") no-repeat 0 2px; }
#left-bottom li { background: url("../images/common/arrow-green.png") no-repeat 0 2px; }
#right-bottom li { background: url("../images/common/arrow-orange.png") no-repeat 0 2px; }

/* ---------- bonner-box */
#banner-box { margin-top: 16px; }

/* ---------------------------------------- トップページ（会員専用） */
/* ---------- 事務局からのお知らせ */
#info {
  width: 566px;
  margin-bottom: 16px;
}
#info #info-backnumber {
  margin-top: 4px;
  text-align: right;
}

.info-item { width: 566px; }
.info-date {
  width: 85px;
  float: left;
  line-height: 15px;
}
.info-title {
  width: 469px;
  float: left;
  line-height: 15px;
  padding-left: 12px;
  background-image: url('../images/common/plus.gif');
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.info-title-active { background-image: url('../images/common/minus.gif'); }

.info-title img { margin: 3px 3px 0px 3px }
.info-summary {
  margin-left: 100px;
  margin-bottom: 3px;
  font-size: 11px;
}
.info-summary span {
  font-size: 10px;
  color: #ddd;
  padding: 1px;
  border:1px solid #999;
  background-color:#eee;
}

/*
#info-table { margin-top: 8px; }
#info-table td {
  line-height: 14px;
  padding: 1px;
}
#info-table .date-cell {
  width: 70px;
  vertical-align: top;
}
#info-table .desc-cell {
  width: 496px;
}
*/