@import "common.css";

/* CSS Document */

/* ------------------------------
contents
------------------------------ */
#contents {
width:860px;
padding:19px;
}
table {
width:860px;
border:1px solid #e3e3e3;
border-collapse:collapse;
}
table th {
padding:3px;
border:1px solid #e3e3e3;
border-width:0 0 1px 1px;
background:#dcdcdc;
line-height:110%;
font-weight: normal;
}
table td {
padding:3px;
border:1px solid #e3e3e3;
border-width:0 0 1px 1px;
}

/* ------------------------------
shop-list
------------------------------ */

#shop-list {
float:left;
width:200px;
font-size:90%;
}
#shop-list h3 {
font-weight:bold;
}
#shop-list dt {
}
#shop-list dd {
padding-left:1em;
}

/* ------------------------------
main-contents
------------------------------ */
#main-contents h2 {
font-size:larger;
font-weight:bolder;
padding-left:0.5em;
margin-left:3em;
margin-bottom:1em;
border-left:5px solid #ff9900;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
width:13em;
}
.section {
color:#ffffff;
padding:8px;
text-align:center;
background-color:#999999;
}
.area {
text-align:left;
padding-left:1em;
background:#f5f5f5;
}
.name {
padding-left:1.5em;
}
.flyer {
text-align:center;
}
.flyer img {
padding-top:0.3em;
padding-right:0.3em;
}
.address {
padding-left:1em;
}
.tel {
text-align:center;
}
.open-close {
text-align:center;
}
.map {
text-indent:-9999px;
padding-left:5px;
}
.map a {
background-image:url("../images/map.gif");
background-position:0 0;
background-repeat:no-repeat;
display:block;
height:25px;
width:40px;
}
.map a:hover {
background-image:url("../images/map.gif");
background-position:0 -25px;
background-repeat:no-repeat;
display:block;
height:25px;
width:40px;
}

#main-contents {
float:right;
width:650px;
border-left:1px solid #cccccc;
}
#main-contents h3 {
width:500px;
margin:auto;
}
.click {
text-align:center;
}

#main-contents table {
width:500px;
margin:auto;
border:1px solid #e3e3e3;
border-collapse:collapse;
text-align:left;
}
#main-contents table th {
padding-left:2em;
padding-right:3px;
padding-top:3px;
padding-bottom:3px;
border:1px solid #e3e3e3;
border-width:0 0 1px 1px;
background:#ffffcc;
line-height:120%;
font-weight: normal;
}
#main-contents table td {
padding-left:3em;
padding-right:3px;
padding-top:3px;
padding-bottom:3px;
text-indent:-1em;
border:1px solid #e3e3e3;
border-width:0 0 1px 1px;
}

#shop-img {
width:503px;
margin:auto;
}
#shop-img ul li {
margin:1.5px;
float:left;
}


