@charset "UTF-8";
@import url("init.css");

* {
 color: #ac8059;
}

body {
 background: #151f06 url("../pix/background.jpg");
 background-position: center top;
 text-align: center;
}

hr {
 border: 0;
 background: url("../pix/hr-background.jpg") no-repeat;
 width: 576px;
 height: 9px;
 clear: both;
}

#wrapper {
 margin: 0 auto;
 padding-top: 64px;
 padding-bottom: 64px;
 text-align: left;
 width: 576px;
}

#header {
 background: url("../pix/header-background.jpg") no-repeat;
 width: 576px;
 height: 135px;
}

#main {
 background: #151f06 url("../pix/news-background.gif") no-repeat;
 border-bottom: 8px solid #000;
}

#news {
 background: url("../pix/news-title.gif") no-repeat;
 background-position: left top;
 padding-left: 188px;
 padding-top: 19px;
 padding-bottom: 20px;
 border-bottom: 8px solid #000;
}

#news p {
 background: #151f06 url("../pix/main-background.jpg");
 background-position: left top;
 overflow: auto;
 width: 352px;
 height: 160px;
 padding: 4px;
}

#link {
 background: #000;
 width: 556px;
 height: 178px;
 text-align: center;
 padding: 0 10px;
}

#link cite {
 display: block;
 margin-top: 10px;
}

#link dl {
 margin: 0;
 background: #151f06 url("../pix/link-background.jpg") no-repeat;
 width: 178px;
 height: 178px;
 float: left;
}

#link dl.reservation {
 margin: 0 10px;
}

#link dt {
 border-bottom: #000 solid 1px;
 text-align: center;
}

#link dd {
 padding-top: 24px;
 text-align: center;
}

#footer {
 background: url("../pix/footer-background.jpg") no-repeat;
 width: 576px;
 height: 18px;
}


a.modal {
	padding: 5px;
	width: 785px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background: #ffcccc;
	border: #111 3px double;
}

/* モーダルウィンドウ
-----------------------------*/
#MDL_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #333;
	overflow: hidden;
	position: fixed;
	filter: alpha(opacity=80);
	opacity: 0.9;
	z-index: 1000;
}
#MDL_window {
	margin-top: -100px;
	margin-left: -200px;
	top: 30%;
	left: 50%;
	width: 400px;
	height: 340px;
	text-align: left;
	display: none;
	background: #fff;
	border: #ccc 5px solid;
	position: fixed;
	z-index: 1001
}
#MDL_window h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: #ff0000 1px dotted;
}
#MDL_window p {
	padding: 0 10px 20px 30px;
	font-size: 14px;
}

#MDL_window .md_btn {
	width: 100%;
	text-align: center;
	margin: 20px 0 40px 0;
}
#MDL_window .md_btn a {
	margin: 0 5px;
	padding: 5px;
	width: 200px;
	text-align: center;
	display: inline-block;
	background: #07bffe;
	color:#fff;
	border: #111 3px double;
	font-size: 16px;
	text-decoration: none;
}

