body{
  margin: 0px;
  color: #ffffff;
  background-color: #3c0500;
  /*
  font-family: "ＭＳ Ｐゴシック",Osaka,平成角ゴシック,ヒラギノ角ゴシック,sans-serif;
  */
  font-family: sans-serif;
}
#header{
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: #3c0500;
  position: relative;
}
#topmenu{
  float: right;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 24px;
}
#container{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#title{
  width: 880px;
  height: 90px;
  margin: 15px auto;
  padding: 0px;
  text-align: left;
  background-image: url("../images/title.gif");
  background-repeat: no-repeat;
  background-position: left top;
}
h1{
  margin: 0px;
  padding: 60px 0px 0px 0px;
  text-align: right;
  font-size: 22pt;
  font-weight: normal;
  color: #ffffff;
  font-family: "ＭＳ Ｐゴシック",Osaka,平成角ゴシック,ヒラギノ角ゴシック,sans-serif;
}
#main{
  margin: 0px auto;
  padding: 10px 0px;
  text-align: left;
  border-style: solid;
  border-width: 2px 0px 3px 0px;
  border-color: #7c3c32;
  position: relative;
}
#content{
  width: 880px;
  height: 380px;
  margin: 0px auto;
  padding: 0px;
  background-color: #7c3c32;
  background-image: url("../images/topimage.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.itemtop{
  margin: 0px;
  padding: 45px 0px 0px 15px;
}
.item{
  margin: 0px;
  padding: 15px 0px 0px 15px;
}
#caption{
  width: 880px;
  margin: 0px auto;
  padding: 0px;
  font-size: medium;
  font-weight: normal;
  color: #ffffff;
  text-align: right;
}
.caption{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: small;
}
#footer{
  margin: 0px;
  padding: 0px;
  text-align: left;
}
a{
  font-size: medium;
  font-weight: bold;
}
a.menu_link{
  font-size: x-large;
  font-weight: bold;
}
a.root:link, a.root:visited{
  color: #ddcccc;
}
a.root:hover, a.root:active{
  color: #ffffcc;
  background-color: transparent;
}
.copyright{
  margin: 0px 0px 15px 15px;
  padding: 0px;
  font-size: small;
  font-weight: normal;
  color: #ddcccc;
}
