#Page {
  background-image:url('/images/BG_Page_Scale_ffc.gif');
  background-color:#ffe;
  color:#666;
}

table.shortcut { 
                 margin-left:auto;
                 margin-right:auto;
                 table-layout:fixed;
               }

table.shortcut td { 
                    width:5em;
                    font-size:12px;
                    font-family:"ＭＳ ゴシック",Osaka,sans-serif;
                    text-align:center;
                    }

table.list {
             border:2px solid #fff;
             margin:20px 0 0 20px;
             }

table.list .prefecture { 
                         width:60px;
                         }

table.list .shop { 
                   width:210px;
                   }

table.list .address {
                      width:280px;
                   }

table.list .phone { 
                    width:100px;
                    }

table.list tr {
                background-color:#fdd;
                color:maroon;
                }

table.list tr.odd {
                    background-color:#fdd;
                    color:maroon;
                    }

table.list tr.even {
                     background-color:#fee;
                     color:maroon;
                     }

table.list td {
                font-size:10px;
                line-height:15px;
                font-family:"ＭＳ ゴシック",Osaka,sans-serif;
                vertical-align:top;
                padding:0.5em;
                border-bottom:1px solid white;
                }

tr.even td,
tr.odd td { 
            border-bottom:none;
            }

table.list th {
                font-size:10px;
                line-height:15px;
                font-family:"ＭＳ ゴシック",Osaka,sans-serif;
                vertical-align:top;
                padding:0.5em;
                color:maroon;
                background-color:#fdb;
                border-left:1px solid #fff;
                border-right:1px solid #fff;
                border-bottom:1px solid #fff;
                }

table.list thead th {
                      color:maroon;
                      background-color:#fca;
                      } 

div.description { 
                  margin:10px 50px;
                  padding:1em;
                  background-color:#ffc;
                  color:maroon;
                  }

#date { 
        font-size:10px;
        text-align:right;
        margin:3px 0 10px 0;
        }
