@charset "Shift_JIS";

A:link
{ color: #1091ef; text-decoration: none; }
A:visited 
{ color: #1091ef; text-decoration: none; }
A:link:hover, A:visited:hover
{ color: #ffa000; text-decoration: none; }


/* 各コースのページ */

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11pt;
  line-height: 130%;
  background-color: #fff;
}

H1{
  font-size: 13pt;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  background-color: #00f;
  margin-top: 2px;
  margin-bottom: 0px;
}

.pagelink{
  font-size: 10pt;
}

H2{
  font-size: 12pt;
  color: #000;
  font-weight: bold;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

p{
  font-size: 11pt;
  color: #000;
  line-height: 150%;
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.section {
  border-bottom: 1px dashed #666666;
  margin-left: 30px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
}

div.coryright{
  text-align: right;
  font-size: 10pt;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.indent{
  padding-left:30px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sizes{
  font-size: 10pt;
}
.couse01{
  font-size: 12pt;
  font-weight: bold;
  padding-left: 1em;
}