html {
  font-size: 13px;
}
body {
  margin: 0px;
  background: #fef6ee;
}

/* リンクスタイル */

a {
  color: #0048b3;
  text-decoration: underline;
}

a:hover {
  color: #2a76e8;
  text-decoration: underline;
  text-align: justify;
}

/* サブメニュースタイル */
.sub {
  width: 140px;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol li {
  margin: 0 0 0 5px;
  padding: 5px 0 5px 18px;
  letter-spacing: 1px;
  border-top: 1px #f2f2f2 solid;
  border-bottom: 1px #cccccc solid;
  background: url(../images/icon_arrow.gif) no-repeat 0 50%;
}

ol li a {
  display: block;
}

#contents ul li {
  margin: 0 0 0 5px;
  padding: 0 0 3px 18px;
  letter-spacing: 1px;
  background: url(../images/icon_arrow.gif) no-repeat left 0.3em;
  border: none;
}

#contents ul.disc {
  margin: 0 0 0 2em;
}

#contents ol.list {
  margin: 0 0 0 3em;
}

#contents ul.disc li {
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
  font-size: 12px;
  border: none;
  background: none;
  list-style-type: disc !important;
}

#contents ol.list li {
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
  font-size: 12px;
  border: none;
  background: none;
  list-style-type: decimal;
}

#contents .list a {
  display: inline;
  position: inherit;
}

/* 外枠 */
#main {
  background: url(../images/bg_wide.gif) repeat-y;
  width: 770px;
  margin: 0 auto;
}

#main_margin {
  margin: 0 5px;
}

#main_margin .photo {
  /* ヘッダ部分写真 */
  display: block;
}

/* メインコンテンツ */
div#contents,
#header {
  margin: 0 auto;
  width: 730px;
}
div#contents {
  line-height: 1.6em;
}

/* トップページ */
#contents .left,
#contents .right {
  width: 362px;
}

#contents .left {
  float: left;
}

#contents .right {
  float: left;
  margin-left: 5px;
}

.ohwaku {
  margin: 0 0 1em;
}

.ohwaku .box {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  padding: 2px 5px;
  width: 350px;
}

.ohwaku p {
  margin: 3px !important;
}

.ohwaku .box .flo {
  float: left;
  margin-right: 5px;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

/* 下層 */

#contents .sub_left {
  width: 158px;
  float: left;
}

#contents .sub_right {
  width: 560px;
  float: left;
  margin-left: 5px;
}

#contents p {
  margin: 0 5px 10px 1em;
  padding: 0;
}

.pan {
  padding: 12px 0;
  margin: 0;
}

#wrap {
  width: 730px;
  background: url(../images/table_side.gif) repeat-y top;
}

#wrap .tit {
  margin: 0;
  background: url(../images/ttls_bg.gif) no-repeat top right;
}

/* ヘッダ */
#header {
  height: 64px;
}

#header h1 {
  /* 教授名 */
  float: left;
  margin: 0;
  width: 500px;
}

#header p {
  /* サイトマップ 等 */
  margin: 20px 0 0 500px;
  text-align: right;
}

/* フッタ */
#footer {
  margin: 0;
  padding: 15px 0 18px;
  text-align: center;
  border-top: solid 2px #dddddd;
  background: url(../images/bg_bottom.gif) no-repeat bottom;
}

/* メニュー欄 */
ul#menu {
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

ul#menu li,
ul#menu li.side1,
ul#menu li.side2 {
  float: left;
  display: block;
}

ul#menu li {
  width: 109px;
}
ul#menu li.side1 {
  width: 108px;
}
ul#menu li.side2 {
  width: 107px;
}

ul#menu li a {
  display: block;
}

.inline {
  display: inline !important;
}

/* 見出しスタイル */

#contents h1 {
  margin: 0 0 15px 0;
  padding: 3px 0 3px 8px;
  background-color: #fafafa;
  color: #0048b3;
  font-size: 16px;
  border-left: 4px #0048b3 solid;
  border-top: 1px #f7f7f7 solid;
  border-right: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
}

h1,
h2,
h3 {
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 1px;
}

#contents h2 {
  margin: 0 0 10px 2px;
  padding: 0 10px;
  font-size: 14px;
  color: #2a76e8;
  border-left: 4px #2a76e8 solid;
}

#contents h3 {
  margin: 10px 0 10px 1px;
  padding: 4px 0 4px 10px;
  font-size: 14px;
  color: #1b6018;
  border-bottom: 1px dotted #1b6018;
  border-left: 3px solid #1b6018;
}

#contents h4 {
  color: #027eac;
  font-weight: bold;
  font-size: 14px;
}

#contents h5 {
  font-weight: bold;
  font-size: 12px;
  margin: 2px 0;
}

.margin {
  margin-left: 1em;
}

.pickup_t {
  font-size: 14px;
  font-weight: bold;
  color: #0048b3;
}

ul.margin_li li {
  margin-bottom: 1.5em !important;
}

ul.project-list {
  & li {
    background: initial !important;
    border: none !important;
  }
}

ol.project-list {
  & li {
    background: initial !important;
    border: none !important;
  }
}
