body {
 background-color: white;
 color: black;
 margin: 20px;
 padding: 0px;
 line-height: 1.5;
font-size: 12pt;
  background-image : url("img/kawachi.jpg");
  background-position:95% 1%;
  background-repeat: no-repeat;
}

h1 {
 margin-top: 1.5em;
 float: left;
}

h2 {
 padding-left: 5px;
 border-left: 5px solid green;
 border-bottom: 1px solid green;
}

.header {
 float: left;
}

.header p {
 clear: left;
 float: left;
}

#navi {
 position: absolute;
 top: 0px;
 left: 20px;
}

.header img {
 float: right;
 padding: 5px;
 backgroun-color: white;
 border-top: 1px #eee solid;
 border-bottom: 1px #ccc solid;
 border-right: 1px #ccc solid;
 border-left: 1px #eee solid;
}

.address, .research {
 clear: both;
}

.address dl dt {
 float: left;
 width: 4em;
}

.research p, 
.papers p,
.society p,
.books p, {
 margin-left: 2em;
}

div dl {
 margin-left: 2em;
}

.papers dd.info {
 margin-bottom: 1em;
}

.footer h2 {
 display: none;
}

.footer ul {
 margin-left: 0px;
}

.footer ul li {
 margin:auto 1em auto 0px;
 display: inline;
}

.footer a img {
 border: none;
}

hr {
 margin: 0px;
 clear: both;
 display: hidden;
 display: none;
}
