/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 2em;
  color: #000000;
  font-size: 13px;
  background: #DFECFF;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #0086FF;
  text-decoration: none;
}

.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
  .clearfix-r:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

/********** body ********* */
body {
  font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
}

/********** wrapper ********* */
#wrapper, .wrapper {
  width: 960px;
  margin: 0 auto; }
#wrapper {
  box-shadow: 0 0 10px #999999;
}
/********** header ********* */
header {
  background: url(../images/header_bg.png) no-repeat;
  height: 245px;
  box-shadow: 0 3px 5px #999999;
  position: relative;
}
header h1 {
  width: 560px;
  height: 245px;
  background: url(../images/header_title.png) no-repeat 20px 7px;
}
header ul.info {
  position: absolute;
  top: 5px;
  right: 25px;
  background: url(../images/info.png) no-repeat;
  height: 20px;
}
header ul.info li {
  display: inline-block;
  width: 78px;
}
header ul.info li a {
  display: block;
  width: 100%;
  height: 20px;
}
/* ******** main ********* */
main {
  display: block;
  overflow: hidden;
  background: #fff;
}
/* ******** aside ******** */
aside {
  background: url(../images/aside_bg.png);
  width: 202px;
  float: left;
  padding: 15px 14px 99999px 14px;
  margin-bottom: -99999px
}
aside nav {
  margin-bottom: 20px;
}
aside nav ul li {
  background: url(../images/navi.png) no-repeat;
  width: 202px;
  height: 40px;
}
aside nav ul li:nth-child(2) {
  background-position: 0 -40px;
}
aside nav ul li:nth-child(3) {
  background-position: 0 -80px;
}
aside nav ul li:nth-child(4) {
  background-position: 0 -120px;
}
aside nav ul li:nth-child(5) {
  background-position: 0 -160px;
}
aside nav ul li:nth-child(6) {
  background-position: 0 -200px;
}
aside nav ul li:nth-child(7) {
  background-position: 0 -240px;
}
aside nav ul li a {
  display: block;
  width: 202px;
  height: 100%;
}
aside nav ul li:hover {
  background-image: url(../images/navi_hover.png);
}
aside ul.bnr {
  margin-bottom: 20px;
}
aside ul.bnr li {
  width: 200px;
  height: 45px;
  margin-bottom: 5px;
}
aside ul.bnr li:first-child {
  height: 60px;
  margin-bottom: 10px;
  background: url(../images/recruit.png) no-repeat;
}
aside ul.bnr li:nth-child(2){
  background: url(../images/bnr1.png) no-repeat;
}
aside ul.bnr li:nth-child(3){
  background: url(../images/bnr2.png) no-repeat;
}
aside ul.bnr li:nth-child(4){
  background: url(../images/bnr3.png) no-repeat;
}

aside ul.bnr li a {
  display: block;
  height: 100%;
  width: 100%;
}
/********** article ********* */
article {
  background: #fff;
  width: 700px;
  margin-left: 230px;
  padding: 15px;
}
article .breadcrumb ul {
  margin: -5px 0 3px;
}
article .breadcrumb ul li {
  display: inline-block;
}
article .breadcrumb ul li:before {
  content: ">";
  margin-right: 3px;
}
article .breadcrumb ul li:first-child:before {
  content: "";
}
article h2 {
  width: 700px;
  background: url(../images/h2.png) no-repeat;
  height: 80px;
  line-height: 80px;
  color: #202DB0;
  padding-left: 20px;
  font-size: 19px;
  margin-bottom: 15px;
}
article h3 {
  width: 700px;
  background: url(../images/h3.png) no-repeat;
  height: 37px;
  line-height: 37px;
  color: #fff;
  padding-left: 30px;
  font-size: 17px;
  position: relative;
  margin-bottom: 15px;
}
article h4 {
  color: #0085FF;
  font-size: 18px;
  border-bottom: 3px solid #0085FF;
  margin-bottom: 5px;
}
article h5 {
  font-weight: bold;
  font-size: 15px;
  border-left: 8px solid #0085FF;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
}
article.top h2 {
  width: 700px;
  background: url(../images/h3.png) no-repeat;
  height: 37px;
  line-height: 37px;
  color: #fff;
  padding-left: 30px;
  font-size: 17px;
  position: relative;
  margin-bottom: 15px;
}
article.top h2 a {
  font-size: 13px; 
  color: #fff;
  background: url(../images/archive_arrow.png) no-repeat left center;
  padding-left: 13px;
  position: absolute;
  right: 40px;
}
article p {
  padding: 0 10px;
  margin-bottom: 20px;
}
article p span.center {
  display: block;
  text-align: center;
  font-weight: bold;
}
article p img.right {
  float: right;
  margin: 0 0 15px 15px;
}
article dl.topics dt {
  background: url(../images/topics_icon.png) no-repeat left center;
  padding: 0 0 0 15px;
  color: #878787;
  font-weight: bold;
}
article dl.topics dt span {
  color: #000;
}
article dl.topics dd {
  padding-left: 15px;
  color: #0086FF;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

article #bio {
  margin-bottom: 20px;
  margin-left: 10px;
}
article #bio dl {
  width: 480px;
  padding-right: 20px;
}
article #bio dl dt {
  float: left;  
}
article #bio dl dd {
  margin-left: 90px;
}

article ul.publication {
  font-family: "Times New Roman";
}
article ul.publication li {
  margin-bottom: 10px;
  line-height: 1.8em;
}
article ul.publication li span.journal {
  font-weight: bold;
  font-style: italic;
}
article ul.publication li span.suzuki {
  font-weight: bold;
  text-decoration: underline;
}
article ul.publication li span.italic {
  font-style: italic;
}
article #map {
  height: 450px;
  width: 100%;
}

/********** footer ********* */
footer {
  text-align: center;
}
footer nav {
  background: #dddddd;
  height: 30px;
  line-height: 30px;
}
footer nav ul li {
  display: inline-block;
  height: 15px; 
  line-height: 15px;
  padding: 0 5px;
  border-left: 1px solid #000;
}
footer nav ul li:last-child {
  border-right: 1px solid #000;
}
footer nav ul li a {
  color: #000;
}
footer p.copyright {
  color: #fff;
  background: #2432C0;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}
