@charset "Shift_JIS";

body{
  width: 100%;
  text-align:center;
  margin: 0;
  padding: 0;
}

div.main{
  text-align:left;
  width:780px;
  margin:0px auto;
}

iframe{
  border:none;
}

table{
  width: 780px;
  height 110px;
  border-collapse: collapse;
}

table.header{
  height: 105px;
}

table.contents{
  height: 600px;
}

table.side{
  width: 230px;
}

table.footer{
  text-align:center;
  width:780px;
  margin:20px auto 0px;
}

img{
  border:none;
}

h2{
  background-color: #e6dce6;
  font-size:14px;
  padding: 3px 5px;
  margin-bottom: 10px;
}

div.disp{
  font-size: 12px;
}

div.copyright {
  color:red;
  font-size:12px;
  line-height:18px;
  padding: 10px;
}

ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

li{
  list-style-type:none;
  margin:0;
  padding:0;
  line-height:18px;
  font-size:12px;
  text-indent: 1em;
}
