@charset "UTF-8";
/* Table*/
table#table-01 {
	margin-left: 20px; 
	margin-top: 10px; 
    width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    width: 120px;
    background: #F5F5F5;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
	text-align:left;
    white-space: nowrap; 
}
table#table-01 td {
    width: 480px;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
}

