/* ---------------------------------------------------
dinosaur.html
--------------------------------------------------- */
#base{
	margin: 0px;
	padding-top: 10px;
	width: 735px;
}

#return{
	padding-top: 10px;
	text-align: right;
}

/* ---------------------------------------------------
contents_01
--------------------------------------------------- */
#contents_01{
	margin: 0px;
	padding: 10px 0 0 10px;
	width: 735px;
}

#contents_01 .middle{
	margin: 0px;
	padding-top: 10px;
	padding-left: 23px;
	background-image: url(/customer/static2/img/dinosaur/middle.gif);
	background-repeat: repeat-y;
}

#contents_01 .middle .other{
	padding: 10px 0 0 10px;
	font-size: 95%;
	line-height: 150%;
}

#contents_01 .middle .tit{
	padding: 20px 10px 0 10px;
	color: #990000;
	font-weight: bold;
	font-size: 110%;
}

#contents_01 .middle .sample{
	float: left;
	padding: 5px 10px;
}

#contents_01 .bottom{
	vertical-align: top;
}

#contents_01 p{
	padding: 0px;
	font-size: 110%;
	line-height: 150%;
}

#contents_01 .course{
	width: 670px;
	padding: 10px 0;
}

#contents_01 .course table{
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#contents_01 .course table th{
	width: 150px;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	color: #330000;
	background-color: #f5f5dc;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
}

#contents_01 .course table td{
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	padding: 5px;
}

#contents_01 .reserve{
	width: 670px;
	padding: 10px 0;
}

#contents_01 .reserve table{
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#contents_01 .reserve table th{
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	color: #330000;
	background-color: #f5f5dc;
	padding: 3px;
	white-space: nowrap;
	text-align: left;
}

#contents_01 .reserve table td{
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	padding: 3px;
}

#contents_01 .reserve table .bg{
	background-color: #f5f5f5;
}

#contents_01 .reserve table .ind{
	text-align: center;
}

#contents_01 .reserve table .ward{
	width: 130px;
	text-align: center;
}

#contents_01 .reserve table .price {
	width: 130px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

#contents_01 .reserve table .s_price {
	width: 130px;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#contents_01 .reserve table .set{
	width: 70px;
	text-align: center;
}

