@charset "utf-8";

@import "../framework.css";

/********** 本文続き **********/

#content table {
 width: 650px;
 margin-left: auto;
 margin-right: auto;
 border-collapse: collapse;
}

#content td {
 font-size: 0.9em;
 padding: 7px;
 line-height: 1.5em;
}

.col_w {
 width: 5em;
 vertical-align: top;
}
