@charset "shift_jis";/******** -*- Mode: css; Encoding: Shift-JIS -*- ********
* 汎用スタイル CSS -- style.css created by 5th HISS                          *
*                  Last Modified at <2003/12/09 20:10:05 +0900>              *
******************************************************************************/

@import url(./common.css);

/* top */
#sitemap {
}

#sitemap dl {
  margin: 0.5em 0px 0.5em 1em;
}
#sitemap dl dt {
  width: 50%;
  margin: 0px;
  padding: 0.1em 0.2em;
  border-width: 0 2px;
  border-style: solid;
  border-color: #9999ff;
  color: #000000;
  background-color: #ddddff;
  text-align: center;
}
#sitemap dl dd {
  margin: 0px 0px 0.7em 0px;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border: solid 1px #ddddff;
}


/* about */
#schedule th {
  white-space: nowrap;
}

dl.transit {
  font-size: 90%;
  background: transparent url(./res/map-small.png) no-repeat scroll right bottom;
}
dl.transit dt {
  font-weight: normal;
}
dl.transit dt:before {
  content: "<"
}
dl.transit dt:after {
  content: ">"
}
dl.transit ol,
dl.transit li {
  margin: 0px;
  padding: 0px;
}

table.time-table
{
  margin: 1% 0px;
  font-size: 90% !important;
  background-color: transparent;
}
table.time-table thead th {
  color: #f0f0f0;
  background-color: #6495ed;
}
table.time-table tbody th {
  background-color: transparent;
  text-align: right;
}
table.time-table th,
table.time-table td {
  padding: 1px 5px;
  border: 1px solid #909090;
}
table.time-table tr.first th,
table.time-table tr.first td,
table.time-table tr.first {
  background-color: transparent;
}
table.time-table tr.second th,
table.time-table tr.second td,
table.time-table tr.second {
  background-color: Lavender;
}

/* contents */
dl.thesis {
  font-size: 90%;
}
dl.thesis dt.reg {
  float: left;
  width: auto;
  margin-right: 1em;
  color: CadetBlue;
  font-weight: bold;
  font-family: monospace;
  clear: left;
}
dl.thesis dd.title {
  margin-left: 0px;
  font-weight: bold;
}
dl.thesis dd.author {
  margin-left: 10px;
}

table.booth {
  margin: 1% 0px;
  font-size: 90% !important;
}
table.booth thead th {
  color: #f0f0f0;
  background-color: #6495ed;
}
table.booth thead th.reg {
  color: #000000;
  background-color: #f0f0f0;
}
table.booth tbody th {
  color: #f0f0f0;
  background-color: #6495ed;
  font-family: "Times New Roman", "Times Roman", Times, normal;
}
table.booth tbody td {
  padding: 1px 5px;
  font-family: monospace;
  text-align: center;
}
table.booth .day1 {
  background-color: lavender;
}
table.booth .day2 {
  background-color: MistyRose;
}
table.booth .days {
  background-color: LightSteelBlue;
}

dl.exhibit {
  font-size: 90%;
}
dl.exhibit dd,
dl.exhibit dl {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
dl.exhibit dt.exhibitor {
  padding: 0px;
  font-weight: bold;
}
dl.exhibit dt.theme {
  font-size: 110%;
  font-weight: normal;
  font-style: oblique;
}
dl.exhibit dt.theme:before {
  content: "テーマ： "
}
dl.exhibit dd.summary {
  margin-bottom: 3%;
  padding: 2px;
  border: 1px solid #909090;
  color: #000000;
  background-color: azure;
  font-size: 90%;
}
dl.exhibit dd.summary p {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* works */
#member table,
#thanks table {
  font-size: smaller !important;
}

#member thead,
#thanks thead {
  border: 1px solid #aaa;
  text-align: center;
  vertical-align: baseline;
}
#member thead th,
#thanks thead th {
  color: #444444;
}

#member tbody,
#thanks tbody {
  border-style: none;
  vertical-align: baseline;
}
#member tbody th,
#thanks tbody th {
  color: #000000;
  padding-right: 10px;
  text-align: right;
}
#member tbody tr.first,
#thanks tbody tr.first {
  color: #006600;
}
#member tbody tr.second,
#thanks tbody tr.second {
  color: #000000;
}
#thanks tbody tr.third {
  /*color: #000066;*/
}
#thanks tbody td {
  padding-right: 15px;
}

/* external character */
.external-char13B {
  /*height: 17px;*/
  padding-left: 78px;
  background: transparent url(./res/external-char13B.png) no-repeat scroll left center;
}

