/*施設案内用css */

/*施設案内トップ用css */
.faci_top{
    width:740px;
	font-size:80%;
	background-color:#ECE9D7;
	padding:5px;
	margin: 0px 0px 0px 0px
	clear:both;
}
.facilities{
   float:left;
   width:230px;
    padding:5px 5px 5px 5px;
   margin: 5px 0 0 0;
   border: 1px dotted #CCCCCC;
   color: #666666;
}
.facilities p{
   padding:5px;
   margin:0px;
}
.floor{
   width:480px;
   hight:225px;
   padding:0px;
   margin: 25px 0px 0px 255px;
   background-color:#ECE9D7;
   
}
/* 見出し用CSS */
.fs_midashi {
    background-color: #ffffff;
	background-image: url(../facilities/img/facility.gif);
	background-repeat: no-repeat;
	position: top center;
	height:50px;
	width: 495px;
	padding:0px;
	margin: 0px 0px 5px;
	border-bottom: solid 0px #CC9966;
}
/* 仕切り線用CSS */
.border{
border-bottom:dotted 0px #CCCCCC;
width:490px;
}
/* 施設それぞれ用CSS */
.faci_each{
width:490px;
clear:both;
border: solid 0px #CC9966;
}
.faci_each h3 {
    color:#333333;
    font-family:  "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align:left;
	width: 488px;
	margin:0px;
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
}
/* 施設・本館雲松庵用CSS */
.faci_img{
    clear:both;
    width:488px;
    padding:0px;
    margin:10px 0px 0px 0px;
	font-size:70%;
 }
.faci_img1{
    float:left;
    width:238px;
    padding:0px;
    margin: 0px;
    color: #333333;
}
.faci_img2{
    width:238px;
    padding:0px;
    margin: 0px 0px 0px 247px;
    color: #333333;
}

.to_each a{
    background-image: url(../facilities/img/to_room1.gif);
	background-position:top center;
	background-repeat: no-repeat;
	width:200px;
	height:30px;
	margin: 20px 0px 0px 20px;
	display:block;
}
.to_each a:hover{
    background-image: url(../facilities/img/to_room2.gif);
	background-position:top center;
	background-repeat: no-repeat;
    width:200px;
	height:30px;
	margin: 20px 0px 0px 20px;
	display:block;
}
.to_each span{
    display: none;
}
/* 施設お風呂用CSS */

.to_bath a{
    background-image: url(../facilities/img/to_bath1.gif);
	background-position:top center;
	background-repeat: no-repeat;
	width:200px;
	height:30px;
	margin: 20px 0px 0px 20px;
	display:block;
}
.to_bath a:hover{
    background-image: url(../facilities/img/to_bath2.gif);
	background-position:top center;
	background-repeat: no-repeat;
    width:200px;
	height:30px;
	margin: 20px 0px 0px 20px;
	display:block;
}
.to_bath span{
    display: none;
}
.fs_midashi2 {

    background-color: #ffffff;
	background-image: url(../facilities/img/meals.gif);
	background-repeat: no-repeat;
	position: top center;
	height:40px;
	width: 495px;
	padding:0px;
	margin: 0px 0px 5px;
	border-bottom: solid 0px #CC9966;
}
