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

#Contents a.normal:link {
                      color:#03f;
                      background-color:transparent;
                      }

#Contents a.normal:hover { 
                       color:#f06;
                       text-decoration:overline underline;
                       background-color:#ffc;
                       }

#Contents a.normal:visited {
                         color:#093;
                         background-color:transparent;
                         }

#Contents a.normal:active {
                        color:#fd0;
                        text-decoration:overline underline;
                        background-color:#ffc;
                        }

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-top:20px;
             margin-bottom:20px;
             margin-left:auto;
             margin-right:auto;
             }

table.list .prefecture { 
                         width:6em;
                         }

table.list .nohgakudo { 
                        width:15em;
                        }

table.list .adrs {
                   width:25em;
                   }

table.list .tel { 
                  width:10em;
                  }

table.list .stock { 
                    width:2em;
                    }

table.list .shop { 
                   width:25em;
                   }

table.list .area { 
                   width:10em;
                   }

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;
                  }

em { 
     background-color:transparent;
     color:#f03;
     font-style:normal;
     font-weight:bolder;
     }
