@charset "utf-8";

@import "../framework.css";

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

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

#content td {
 border: 1px solid #000000;
 font-size: 0.9em;
 padding: 7px;
}

.col_c {
 background: #DEBC96;
 text-align: center;
}

#content span {
 background-image: url(../../img/cursor.png);
 background-position: right;
 padding-right: 1.5em;
 background-repeat: no-repeat;
}
