/* ---------------------------------
   group
   グループ紹介
------------------------------------ */
#group {
/*  width : 90%;*/
}

#group p {
  text-indent : 1em;
}

#group table {
  line-height : 120%;
}

#group td.numcol {
  width : 9em;
  padding : 4px 2px 4px 2px;
  text-align : center;
  white-space : nowrap;
  vertical-align : center;
  border : none;
  background : none;
}

#group td.desccol {
  vertical-align : center;
  padding : 4px 1ex 4px 2px;
  border : none;
  background : none;
  /* group の width で制限される */
}

#group td.imgcol {
  width : 150px;
  text-align : center;
  vertical-align : center;
  border : none;
  background : none;
}

#group td.top-right {
  text-align : right;
  white-space : nowrap;
  vertical-align : top;
}

#group dd {
  margin-bottom : 0.5em;
}

#group dd p {
  text-indent : 0em;
  margin-left : 0px;
  margin-right : 0px;
}

#group dd ul {
  margin-left : 1.5em;
  margin-right : 0px;
}

#group dd p.textindent {
  text-indent : 1em;
}

#group dd p.note {
  font-size : small;
  line-height : 1.2em;
  color : blue;
}

#group ul.notemark {
  list-style-image : url("notemark.gif");
}

#group img.iconimg {
  margin-left : 1em;
  vertical-align : bottom;
}

#appeal p.title {
  margin-bottom : 1em;
  text-align : center;
  font-weight : bold;
}

#appeal blockquote {
  font-style : normal;
  color : #880000;
  margin-left : 4em;
  margin-right : 4em;
}

