@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#e4e0d5;
background:#000 url(images/bgHeader.png) repeat-x 0 0;
}


a{color:#fff;text-decoration:none;}
a:hover{color:#bc9d48;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}
.small{font-size: 11px;}

/*************
全体幅
*************/
#header, #mainimg, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 200px;
}

#header h1,#header h2, #header ul{
position:absolute;
top:3px;
color: #fff;
font-size: 11px;
line-height: 20px;
font-weight: normal;
}

#header h1{
font-weight: normal;
right:0;
}

#header h2{top: 38px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 58px;
right: 0px;
}

#header ul li{
list-style: none;
float:left;
margin-left:4px;
font-size:16px;
}

#header ul a{
display:block;
padding: 2px 30px 0 30px;
line-height:34px;
text-decoration:none;
background:url(images/bg.jpg) repeat-x 0 0;
}

#header a:hover{
background:#000;
}

/*************
トップメインイメージ
*************/
#mainimg{
padding: 0;
margin-bottom: 20px;
background:#000;
position: relative;
height: 320px;
}

<!-- スライドショー -->
#viewer {
    width: 300px;
    height: 300px;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}

/* H2 見出し */
#mainimg h2{
font-size: 18px;
margin: 0 0 15px;
padding: 5px 10px 5px 0;
color: #f8d64c;
background:url(images/line.gif) repeat-x 0 100%;
}


/*************
コンテンツ全体
*************/
#container{
padding: 20px 0 40px;
background:#000;
}

<!-- ギャラリー -->
#gly {
margin: 20px 0 80px 60px;
}

#container .smallimage {
margin: 0 20px 20px 0;
}

#container ul a,#container a:hover{border:0;}

.box{
float: left;
margin-right: 20px;
padding-bottom: 10px;
}

/* 最後のbox */
.last{margin-right:0;}

/* 画像のbox */
.img{
margin:0 50px 30px 0;
}

/* googlemapのbox */
.map{
margin-right:0;
margin-left: 20px;
}

/* H2 見出し */
#container h2{
font-size: 16px;
margin: 0 0 10px;
padding: 5px 10px 5px 0;
color: #f8d64c;
}

/* H3 見出し */
#container h3{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 5px 0;
color: #f8d64c;
background:url(images/line.gif) repeat-x 0 100%;
}

#container ul, .inner ul{margin-left: 5px;}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* 店データ */
dl.mise dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em 0;
  font-size: 14px;
}

dl.mise dd {
  margin-bottom: 0.8em;
  margin-left: 6em;
  font-size: 14px;
}

.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}

.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb50 { margin-bottom: 50px;}

/*************
/* フッター
*************/
#footerLower{
overflow: hidden;
background:#290000 url(images/bg.jpg) repeat-x 0 0;
}

#footerLower .inner{
position:relative;
min-height: 60px;
color: #fff;
font-size:13px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 10px;
padding-bottom: 5px;
}

#footerLower .inner p#contact{right:0;}