@charset "UTF-8";

h2 {
	margin-bottom: 30px;
}
h4 {
	margin-top: 40px;
	margin-bottom: 15px;
}
h6{
	font-size: 120%;
	margin-bottom: 5px;
	color: rgb(214,115,10);
	margin-top: 25px;
}

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

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

#toRoom {
	height: 395px;
	width: 790px;
	padding-bottom: 10px;
}
#toRoom ul li {
	float: left;
}
#nagare{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #B2C8FF;
	height: 50px;
	width: 200px;
	border-radius: 10px;
}
#nagare p{
	font-size: 130%;
	padding-top: 17px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
#here{
	font-size: 80%;
	padding-bottom: 5px;
}
