@charset "utf-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Prime Concept
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	#btn_acess
----------------------------------------------------*/

#access #btn_access{
	width: 950px;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 243px;
}


#access #btn_area{
	width: 478px;
	height: 133px;
	margin: 35px auto 0px;
	overflow: hidden;
}
#access #btn_htsp:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}

#access #btn_area li{
	float: left;
	margin-right: 9px;
}
#access #btn_area .pic_rightside{
	margin-right: 0;
}

/*----------------------------------------------------
	#accmap
----------------------------------------------------*/

#access #acc #accmap{
	margin: 0 auto;
	width: 794px;
	display: block;
}

/*----------------------------------------------------
	#map_box
----------------------------------------------------*/
#access #map_box{
	width: 794px;
	margin: 10px auto 0;
	padding-bottom: 40px;
}

#access #map_box:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}

#access #map_box #main_root{
	float: left;
	width: 438px;
}

#access #map_box #txt_root{
 	margin-top: 10px;
 	float: right;
 	width: 280px;
 	text-align: right;
}

#access #map_box #txt_root strong{
	color: #497208;
}

#access #map_box #txt_root em{
	text-align: left;
}

/*----------------------------------------------------
	#sight
----------------------------------------------------*/

#access #sight #bnr_sight{
	width: 794px;
	display:  block;
	margin: 0 auto 40px;
}

#access #sight .box_sight{
	width: 794px;
	margin: 15px auto 0;
}


#access #sight .box_sight:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}

#access #sight .box_sight h4{
	margin-bottom: 20px;
}

#access #sight .box_sight #gift{
	margin-top: 30px;
}


#access #sight .box_sight .pic_rst{
	float: left;
	width: 220px;
	height: 150px;
	display: block;
}

#access #sight .box_sight .rst_rightbox{
	width: 416px;
	height: 130px;
	margin-right: 131px;
	float: right;

}


#access #sight .box_sight table{
	margin-top: 15px;
	margin-bottom: 15px;
}

#access #sight .box_sight tr{
	width: 31px;
	height: 18px;
}

#access #sight .box_sight td{
	padding-bottom: 10px;
	padding-left: 8px;
}

#access #sight .box_sight th{
	padding-bottom: 10px;
}

#access #sight .box_sight .ad{
	margin-top: 5px;
	width: 330px;
}


#access #sight .box_sight p{
	width: 416px;
}

#access #sight .line{
	width: 794px;
	display: block;
	margin: 20px auto 0;
}

/*----------------------------------------------------
	#speak_dog
----------------------------------------------------*/

#access #speak_dog{
	width: 447px;
	display: block;
	margin: 20px auto 0;
	padding-bottom: 40px;

}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
/*
*:first-child+html {}


*/
/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
*html #access #add dl {
	zoom:1;
}
