@charset "utf-8";
body {
	font-size: 12px;
	line-height: 150%;
}
#all {
	margin: 0px auto;
	width: 870px;
}
#layout-header {
	height: 50px;
	padding-top: 50px;
}
#layout-header h1{
	float:left;
}
#layout-navi {
	float: right;
	margin-top: 10px;
}
#layout-header li{
	float:left;
}

#layout-main {}
#layout-footer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #666666;
	text-align: right;
	font-size: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.aline-left {
	text-align: left;
}
.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}

/*----------------------------------------
　　　　共通で使うクラス
-----------------------------------------*/

.aka{ color:#FF0000;}
.ao{
	font-weight: bold;
	color: #0066FF;
}
.yellow{
	color:#CAB602;
	}
.white{
	color:#ffffff;
	}

.small-10{ font-size:10px;}
.kyotyo{
	font-size:12px;
	font-weight:bold;
}
.tensen {
	padding: 10px;
	border: 1px dotted #330000;
}


.hyou{
	margin-bottom:10px;
	border-collapse:collapse;
	}
.hyou td{
	padding:5px;
	border: 1px solid #999999;
	}
.hyou th{
	background-color:#CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	}

.bo_yoyaku a{
	font-weight: bold;
	background: #CCCCCC;
	padding: 5px;
	letter-spacing: 0.2em;
	width: 120px;
	text-align: center;
	border: 1px solid #666666;
	color: #000000;
	text-decoration: none;
	display: block;
}
.bo_yoyaku a:hover{
	font-weight: bold;
	background: #eeeeee;
	padding: 5px;
	letter-spacing: 0.2em;
	width: 120px;
	text-align: center;
	border: 1px solid #666666;
	color: #000000;
	text-decoration: none;
	display: block;
}
.mb-entry .bo_yoyaku{
	margin-left:300px;
	margin-top:10px;
	}
	
/*----------------------------------------
　　　　館内案内
-----------------------------------------*/
#roomnavi{
	background-color:#000000;
	padding:20px 50px;
	text-align: center;
	}
#roomnavi li{
	display: inline;
	width: 80px;
	margin-right: 20px;
}
