div#contentArea {
  margin: 0;
}
/*--メインコンテンツ -------------------------------*/
div#container {
  margin-top: 35px;
}
/*-- ----------------------------- --*/
div#contentMain {
  overflow: hidden;
}

div#mainArea {
  width: 800px;

}
div#leftArea {
  float: left;
  width: 590px;
}
div#sideArea {
  float: right;
  width: 200px;
  padding:0;
}
/*-- メインコンテンツ --*/
div#shopHeader {
  clear: both;
  border-top: 9px #616161 solid;
  background-color: #d51522;
  width: 800px;
  padding: 4px 0 6px 0;
  overflow: hidden;
}
div#shopHeader h1 {
  float: left;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
div#shopHeader div#shopData {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 11px;
  color: #ffffff;
}
  
div#shopBanner {
  clear: both;
  margin-top: 4px;
}


h2{
  background-image: url(/css/img/shop/h2_back.gif);
  padding-top: 13px;
  height: 25px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0.8em;
}
h2 span {
  border-left: 8px #ff0000 solid;
  margin-top: 10px;
  padding-left: 8px;
}
h2#subTitle {
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  margin-top: 5px;
  width: 798px;
}

h2#subTitleS {
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  margin-top: 5px;
  width: 595px;
}
/*-- ショップメニュー --*/
ul#shopMenu  {
  clear: both;
  margin-left: 8px;
}
ul#shopMenu li {
  float: left;
}
ul#shopMenu li a {
  display: block;
  background: url(/css/img/shop/menu/sub-list.gif) no-repeat;
  width: 79px;
  height: 18px;
  padding-top: 5px;
  text-align: center;
  color: #555555;
}
ul#shopMenu li a:hover {
  background-image: url(/css/img/shop/menu/sub-list-on.gif);
  text-decoration: none;
  color: #555555;
}

/*-- contentLower ----------------------------- --*/
div#contentLower {
  clear: both;
  margin: 10px 0px;
  width: 800px;
  overflow: hidden;
}

/*-- アップルナビバナー --*/
div#appleNavi {
  float: right;
  margin-top: 5px;
}

.intro strong,
div#textSpace strong {
  color:#d51522;
}

