@charset "UTF-8";
   
* {
  border:0;
  margin:0;
  padding:0;
  line-height:1.5em;
  font-weight:normal;
  font-style:normal;
  }
body {
  background-color:#FFFFFF;
  background-image:url(../images/seamlesstexture29_1200.jpg); 
  }
h1,h2,h3,p {
  text-align:center; 
  margin:auto;
  text-align:left;
  font-family:"ヒラギノ明朝Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","TakaoPMincho","IPAPMincho",serif;
  }
h1,h2,h3 {
  font-weight:bold;
  }
h1 {
  position:relative;
  background:#555;
  color:#fff;
  background-image: -webkit-linear-gradient(#111, #666);
  background-image: -moz-linear-gradient(#111, #666);
  background-image: -o-linear-gradient(#111, #666);
  background-image: -ms-linear-gradient(#111, #666);
  background-image: linear-gradient(#111, #666);
  font-size:20px;
  line-height:1;
  margin:20px 30px 10px -40px;
  padding:15px 5px 10px 40px;
  border-radius:0px 18px 18px 0px;
}
h1:after {
  content:"";
  position:absolute;
  top:100%;
  height:0;
  width:0;
  border:5px solid transparent;
  border-top:5px solid #777;
}
h1:after {
  left:0;
  border-right:5px solid #777;
}
h2 {
  font-size:16px;
  background:#fff;
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-left:4px solid #bbb;
  border-right:4px solid #bbb;
  border-radius:7px;
  margin 50px 50px 0 0;
  padding: 5px 0 5px 10px;
  background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
  -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
  behavior: url(../PIE.htc);  /* ie */
}
h3.news {
  font-size:16px;
  border-bottom:4px solid #191970;
  padding-bottom:5px;
  padding-top:15px;
  margin-bottom:5px;
  }
  h3.news span {
    display:block;
    padding-top:.2em;
    font-size:80%;
    font-family:"Copperplate Gothic Light",Impact,sans-serif;
    color: #808080;
  }

p.norm {
  font-size:16px;
  margin-top:15px;
  margin-bottom:5px;
  }
p small {　
  font-size:13px;
  }
p.last {
  margin-bottom:15px;
}
a.normal {
  text-decoration:none;
  border-bottom:1px dotted;
}
a:link { color:#3d7eeb }
a:visited { color:#ff5bb6 }
a:hover { color:#000080 }
a:active { color:#ffe846 }

#main {
  background-color:#FFFFFF;
  width:950px;
  margin:auto;
  border:1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2), 1px 1px 0px rgba(255,255,255,.9) inset;
}
#descri {
  width:560px;
  padding:10px 10px 30px 30px; 
  float:left;
}
#rfigs {
  width:300px;
  margin:90px 10px 30px 30px;
  float:right;
<!--  clear:both; -->
}
#menu {
  max-width:850px;
  width:90%;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  font-family:Copperplate,Impact,sans-serif;
  clear:both;
}
#menu li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  margin-bottom:5px;
  text-align:center;
}
#menu li a {
  width:auto;
  color:#fff;
  font-size:14px;
<!--  font-weight:bold; -->
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#666;
  background-image: -moz-linear-gradient(top, #555 0%, #444 40%, #333 60%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.40, #444), color-stop(0.60, #333), color-stop(1, #444));
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li:first-child a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li:last-child a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#menu li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #888 0%, #777 40%, #666 60%, #777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.40, #777), color-stop(0.60, #666), color-stop(1, #777));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
             -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}
#inst, #mem {
  font-family:"ヒラギノ明朝Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","TakaoPMincho","IPAPMincho",serif;
}
#inst {
  font-weight:bold;
  font-size:18px;
  margin-left:50px;
  border: 1px solid #ccc;padding: 0;
  width: 550px;
  border-top:2px solid #84b2e0;
  border-bottom:2px solid #f1f6fc;
}
#inst li {
  background: #eee;
  list-style-image:none;
  padding: 5px 10px 0 10px;
  list-style: inside none;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#6495ed));/* webkit */
  background: -moz-linear-gradient(top,  #eee,  #ddd);/* ff */
  -pie-background:linear-gradient(top,  #eee,  #ddd);/* ie */
  behavior: url(../PIE.htc);  /* ie */
  border-top:2px solid #f1f6fc;
  border-bottom:2px solid #84b2e0;
}
#mem {
  margin-left:80px;
  margin-bottom:10px;
  border: 1px solid #ccc;padding: 0;
  border-bottom: 0 none;
  width: 500px;
}
#mem li {
  background: #eee;
  list-style-image:none;
  padding: 5px 10px 0 10px;
  border-bottom: 1px #ccc solid;
  border-top: 1px #fff solid;
  list-style: inside none;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));/* webkit */
  background: -moz-linear-gradient(top,  #eee,  #ddd);/* ff */
  -pie-background:linear-gradient(top,  #eee,  #ddd);/* ie */
  behavior: url(../PIE.htc);  /* ie */
}
