@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;
	}
	
#premium {
	text-align: left;
	width: 480px;
	color: #666666;
	float: right;
	background-color: #FFFFCC;
	padding: 5px;
	margin-right: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-size: 12px;
	margin-top: 10px;
	}
