div.room {
	width: 800px;
	height:560px;
}
div.room h1.h1_bar1 {
	background-image: url(../images/title_bar11.png);
	background-position: 0em;
	background-repeat: repeat-x;
	margin: 0 0 0.5em 0;
	padding: 0.6em 0 0.6em 1.5em;
	font-weight:bolder;
	color: #FFFFFF;
	width: 97%;
	margin: 0 0 1em 0;
	text-align: left;
	line-height:200%;
	font-size: 1.3em;
}
div.room div.lbox {
	float:left;
	width: 50%;
	margin: 0.5em 0 1em 0;
	background-color: #FFFFFF;
	text-align: center;
}
div.room div.rbox {
	float:right;
	width: 50%;
	margin: -0.5em 0 1em 0;
}
div.room div.note {
	margin: 0 auto;
	background-color: #F5F5E1;
	width: 100%;
	height:520px;
}
div.room div.note h2 {
	padding: 0.5em 0;
	background-color: #5A783C;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}
div.room div.note p {
	padding: 0.5em;
	text-align: left;
}
div.room div.note p.line_c {
	padding: 0.5em;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.1em;
	color: #5A783C;
}
div.room div.note img {
	padding: 0.3em;
	display: block;
}
div.room hr.hrc {
	text-align: center;
	width: 98%;
	color: #5A783C;
	clear: both;
}

