@charset "UTF-8";

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background:url(../images/bg.gif);
font-size:12px;
}
#main_table {
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
background-color:#FFFFFF;
}
.footer {
border-top:1px dotted #999999;
border-bottom:1px solid #cccccc;
}
.area_name {
font-size:12px;
font-weight:bold;
text-align:left;
color:#351d07;
}
.shop-name {
font-size:12px;
line-height:15px;
padding-left:5px;
color:#454545;
font-weight:bold;
}
.add {
font-size:11px;
line-height:15px;
text-align:left;
color:#454545;
}
.setumei {
font-size:11px;
line-height:15px;
text-align:center;
color:#454545;
}
.list_head {
font-size:10px;
font-weight:normal;
text-align:center;
color:#454545;
background-color:#e3dcd3;
}
.list_title {
margin-top:30px;
margin-bottom:10px;
}
.list_td {
padding-bottom:5px;
}
.list_td2 {
padding-bottom:40px;
}
/*リストーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.stripe_tbl {
background-color:#bababa;
color:#454545;
font-size:11px;
}
tr.even td {
background:#fff;
color:#454545;
}
tr.odd td {
background:#f6f0e8;
color:#454545;
}

/*リンクーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
a:link { color: #cc3300; text-decoration: underline; font-weight:bold;}
a:link:hover { color: #999; text-decoration: none; text-shadow:0 0 3px #999;}
a:link:active { color: #cc3300; text-decoration: underline;}
a:visited { color: #cc3300; text-decoration: underline;}
a:visited:hover { color: #999; text-decoration: none; text-shadow:0 0 3px #999;}