@charset "UTF-8";
/* CSS Document */

#table {
	margin-top:25px;
}
table#table-01 {
    width: 980px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #fcfcfc;
    text-align: left;
}
table#table-01 td {
    padding: 20px;
    border: 1px #E3E3E3 dotted;
    border-width: 0 0 1px 1px;
    text-align: left;
	line-height:25px;
}
.text_a {
	font-size:16px;
	margin-top:25px;
	margin-left:10px;
}
.text_b {
	margin-top:13px;
	margin-left:10px;
}