@charset "utf-8";
/* CSS Document */

/****   初期設定   ****/

*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}




ul,
ol,
li{
	list-style: none none;
}




a:link{
	color: #000000;
}




a:visited{
	color: #000066;
}




a:hover,

a:active{
	color: #28A6A2;
}





body{
	font: "ＭＳ ゴシック", "Osaka－等幅";
	color: #656565;
	line-height: 1.5em;
}






img{
	border: 0px;
	vertical-align: bottom;
}





hr{
	margin: 10px 0;
	border-bottom: 1px solid #1DA6B0;
}





/****   アイテム   ****/

.both10{
	clear: both;
	height: 10px;
}




.red_text{
	color: #A00000;
}



.s_text{
	font-size: 11px;
	line-height: 16px;
}


.ss_text{
	font-size: 10px;
	line-height: 15px;
}



/**** 予約フォーム ****/

form .yoyaku_dai{
	width: 85px;
}




form .yoyaku_syou{
	width: 40px;
}




form #kensaku{
	width: 80px;
}





form span{
	margin-left: 25px;
}



/****     基礎     ****/

#all{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border: #999999 solid;
	border-width: 0 1px;
}






/****  header  ****/

#header{
	height: 126px;
	width: 800px;
}






h1{
	height: 16px;
	width: 780px;
	padding: 4px 10px;
	color: #FFFFFF;
	background: #1DA6B0;
}






#head_main{
	height: 102px;
	width: 800px;
	background: url(../common_images/header_bar.png) repeat-x;
}






#head_logo{
	float: left;
	margin: 25px 0 10px 20px;
}






#head_right{
	float: right;
	width: 254px;
	padding-right: 10px;
	margin: 20px 0;
	text-align: right;
}






#head_right li{
	float: left;
}






#head_right div{
	clear: both;
}





/****  footer  ****/

#footer{
	clear: both;
	height: 175px;
	width: 800px;
}






#foot_menu{
	height: 23px;
	text-align: center;
	background: #E3E3E3;
}






#foot_menu ul{
	height: 18px;
	width: 500px;
	margin: 0 auto;
}






#foot_menu li{
	float: left;
	margin: 4px 6px 0 0;
}






#foot_addres{
	clear: both;
	height: 48px;
	padding-top: 10px;
	text-align: center;
	background: url(../common_images/footer_bar.png) repeat-x;
}






#foot_copy{
	height: 30px;
	margin-top: 2px;
	text-indent: -9999px;
	background: #1DA6B0 url(../common_images/footer_copy.png) center no-repeat;
}






#foot_logo{
	height: 69px;
	width: 680px;
	margin: 10px auto;
}






#foot_logo li{
	float: left;
	margin-right: 20px;
}





/**** ページ共通クラス ****/

.center_text{
	margin-top: 10px;
	text-align: center;
}





/**** 料金＆客室ページ共通 ****/

.price_img{
	float: left;
	margin-left: 18px;
	width: 320px;
	text-align: left;
}





.price_img img{
	margin-bottom: 8px;
}





.roomprice1 div div,
.roomprice2 div div{
	float: left;
	padding: 0px;
}





/**** 施設案内＆会社案内ページ共通 ****/



.recruit_table{
	width: 380px;
	margin: 0 0 10px 10px;
	border-collapse: collapse;
}





.recruit_table th,
.recruit_table td{
	padding: 2px 0;
	border: dashed #333333;
	border-width: 1px 0;
	font-weight: normal;
}





.recruit_table th{
	width: 80px;
	vertical-align: top;
	text-align: left;
}




/**** 予約ボタン ****/

.reservation_bt_price ul{
	width: 190px;
	display: block;
	text-align: right;
	margin-left: auto;
}
.reservation_bt_price ul li{
	width: 90px;
	float: left;
}


.reservation_bt_event{
	float:right;
	width: 90px;
	display: block;
	margin-right: 0;
}

.reservation_bt_event ul li{
	margin-bottom: 10px;
}


.smoking a{
	background-image:url(../common_images/under/reservation_btn.gif);
	display: block;
	height: 23px;
	width: 85px;
	margin-left: 10px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	text-align: left;
}

.smoking a:hover{
	background-image:url(../common_images/under/reservation_btn_on.gif);
	display: block;
	height: 23px;
	width: 85px;
	margin-left: 10px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	text-align: left;
}


.nosmoking a{
	background-image:url(../common_images/under/reservation_btn_no.gif);
	display: block;
	height: 23px;
	width: 85px;
	margin-left: 10px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	text-align: left;
}

.nosmoking a:hover{
	background-image:url(../common_images/under/reservation_btn_no_on.gif);
	display: block;
	height: 23px;
	width: 85px;
	margin-left: 10px;
	margin-bottom: 7px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	text-align: left;
}



.clear{
	clear:both;
}
.clear hr { display:none; }  

