@charset "utf-8";

/* デフォルトスタイル */
  body {
    color: #000000;
    background-color: #ffffff;
  }
  * {
    font-family: "ＭＳ ゴシック", "Osaka－等幅", "Courier New", "Courier", monospace;
    font-size: 11pt;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 690px;
    margin: 20px;
  }
  hr {
    margin: 30px 0px 10px;
  }
  a:link, a:active {
    text-decoration: underline;
    color: #0000ff;
    background-color: #transparent;
  }
  a:visited {
    text-decoration: underline;
    color: #9900cc;
    background-color: #transparent;
  }
  a:hover {
    text-decoration: underline;
    color: #ffffff;
    background-color: #0000ff;
  }


/* ヘッダー */
  /* 駿河台大学|文化情報学部へのリンク: 共通 */
  div.header {
    position: relative;
    left: 0;
    width: 760px;
    text-align: right;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    white-space: nowrap;
  }
  div.header a {
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
  }
  /* 駿河台大学へのリンク */
  a#surugadai:link, a#surugadai:visited, a#surugadai:active {
    color: #6f60cc;
    background-color: transparent;
    border: solid 1px #6f60cc;
  }
  a#surugadai:hover {
    color: #ffff00;
    background-color: #6f60cc;
  }
  /* 文化情報学部へのリンク */
  a#cir:link, a#cir:visited, a#cir:active {
    color: #606600;
    background-color: transparent;
    border: solid 1px #606600;
  }
  a#cir:hover {
    color: #ffff00;
    background-color: #606600;
  }
  /* １階層上へのリンク */
  a.parent:link, a.parent:visited, a.parent:active {
    color: #006066;
    background-color: transparent;
    border: solid 1px #0000cc;
  }
  a.parent:hover {
    color: #ffff00;
    background-color: #006066;
  }

/* フッター */
  div#footer {
    width: 700px;
    padding: 20px 0px 10px;
    text-align: right;
    border-right: solid 50px #606600;
    margin-bottom: 30em;
  }
  div#footer div#copyright {
    border-top: solid 1px #606600;
    font-family: "Courier","Courier New",sans-serif;
  }
  img {
    border-width: 0px;
  }

/* 題名 */
  div#title {
    width: 700px;
    font-style: italic;
    color: #606600;
    background-color: transparent;
    border-left: solid 50px #606600;
  }
  div#titleja {
    font-family: "ＭＳ 明朝", "細明朝体", sans-serif;
    font-size: 24pt;
    padding: 10px 0px 5px 10px;
    line-height: 1em;
  }
  div#titleen {
    font-family: "Times New Roman", "Times", sans-serif;
    font-size: 16pt;
    margin: 0px;
    padding-left: 50px;
    border-top: solid 1px #606600;
    line-height: 1em;
  }

  *.back2top {
    text-align: right;
  }
