@charset "utf-8";

table.stay_plan_base{
	background-color:#999;
	margin:0 auto;
}
table.stay_plan_base caption{
	background-color:#666;
	color:#FFF;
	font-size:14px;
	line-height:100%;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
}
table.stay_plan_base tr th{
	background-color:#333;
	color:#FFF;
	font-size:12px;
	line-height:100%;
	padding:5px 10px;
	text-align:left;
}
table.stay_plan_base tr td{
	background-color:#FFF;
	color:#F33;
	font-size:12px;
	line-height:100%;
	padding:5px 10px;
	font-weight:bold;
	text-align:right;
}

table.stay_plan_couple{
	background-color:#FC9;
	margin:0 auto;
}
table.stay_plan_couple caption{
	background-color:#F90;
	color:#FFF;
	font-size:14px;
	line-height:100%;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
}
table.stay_plan_couple tr th{
	background-color:#F60;
	color:#FFF;
	font-size:12px;
	line-height:100%;
	padding:5px 10px;
	text-align:left;
}
table.stay_plan_couple tr td{
	background-color:#FFF;
	color:#F33;
	font-size:12px;
	line-height:100%;
	padding:5px 10px;
	font-weight:bold;
	text-align:right;
}

img.float_left{
	margin-right:5px;
}
img.float_right{
	margin-left:5px;
}
