/* thinkcopyright.org シンポジウム概要 CSS */



/* サブタイトル
============================================================= */

#contents-body h2 {
  font-size: 10px;
  text-indent: -9999px;
  background: #FFFFFF url(../images/title-resume.gif) no-repeat left top;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  width: 506px;
  height: 70px;
}



/* 右側本文用スタイル
============================================================= */

#contents-right table {
  width: 486px;
  caption-side: bottom;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  margin-bottom: 2em;
  margin-left: 20px;
}

#contents-right table tr td {
  color: #333333;
  line-height: 150%;
  padding: 5px 0px;
  border-bottom: 1px solid #D8DDE1;
}

#contents-right table tr td.cell-1 { width: 66px; }
#contents-right table tr td.cell-2 { width: 420px; }
#contents-right table tr td.cell-wide { width: 486px; }

#contents-right ul li {
  color: #333333;
  line-height: 150%;
  margin-bottom: 1em;
  list-style-image: url(../images/list-head.png)
}

span.notice { color: #CC0000; }

p.entry {
  width: 506px;
  text-align: center;
}

p.entry a {
  display: block;
  background: #FFFFFF url(../images/button-entry.gif) no-repeat left top;
  font-size: 10px;
  text-indent: -9999px;
  margin: 0px auto;
  width: 170px;
  height: 32px;
}

img.movie-thumbnail {
  margin: 10px 0 20px 0;
}

.paragraph-group.past-data {
  width: 504px;
  border: 1px solid #A4C4DA;
  background-color: #EBF0F8;
  margin-bottom: 20px;
}

#contents-right .paragraph-group.past-data h3 {
  font-size: 120%;
  padding: 8px 10px 0px 10px;
  margin-bottom: 0px;
  border-width: 0px;
}

#contents-right ul.menu-list { margin-bottom: 4em; }
#contents-right ul.menu-list li {
  list-style-image: url(../images/list-head.png);
  margin-bottom: 0.5em;
}

#contents-right .past-data ul.menu-list { margin-bottom: 1em; }
#contents-right .past-data ul.menu-list li {
  list-style-image: url(../images/past-list-head.gif);
  margin-bottom: 0.5em;
}


