@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/room/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
.lay1 {
	padding-top: 40px;
	background-image: url(../../images/room/roten/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.lay2,
.lay3 {
	padding-top: 40px;
}
.lay1 .col1,
.lay2 .col1{
	width: 500px;
	float: left;
	background-image: url(../../images/room/index/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right 300px;
}
.lay1 .col1 h4,
.lay2 .col1 h4,
.lay3 h4{
	font-weight: bold;
	color: #680032;
}
.lay1 .col1 table {}
.lay1 .col1 table th,
.lay1 .col1 table td,
.lay2 .col1 table th,
.lay2 .col1 table td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.lay1 .col1 table th,
.lay2 .col1 table th{
	font-weight: bold;
}
.lay1 .col1 table td {}
.lay1 .col2,
.lay2 .col2{
	width: 210px;
	float: right;
}
.lay1 .col1 ul,
.lay2 .col1 ul{
	height: 50px;
	width: 500px;
}
.lay1 .col1 ul li,
.lay2 .col1 ul li{
	float: left;
	margin-right: 10px;
}
.lay1 .col2 h4,
.lay2 .col2 h4 {
	font-weight: bold;
	color: #7A6C43;
	margin-bottom: 10px;
}
.lay1 .col2 h4 span,
.lay2 .col2 h4 span,
.lay3 h4 span{
	font-weight: normal;
	color: #666666;
}
.lay1 .col2 .inner,
.lay2 .col2 .inner {
	background-color: #F6F5F2;
	padding: 20px;
}
.lay1 .col2 .inner2,
.lay2 .col2 .inner2,
.lay3 .inner2 {
	background-color: #EBE9E3;
	padding: 20px;
}
.lay1 .col2 .inner2 p,
.lay2 .col2 .inner2 p,
{
	line-height: 160%;
}


