﻿@charset "utf-8";

/* room
---------------------------------------------------- */

table {
	width: 950px;
}

table th {
	height: 30px;
	width: 600px;
	text-indent: 15px;
	text-align: left;
	vertical-align: top;
	background: url(../../room/images/h3_bg.png) no-repeat;
	padding:7px 0px 0px 5px;
}
table th h3 {
	font-size: 18px;
}
table td.tex {
	height: 190px;
	vertical-align: top;
	padding-left:30px;
	font-size: 14px;
	line-height: 1.7em
}
table td.space {
	height: 2px;
}

.reds {
	color:red;
}

h3.h3 {
	height: 30px;
	font-size: 18px;
	font-weight:bold;
	padding:7px 0px 0px 20px;
	margin-top:20px;
	background: url(../../room/images/h3_bg.png) no-repeat;
}

p.tex {
	padding-left:30px;
	font-size: 15px;
	line-height: 1.7em
}

div.fl {
	float:left;
	width: 590px;
	padding-left:30px;
	font-size: 15px;
	line-height: 1.7em
}

div.fr {
	float:right;

}

.clear {
	clear:both; 
}  
.clear hr {
	display:none;
}  
