@charset "UTF-8";
#waku_800{
  width : 800px;
border-width : 1px;border-style : solid;border-color : black;
  background-color : white;
}

#td_logo{
  background-repeat : no-repeat;
}
/*======================================
　　罫線テーブル　灰色
=======================================*/
.sen_table{
  border-collapse: collapse;
  border-spacing: 0; 
  margin-bottom : 5px;    
  table-layout : fixed;
  margin-left : 25px;
  margin-right : 30px;
}
.sen_table td{
  border-width : 1px;
  border-style : solid;
  border-color : #cccccc; 
  padding-top : 2px; 
  padding-right : 2px;
  padding-left : 5px;
  letter-spacing : 3px;
  line-height : 15px;  
  font-size : 12px;
  text-align : left;
}
.sen_table th{
  	    
  letter-spacing : 7px;
  text-align : center;
  background-color : #f1ece3;
  padding-top : 3px;
  border-width : 1px;
  border-style : solid;
  border-color : #cccccc;  
}

body{
  background-image : url(../img/bg_back01.jpg);
  background-repeat : repeat-x;background-position : center top;
  background-color : rgb(254, 237, 221);
}
/*======================================
　　店舗情報 
=======================================*/
#info{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    zoom: 1;
    background-color: #ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
  background-image : url(../img/neko02.png);
  background-repeat : no-repeat;background-position : center bottom;
}

#info img.shopinfo{
    background-color: #EEEEEE;
    margin-left: 10px;
    margin-right: 0;    
    float: right;
}


#info h4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    font-size : 15px;
    padding-top: 0px;
  color : #5c8b41;
  

  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #649645; 
}

#info p{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

#info p.access{
    background-image : url(../img/access_6B.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
}

#info p.access a{
    line-height: 19px;
    width: 75px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#info p.access a:link{
    color: #ffffff;
    text-decoration: none;
}
#info p.access a:visited{
    color: #ffffff;
    text-decoration: none;
}
#info p.access a:hover{
    color: #C58C63;
    text-decoration: none;
}
#info p.access a:active{
    color: #C58C63;
    text-decoration: none;
}
hr{
    width: 100%;
    height: 1px;
    margin-top : 5px;
    margin-right: auto;
    margin-bottom : 10px;
    margin-left: auto;
    padding: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}
