/* ---------------------------------------------------
tdr.html
--------------------------------------------------- */
#tdr{
	margin: 0;
	padding: 0 10px;
}

#tdr a:link {
	color: #0000ff;
	text-decoration: underline;
}

#tdr a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#tdr a:hover {
	color: #bb0000;
	text-decoration: none;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.va-top{
	vertical-align: top;
}

.return{
	text-align: right;
	padding: 5px 25px 0 0;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#detail_top{
	width: 735px;
	height: 40px;
	margin-top: 20px;
	background-image: url(/customer/static2/img/tdr/top.gif);
	background-repeat: no-repeat;
}

#detail_top h3{
	margin: 0px;
	padding: 8px 0 0 15px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#detail_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static2/img/tdr/middle.gif);
	background-repeat: repeat-y;
}

#detail_middle p{
	padding: 0 15px 15px 15px;
	line-height: 140%;
}

#detail_middle ul{
	margin: 0;
	padding: 0 0 0 15px;
}

#detail_middle ul li{
	list-style-type: none;
}

#detail_middle ul li ul{
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 140%;
}

#detail_middle ul li ul li{
	list-style-type: disc;
}

/* ---------------------------------------------------
reserve01,reserve02
--------------------------------------------------- */
#reserve01{
	width: 700px;
	margin: 10px 0 5px 17px;
}

#reserve01 table{
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#reserve01 table th{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.2em 1em;
	text-align: center;
	white-space: nowrap;
}

#reserve01 table td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 0.5em;
	line-height: 140%;
	text-align: left;
}

#reserve01 table .course{
	color: #993399;
	background-color: #fafad2;
	font-size: 110%;
}

#reserve01 table .time01{
	vertical-align: top;
	color: #fa8072;
	background-color: #ffe4e1;
}

#reserve01 table .time02{
	vertical-align: top;
	color: #555555;
	background-color: #cccccc;
}

#reserve01 table .price{
	color: #ff0000;
	white-space: nowrap;
	text-align: right;
}

#detail_middle #reserve01 p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

#reserve02{
	width: 700px;
	margin: 10px 0 5px 17px;
}

#reserve02 table{
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#reserve02 table th{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.2em 1em;
	text-align: center;
	white-space: nowrap;
}

#reserve02 table td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 0.5em;
	line-height: 140%;
	text-align: left;
}

#reserve02 table .course{
	color: #993399;
	background-color: #fafad2;
	font-size: 110%;
}

#reserve02 table .time01{
	vertical-align: top;
	color: #fa8072;
	background-color: #ffe4e1;
}

#reserve02 table .time02{
	vertical-align: top;
	color: #555555;
	background-color: #cccccc;
}

#reserve02 table .price{
	color: #ff0000;
	white-space: nowrap;
	text-align: right;
}

#detail_middle #reserve02 p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

/* ---------------------------------------------------
hotel
--------------------------------------------------- */
#hotel{
	width: 700px;
	margin: 10px 0 5px 17px;
}

#hotel table{
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#hotel table th{
	width: 280px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.2em 1em;
	text-align: center;
	white-space: nowrap;
}

#hotel table td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 0.5em;
	line-height: 140%;
	text-align: left;
}

#hotel table .name{
	vertical-align: middle;
	color: #993399;
	background-color: #fafad2;
}

#detail_middle #hotel p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

