@charset "utf-8";
@import "default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../images/shopinfo/h2_shopinfo.png);
  }
  
  div.section div.info {
    background: transparent url(../images/shopinfo/bg_info.gif) top left no-repeat;
    height: 120px;
    padding: 15px 15px;
  }
  div.section div.info address{
    padding: 0 120px 0 10px;
    background: transparent url(../images/shopinfo/cut_info.jpg) top right no-repeat;
  }
  div.section div.info address .name{
    color: #2793E6;
  }
  
  
  div.section div.access {
    text-align: center;
    width: 530px;
    margin-left: 15px;
  }
  div.section div.access h4{
    text-align: left;
  }
  div.section div.access p{
    text-align: left;
    margin: 5px 2px;
  }
  
  div.section div.profile {
    width: 530px;
    height: 150px;
    margin: 10px 0 20px 20px;
    position: relative;
  }

  div.section div.profile img {
    width: 120px;
    position: absolute;
  }
  div.section div.profile h4{
    color: #2793E6;
    width: 400px;
    margin-left: 130px;
  }
  div.section div.profile div.comment{
    width: 400px;
    margin-left: 130px;
  }

  
