@charset "utf-8";
/* サイトマップ | 東アジア学バーチャルミュージアム */
#container{
  background-color: #E8DECA;
}
#header{
  background-image: url("../images/header_back_title.jpg");
}

/* メイン */
#main{
  position: relative;
  margin: 0 auto;
}
#topbox{
  width: 500px;
  margin: 30px auto 10px auto;
}
#box{
  width: 500px;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  border-style: double;
  border-color: #030;
  border-width: 0 0 3px 0;
}
#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;
  text-align: center;
}
#box p{
  margin: 10px 0 0 20px;
  font-size: 90%;
  line-height: 1.5em;
  word-break: normal;
  line-break: normal;
}
#box ul{
  margin: 1em 0 15px 30px;
}
#box li{
  line-height: 2em;
  font-size: 90%;
  list-style-type: disc;
}
#box li>ul{
  margin-top: 0;
}
#box strong{
  margin-right: 10px;
}
