@charset "utf-8";
/* 利用規約・お問い合わせ | 東アジア学バーチャルミュージアム */
#container{
  background-color: #E8DECA;
}
#header{
  background-image: url("../images/header_back_title.jpg");
}

/* メイン */
#main{
  position: relative;
  margin: 0 auto;
}
#topbox{
  width: 600px;
  margin: 30px auto 10px auto;
}
#box{
  width: 800px;
  margin: 0 auto 50px auto;
  
}
#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 0;
}
.title{
  text-align: center;
}
table{
  width: 600px;
  margin-left: 150px;
}
td{
  padding: 5px;
}
