@charset "utf-8";



table#table-01 {

    border: 1px #E3E3E3 solid;

    border-collapse: collapse;

    border-spacing: 0;

	width:220px;

	font-size:100%;

}



table#table-01 th {

    padding: 5px;

    border: #E3E3E3 solid;

    border-width: 0 0 1px 1px;

    background: #F5F5F5;

    font-weight: bold;

    line-height: 120%;

    text-align: center;

}

table#table-01 td {

    padding: 5px;

    border: 1px #E3E3E3 solid;

    border-width: 0 0 1px 1px;

    text-align: center;

}

.al_right{
	text-align:right;
}

.ti_none{
	text-indent:0em !important;
}





