/* CSS Document */

/* text */
h1 {
  font-size: 130%;
  line-height: 100%;
}
h2 {
  font-size: 110%;
  line-height: 110%;
  padding-left: 20px;
  background-image : url(exam/bg_h2.gif);
  background-repeat: no-repeat;
}
h3 {
  font-size: 95%;
  line-height: 120%;
  text-indent: 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  background-color: #FFCCFF;
}
h4 {
  font-size: 90%;
  line-height: 140%;
}
h5 {
  font-size: 80%;
  line-height: 150%;
}
h6 {
  font-size: 70%;
  line-height: 150%;
}
P {
  font-size: 90%;
  line-height : 130%;
}
address {
  text-align: right;
  font-size: 80%;
  color: #333333;
  padding-right: 20px;
  line-height: 150%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999999;
}
ul {
  }
li {
  font-size: 90%;
  line-height: 150%;
}
dl {
  }
dt {
  }
dd {
  margin: 0px;
  padding: 0px;
}
/* style */
.banner_txt {
	font-size: 80%;
	line-height: 120%;
}
.magazine {
  font-family: "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", Osaka;
  font-size: 100%;
}
.thead {
  font-size: 90%;
  line-height: 120%;
  text-align: center;
}
.tbody {
  font-size: 90%;
  line-height: 120%;
}
.path {
  font-size: 70%;
  line-height: 140%;
}
.topics {
  background-image : url(exam/li_topics.gif);
  background-repeat: no-repeat;
  padding-left: 50px;
  color: #333333;
  font-weight: bold;
  background-position: left top;
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF9900;
}
.comment {
  font-size: 80%;
  line-height: 140%;
  color: #333333;
}
.emphasis{
  font-weight: bold;
  color: #FF0000;
}
.question {
  background-color: #FFCCFF;
  border: 1px solid #999999;
  padding-left: 10px;
}
.answer {
  border: 1px dotted #FF99CC;
  padding: 10px;
}
.link {
  text-align: center;
  font-size: 80%;
  line-height: 150%;
}
.address {
  text-align: center;
}
.nomark {
  list-style-type: none;
}
.members {
  list-style-image : url(exam/li_members.gif);
}
.pagetop {
  text-align: right;
  padding-right: 20px;
}
/* font color */
.red{
  color: #FF0000;
}
.white{
  color: #FFFFFF;
}
.gray{
  color: #666666;
}
.pink{
  color: #FF66CC;
}
.blue{
  color: #0066FF;
}
.navy{
  color: #003399;
}
/* link */
.hl {
  background-image : url(exam/li_link.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.entry {
  background-image : url(exam/li_entry.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.navigation a {
  color: #333333;
  text-decoration: none;
}
.navigation a:visited {
  color: #333333;
  text-decoration: none;
}
.navigation a:hover {
  color: #FF66FF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF66FF;
}
.pagetop a {
  color: #333333;
}
a:link {
  }
a:hover {
  }
a:visited {
  }
a:active {
  }
