@charset "Shift_JIS";

@import "/misc/css/init.css";
@import "/misc/css/base.css";
@import "/misc/css/header.css";
@import "/misc/css/footer.css";

@import "/misc/css/design_white.css";

@import "menu.css";


#menu {
  border-right: solid 2px #F00;
}

#body {
  width: 650px;
  padding-left: 18px;
  float: right;
}

#body .main {
}

#body .main .image {
  float: right;
  padding-left: 10px;
  padding-right: 16px;
}

#body .main h2 {
  margin-bottom: 15px;
}

#body .main p {
  padding-left: 3px;
}


/* curriculum */

#body .curriculum {
  margin-bottom: 10px;
}

#body .curriculum h2 {
  margin-bottom: 5px;
}

#body .curriculum table {
  font-size: 12px;
}

/* IE5-7:Win \*/
* html #body .curriculum table {
  font-size: 100%;
}
*:first-child+html #body .curriculum table {
  font-size: 90%;
}
/**/

#body .curriculum table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 635px;
}

#body .curriculum th,
#body .curriculum td {
  padding: 5px 5px;
  vertical-align: top;
  empty-cells: show;
  border: 1px solid #CCC;
}

#body .curriculum th {
  padding: 0;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

#body .curriculum thead td {
  width: 1em;
  height: 4em;
}

body:first-of-type #body .curriculum thead td {
  width: 1.9em;
}

#body .curriculum tbody th {
  font-family: monospace;
}

#body .curriculum tbody .common_class {
  text-align: right;
}

#body .curriculum tbody .common_class ul {
  width: 66%;
  margin: 0 0 0 auto;
  text-align: left;
}

#body .curriculum .study {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1em;
  font-weight: bold;
  height: 30px;
  padding: 0;
  max-height: 30px;
}

#body .curriculum tbody td ul li {
  background: url("/admission/5_divisions/misc/img/arrow-grey.png") 0 .4em no-repeat;
  padding-left: 10px;
}

* html #body .curriculum tbody td ul li {
  background-image: url("/admission/5_divisions/misc/img/arrow-grey.gif");
}

#body .curriculum .tint.blank {
  height: 2em;
}

/* after */

#body .after {
  clear: both;
  margin-bottom: 25px;
}

#body .after h2 {
  margin-bottom: 5px;
}

#body .after ul {
  padding-right: 15px;
}

#body .after ul li {
  display: inline;
  margin-right: 1em;
}



#content:after,
#body .main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content,
#body .main {
  display: block;
  min-height: 1%;
}

* html #content,
* html #body .main {
  height: 1%;
}