@charset "utf-8";

/* コンテンツ部
----------------------------------------------- */
#contents p{
  line-height:1.3em;
  font-size:90%;
}

/* 学習支援：ガイダンス(2006.02.13)
----------------------------------------------- */
#guide table{
  width:100%;
color: blue;
}
#guide p.guide-title01{
  margin-bottom:10px;
  line-height:1em;
  font-size:120%;
  font-weight:bold;
  text-align:center;
color:red;
}
#guide p.guide-title02{
  margin-top:10px;
  margin-bottom:20px;
  line-height:1em;
  font-size:100%;
  text-align:left;
}
#guide #sche{
}
#guide #sche table{
  width:500px;
  margin-left:20px;
}
#guide #sche td{
  font-size:110%;
}
#guide #sche td.tex00{
  text-align:center;
  background-color:#B379F3;
  color:#eeeeee;
}
#guide #sche td.tex01{
  vertical-align:top;
  text-align:right;
  font-size:80%;
  border-right:1px solid #B379F3;
  border-left:1px solid #B379F3;
  border-bottom:1px solid #B379F3;
}
#guide #sche td.tex02{
  vertical-align:center;
  text-align:center;
  font-size:80%;
  border-right:1px solid #B379F3;
  border-bottom:1px solid #B379F3;
}
#guide #sche td.tex03{
  vertical-align:middle;
  font-size:80%;
  padding-left:15px;
  border-right:1px solid #B379F3;
  border-bottom:1px solid #B379F3;
}