@charset "utf-8";

.cf:before,
.cf:after {
  display: table;content: '';
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
}
header {
	background: url(../../img/bg_header.gif) repeat-x;
	height: 180px;
	color: #ffffff;
}
header a {
	color: #ffffff;
}
header .inner {
	width: 960px;
	margin: 0 auto;
}
header .inner h1 {
	margin: 0;
	float: left;
	line-height: 0;
}
header .inner h2 {
	margin: 75px 0 0 20px;
	float: left;
}
header .inner .right {
	float: right;
	text-align: right;
}
header .inner .right ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px 0 0 30px;
}
header .inner .right ul li:hover {
	text-decoration: underline;
	color:#ffff99;
}
header .inner .right ul li:first-child {
	margin-left: 0;
}
header .inner .right address {
	font-style: normal;
	font-size: 13px;
	margin-top: 25px;
}
header .inner nav {
	clear: both;
}
header .inner nav ul {
	letter-spacing: -0.4em;
	background: #00a537;
	width: 960px;
	display: table;
}
header .inner nav ul li {
	letter-spacing:normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	border: 2px solid #055921;
	margin-left: 1px;
	line-height: 1;
	height: 42px;
}
header .inner nav ul li:first-child {
	margin-left: 0;
}
header .inner nav ul li a {
	display: block;
	width: 235px;
	background: url(../../img/bg_off.gif) repeat-x;
	padding: 14px 0 14px;
	*padding: 10px 0 8px;
}
header .inner nav ul li a:hover {
	background: url(../../img/bg_on.gif) repeat-x;	
}
main {
	width: 960px;
	margin: 0 auto;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
}
.main_head img {
	vertical-align: bottom;
}
#content_wrap {
	width: 960px;
	margin: 0 auto;
	color: #0d6e2d;
	padding-bottom: 30px;
}
section {
	margin-bottom: 50px;
}
section h2 {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	padding:15px 0 15px 20px;
	background: #0d6e2d;
	*position: relative;
}
#reservation table {
	width: 960px;
	text-align: center;
	font-size: 13px;
	color: #0d6e2d;
}
#reservation table th {
	padding: 10px 0;
}
#reservation table tr {
	border-bottom: 1px dotted;
}
#reservation table tr:first-child {
	font-weight: bold;
	border-bottom: 0;
	font-size: 14px;
	background: #dbe9e0;
}

#room div {
	background: #dbe9e0;
	margin-top: 20px;
	border-top: 1px solid #0d6e2d;
	border-bottom: 1px solid #0d6e2d;
}
#room h2 + div {
	margin-top: 0;
}
#room img {
	float: left;
	clear: both;
}
#room dl {
	float: left;
	width: 475px;
	margin: 20px 0 0 20px;
	color: #0d6e2d;
}
#room dl dt {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid;
	margin-bottom: 15px;
}
#room dl dd {
	margin-bottom: 20px;
}
#room dl dd span {
	color: #cc0000;
}
#access .access_txt {
    margin-left: 20px;
}
#access .access_txt dl {
	width: 920px;
}
#access .access_txt dl:first-child {
	margin-bottom: 30px;	
}
#access .access_txt dt {
	font-weight: bold;
	margin-bottom: 10px;	
}
#access .access_txt dd {
	font-size: 13px;
	margin-bottom: 5px;
}
#restaurant h2 {
	margin-bottom: 10px;
}
#restaurant div {
	float: left;
	width: 460px;
	margin-left: 10px;
}
#restaurant h2 + div {
	margin-left: 20px;
}
#restaurant div img {
	float: left;
	clear: both;
}
#restaurant div dl {
	float: left;
	width: 250px;
	margin: 0 0 0 15px;
}
#restaurant div dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#restaurant div dd {
	font-size: 13px;
	margin-bottom: 10px;
}

footer {
	background: url(../../img/bg_footer.gif) repeat-x;
	color: #ffffff;
	padding: 30px 0 20px;
	*margin-top: 50px;
}
footer div {
	width: 920px;
	margin: 0 auto;
	text-align: center;
}
footer div ul {
	margin-bottom: 24px;
}
footer div ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 1px solid;
	padding: 0 5px;
}
footer div ul li:first-child {
	border-left: none;
}
footer div ul li a {
	color: #ffffff;
}

footer div p {
	margin:10px 0;
}
