@charset "UTF-8";
/* CSS Document */
h2#tit_img {
	background: url(../plan/images/tit_h2_stay_plan.jpg) no-repeat;
}
h3#plan {
	background: url(../plan/images/tit_plan.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}

/* plan composition */
span.plan_name {
	padding: 0.1em 0.4em;
	margin-right: 0.4em;
	background-color: #6699CC;
	color: #FFFFFF;
}
table.plan_data {
	width: 368px;
	border-collapse: collapse;
}
table.plan_data th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 5px 8px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	text-align: left;
}
table.plan_data td {
	padding: 5px 8px;
	border: 1px solid #CCCCCC;
}
img.plan_image {
	float: left;
	margin-right: 10px;
}