@charset "Shift_JIS";

table#table-02 {
	width: 450px;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid #333333;
	border-width: 1px 0;
	text-align: center;
}

table#table-02 th {
    padding: 5px;
}

table#table-02 td {
    padding: 5px;
    border: solid #333333;
    border-width: 1px 0;
}

table#table-02 colgroup col.type-01 {
    width: 100px;
    background: #FFF8DC;
}

table#table-02 colgroup col.type-02 {
    width: 50px;
    background: #C4E1A6;
}

table#table-02 th#room-01 {
    background: #FFF8DC;
}

table#table-02 th#room-02 {
    background: #C4E1A6;
}

table#table-02 td span.ue { 
	vertical-align: super;
	font-size: 8px;
	color: #666;
	}