/* screen.css を上書きする（主に font-size, margin, padding） */

dl.footnote {
  font-size: 12px;
}
dl.footnote dt, dl.footnote dd {
  line-height: 16px;
}
dl.example dd {
  border-left: 5px solid #cccccc;
  padding-left: 5px;
  margin: 5px 0px 15px 0px;
}
.quote {
  margin-left: 20px;
  border-right: 15px solid #cccccc;
  border-bottom: 15px solid transparent;
  -border-bottom-color: white; /* for IE6 */
  width: 400px;
}
.quote .body {
  color: #111111;
  padding: 5px 10px;
  margin: 0 -100px 0 0;
  -position: relative; /* for IE6 */
  background: white;
  border: 5px solid #cccccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
table.baroon,
table.round {
  width: 100%;
}
table.round td {
  vertical-align: top;
  margin: 5px;
  padding: 10px;
  border: 2px solid rgb(0,105,180);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
table.baroon td {
  vertical-align: top;
  margin: 5px;
  padding: 5px;
}
td.baroon1 {
  background: url("../images/baroon_1.png") 50% 50% no-repeat;
  min-height: 30px;
  height: auto !important; /* for IE6 */
  height: 30px; /* for IE6 */
}
td.baroon2 {
  background: url("../images/baroon_2.png") 50% 50% no-repeat;
  min-height: 30px;
  height: auto !important; /* for IE6 */
  height: 30px; /* for IE6 */
}
table.baroon td h5,
table.round td h5 {
  background: url("../images/baroon.png") 0% 0% no-repeat;
  padding-left: 35px;
  height: 35px;
  font-size: 10pt;
  margin: 5px 0px 15px 0px;
}
#navigation {
  min-height: 500px;
  height: auto !important; /* for IE6 */
  height: 500px; /* for IE6 */
  padding-top: 17px;
  float: left;
  font-size: 14px;
  width: 100%;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
  padding: 0 9px;
  font-weight: bold;
}
#navigation li li {
  padding: 0 9px 0 16px;
  font-weight: normal;
  font-size: 10pt;
}
#navigation li.separated {
  margin-bottom: 14px;
  padding-bottom: 16px;
  border-bottom: 2px groove rgb(211,211,211);
}
#cover {
  margin-left: 4px;
  background-color: rgb(0, 105, 180);
  background-image: url("../images/top/top_photo_en.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#information h2 {
  margin: 10px 0px ;
  background-color: #ffffff;
  color: #000000;
  text-shadow: 1px 1px 3px #cccccc;
  font-size: 14pt;
}
#information p {
  margin: 0 0 13px;
  text-indent: 1em;
  padding-right: 25px;
}
#content {
  padding: 0 25px 14px 29px;
  width: 600px;
  min-height: 505px;
  height: auto !important; /* for IE6 */
  height: 505px; /* for IE6 */
}
#content h1 {
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-shadow: 1px 1px 3px #333333;
  background-color: rgb(0,105,180);
  color: #ffffff;
}
#content h2 {
  min-height: 38px;
  line-height: 38px;
  font-size: 22px;
}
#content h3.subtitle {
  text-align: center;
  font-size: 20px;
  color: #888888;
}
#content p {
  text-indent: 1em;
}

