@charset "utf-8";
/* 書籍案内 | 東アジア学バーチャルミュージアム */
#container{
  background-color: #E8DECA;
}
#header{
  background-image: url("../images/header_back_title.jpg");
}

/* メイン */
#main{
  width: 900px;
  position: relative;
  margin: 0 auto;
}
#topbox{
  width: 800px;
  margin: 30px auto 10px auto;
}
#box{
  float: right;
  width: 540px;
  margin: 30px 0 50px 0;
  padding-right: 40px;
}
#bottombox{
  width: 900px;
  margin: 20px auto 30px auto;
  text-align: center;
}
#bottombox a{
  font-size: 90%;
}
h1,h2,h3{
  font-weight: bold;
  text-align: left;
}
h1{
  font-size: 120%;
  padding-bottom: 4px;
  border-style: double;
  border-color: #030;
  border-width: 0 0 3px 0;
}
h2{
  font-size: 110%;
  margin: 40px 0 20px 10px;
}
#box p{
  margin: 10px 0 0 0;
  font-size: 90%;
  line-height: 1.5em;
  text-indent: 1em;
  word-break: normal;
  line-break: normal;
}
#box ul{
  margin: 25px 0 30px 35px;
}
#box li{
  line-height: 1.5em;
  font-size: 90%;
}
#box strong{
  margin-right: 10px;
}
.title{
  text-align: center;
}
#imagebox{
  float: left;
  width: 220px;
  margin: 40px 0 0 0;
  padding-left: 50px;
  text-align: center;
}
#imagebox p{
  font-weight: bold;
  margin-top: 10px;
}