@import url("./base.css");
@charset "utf-8";
/* CSS Document */

.room_right{
	margin-top:15px;
	background:url(../images/room/room_back_right.gif) center bottom no-repeat;
	height:210px;
}
.room_left{
	margin-top:15px;
	background:url(../images/room/room_back_left.gif) center bottom no-repeat;
	height:210px;
}
.photo_right{
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.photo_left{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}
