/* 本文(body) */
BODY {
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  font-family: 'Courier New', 'Osaka';
  font-size: 13pt;
  line-height: 1.5em;
  text-align: center;
}

/* 本文 */
DIV.maincontent {
  width: 800px;
  max-width: 800px;
  min-width: 800px;
  line_height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: none;
  border-bottom: none;
  text-align: center;
/*  background-image: url(./img/bg.png); */
}


/* 研究内容 本文 */
DIV.research_body { 
  width: 90%;
  text-align: left;
  margin-bottom: 20px;
}

/* アクセスマップ 本文*/
DIV.accessmap_body { 
  width: 90%;
  text-align: center;
  margin: 20px 20px 20px 40px;
}

/* リンクページ 本文 */
DIV.link_body { 
  width: 90%;
  text-align: left;
  margin: 20px 20px 20px 40px;
}

/* フッター */
DIV.footer {
  border-top: 1px solid #000000;
  padding-top: 15px;
  background-color: #DAD8D8;
  font-size: 11pt;
}

/* メニュー */
DIV.menu {
  padding: 0px 0px 5px 0px;
  background-color: #DAD8D8;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
SPAN.menu {
  margin-left: 1em;
  font-size: 14pt;
}

/* ボーダー */
HR {
  color: #090909;
  size: 1px;
}

/* トップページの画像 */
IMG.menu {
  border: none;
}

/* 各ページのロゴ */
IMG.logo {
  margin-bottom: 5px;
  width: 798px;
}

/* リンク */
A.menu {
  color: blue;
  text-decoration: none;
}
A:hover {
  color: red;
  font-weight: bold;
}
A:visited {
  color: blue;
}


/* メンバー*/
DIV.cls {
  /* 表題 */
  font-size: 20pt;
  font-weight: bold;
}
SPAN.name {
  /* 名前 */
  font-size: 18pt;
}
SPAN.email { 
  /* email */
  color: #000099;
  text-decoration: underline;
  font-size: 11pt;
}


/* 研究 */
DIV.research_theme {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 18pt;
}
DIV.research_main {
  text-align: left;
  text-indent: 1em;
  line-height: 1.5em;
  font-size: 12pt;
}
