
@charset "utf-8";

table {
  margin:50px auto;
  width: 800px;
}

.headtopline {
    border-top: 1px solid #476d95;
}

.headtopline_r {
    border-top: 1px dotted #96a8bb;
}

.bottomline {
    border-bottom: 1px solid #476d95;
}

.bottomline_r {
    border-bottom: 1px dotted #96a8bb;
}

#main_in td {
    padding: 10px 5px;
}

#main_in th {
  text-align:center;
  width: 130px;
}