@charset "utf-8";

@import "../../css/base.css";

@import "../../css/second.css";
/* 各ページ毎に高さ調整のこと！ */
#twinrows                 {
	height: 1200px;
}

/* 各ページ毎に背景変更のこと！ROOMは画像なし */
#main_frame{
	padding: 0px;
}






/*-- メインコンテンツ内　--*/

#mainconents{
	width: 665px;
	margin-left: 15px;
	padding: 0px;
}

#mainconents img{
	width: 670px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.room_name{
	background-image: url(../images/roomt_back.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 670px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 30px;
	}

.room_name h2{
	font-size: 13px;
	color: #FFFFFF;
	text-indent: 15px;
	margin: 0px;
	vertical-align: middle;
	text-align: justify;
	line-height: 30px;
	font-weight: normal;
}



.room_info{
	width: 600px;
	padding-top: 15px;
	letter-spacing: 2px;
	float: none;
	padding-left: 50px;
	line-height: 2em;
	padding-bottom: 10px;
	}
	


.room3{
	width: 620px;
	padding-top: 15px;
	letter-spacing: 2px;
	float: none;
	padding-left: 60px;
	}
	
	
	
.room3 img{
	float: right;
	padding: 0px;
	margin: 0px;
}
	
.room3 h3{
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 2em;
	color: #000033;
}


.room3  dt{
	font-size: 13px;
	color: #734E00;
	font-weight: 600;
}
.room3 dd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.room3 dl{
	margin-left: 30px;
}



.naka{
	padding-right: 5px;
	padding-left: 5px;
}
	
	
#side-menu
{
	background-image: url(../images/rooms2.png);
	font-size: 12px;
}


#side-menu dl{
	margin-left: 20px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#side-menu dt{
	background-image: url(../../css/img/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#side-menu dd{
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6BC;
	padding-right: 10px;
	padding-left: 25px;
	margin-right: 10px;
	margin-left: 0px;
	letter-spacing: 0px;
	font-size: 11px;
	padding-bottom: 5px;
}




#side-menu a:hover{
	text-decoration: underline;
}

