@charset "UTF-8";

h2 {
	margin-bottom: 30px;
}
h4 {
	margin-top: 40px;
	margin-bottom: 15px;
}
h5{
	font-size: 130%;
	margin-bottom: 10px;
	color: rgb(102,102,51);
}

section{
	width: 790px;
	margin-bottom: 10px;
}

#photoBox{
	width: 790px;
	height: 350px;
}
#mainPhoto {
	float: left;
}
#miniPhoto {
	float: right;
}
#miniPhoto li {
	margin-left: 10px;
	margin-bottom: 10px;
}

table,tr,th,td{
	border: 1px solid #CCC;
}
table{
	margin-bottom: 10px;
}
tr{
	height: 35px;
}
th{
	background-color: rgb(234,244,245);
}
td{
	padding-left: 20px;
}

#plan{
	width: 790px;
	height: 544px;
}
#floor{
	float: left;
}
#roomSize{
	float: right;
	margin-top: 470px;
}
#tools{
	margin-bottom: 10px;
}
