@charset "utf-8";
/* トップページ | 東アジア学バーチャルミュージアム */
#container{
  background-color: #E8DECA;
}
#header{
  height: 250px;
  background-image: url("../images/front_back_title.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #030;
  border-width: 0 0 26px 0;
}
#navi{
  position: absolute;
  top: 254px;
  left: 90px;
}
#navi a{
  color: #fff;
}
#navi a:hover,
#navi a:active{
  color: #ee9;
}
#menu{
  top: 254px;
  right: 80px;
}
#footer{
  height: 60px;
  border-width: 4px 0 26px 0;
}
#box_right{
  float: left;
  width: 180px;
  margin: 50px 0 0 0;
  padding-left: 55px;
  text-align: left;
  border-style: dotted;
  border-color: #030;
  border-width: 0 1px 0 0;
}
#book{
  margin: 0 0 40px 0;
  text-align: center;
}
#book img{
  border: none;
}
#book p{
  margin-top: 10px;
  margin-left: 8px;
  font-weight: bold;
}
#main{
  float: right;
  width: 700px;
  margin: 0;
  padding-right: 30px;
  position: relative;
}

#box{
  float: right;
  width: 420px;
  margin: 30px 0;
  padding-right: 10px;
}
#box ul{
  list-style: none;
}
#c01,
#c02,
#c05{
  margin: 20px 0 20px 0;
}
#c03,
#c04{
}
#box img{
  border-style: none;
}
/* メニュー, サイド*/
#box_side{
  float: left;
  width: 240px;
  margin: 25px 0 0 0;
  padding-left: 5px;
}
#box_side ul{
  list-style: none;
  text-align: left;
}
#box_side li{
  margin: 15px 0 0 15px;
}
#box_side a{
  font-size: 100%;
  font-weight: bold;
}

#about_this{
  margin: 40px 0 30px 0;
  padding: 10px;
  border-style: solid;
  border-color: #030;
  border-width: 1px;
}
#about_this h2{
  font-size: 100%;
  font-weight bold;
  text-align: center;
  margin: 5px 0 10px 0;
  padding-bottom: 2px;
  border-style: solid;
  border-color: #030;
  border-width: 0 0 1px 0;
}
#about_this p{
  font-size: 90%;
  line-height: 1.5em;
  text-indent: 1em;
}
