.side-area {
    width: 241px;
    float: left;
}

.side-area > .sub-navi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-area > .sub-navi > li {
    text-align: left;
    background: #626262;
    height: 45px;
    border-bottom: 1px solid #6E6E6E;
    color: #eee;
    line-height: 45px;
    font-size: 0.8em;
    padding-left: 20px;
}

.side-area > .sub-navi > li.on {
    color: #F7941D;
}

.side-area > .sub-navi > li.title {
    background: #7EB138;
    color: #fff;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 1.2em;
    padding-left: 0;
}

.side-area > .sub-navi > li.home {
    display:none;
}

.side-area > .sub-navi > hr {
    display:none;
}

.side-banner {
    margin: 20px 0;
}

.content-area {
    width: 920px;
    float:right;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-area > h1 {
    font-size: 1.2em;
    padding: 30px;
    padding-top: 0;
    border-bottom: 1px solid #999;
    text-align: left;
}

.page-title-image {
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}


/* catering */
div.catering-title {
    padding:0px 20px;
    text-align:left;
    height:60px;
    border-top:0;
    border-bottom:0;
    margin-top:20px;
    position:relative;
  }

  div.catering-title div.left-box {
    border:5px solid #c5b8a9;
    border-right:0;
    position:absolute;
    height:100%;
    width:8px;
    top:0;
    left:0;
  }

  div.catering-title div.right-box {
    border:5px solid #c5b8a9;
    border-left:0;
    position:absolute;
    width:8px;
    height:100%;
    top:0;
    right:0;
  }

  div.catering-title h1 {
    display:inline-block;
    margin:0;
    font-size:1.1em;
    text-align:left;
    color:#401000;
  }

  div.catering-title h2 {
    display:inline-block;
    margin:0;
    margin-left:10px;
    font-size:2em;
    color:#b20000;
  }

  div.catering-title span {
    display:block;
    font-size:0.9em;
    width:400px;
    margin-top:5px;
    color:#c5b8a9;
  }

  div.catering-title ul {
    float:right;
    list-style:none;
    font-size:0;
    width:400px;
    text-align:right;
    margin-top:5px;
  }

  div.catering-title ul li {
    display:inline-block;
    text-align:center;
    width:130px;
    height:27px;
    line-height:27px;
    border:1px solid #eee;
    margin-left:-1px;
    margin-top:-1px;
    font-size:14px;
    color:#998166;
    font-weight:bold;
  }

  div.catering-title ul li.on {
    background:#eee;
  }

  table.catering-menu {
    margin-top:40px;
    text-align:left;
    border-top:4px solid #044326;
    /*border-collapse: collapse;*/
  }

  table.catering-menu tr {
    border:0;
    border-bottom: 1px solid #fff;
  }

  table.catering-menu th {
    width:125px;
    text-align:left;
    padding-left:15px;
    background:#eee;
    border:0;
    border-right:3px solid #e7e7e7;
  }

  table.catering-menu th > span {
    display:block;
    color:#006633;
  }

  table.catering-menu td {
    padding:10px;
    border:0;
    border-bottom:2px solid #e7e7e7;
  }

  table.catering-menu td > img {
      width: 100%;
  }

  table.catering-menu td > figure {
    display: inline-block;
    width:120px;
    margin:0 5px 5px 0;
    font-size:0.8em;
    font-weight:700;
    color:#666;
    vertical-align:top;
  }

  table.catering-menu td > figure > img {
    max-width:120px;
    max-height:100px;
  }

  div.catering-information {
    margin:30px auto 0 160px;
    background:url(/images/catering-service.png) no-repeat top 10px left 10px;
    width:450px;
    text-align: left;
    font-size:0.8em;
    padding:20px 20px 20px 230px;
    border:3px solid #998066;
    min-height:180px;
  }

  div.catering-information h2 {
    font-size:1.4em;
    margin:0;
    color:#006dd9;
    font-weight:800;
  }

  div.catering-information span {
    color:#006dd9;
  }

  /* history */

  .history-icon {
    float:left;
    margin:40px;
  }

  .content-history {
    list-style:none;
    margin-left:350px;
  }

  .content-history li {
    font-weight:bold;
    padding:5px;
    text-align:left;
  }

  .content-history li .date {
    color:#4B54FF;
    font-size:1.1em;
    margin-right:10px;
  }