@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;
}
