/* ショップデザイン用 */

.shop{
margin-bottom: 1em;
border-width: 1px;
border-color: #003366;
border-style: solid;
position: relative;
width: 618px;
background-color: #CCFFFF;
}

.shop h2{
font-size: 110%;
color: #FFFFFF;
line-height: 120%;
text-align: center;
margin-bottom: 20px;
background-color: #006699;
}

.tana {
margin-left: 4px;
}

.tana h3{
font-size: 100%;
color: #CC6600;
margin-top: 1em;
position: relative;
}

.goods {
margin: 1px;
border-width: 1px;
border-color: #000000;
border-style: solid;
float: left;
position: relative;
width: 148px;
background-color: #FFFFFF;
}

.goods div {
text-align: center;
height: 100px;
width: 100%;
background-color: #FFFFFF;
}

.goods h4{
font-size: 100%;
text-align: center;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;
background-color: #FF9933;
}

.goods p{
font-size: 85%;
text-align: center;
padding: 2px;
border-top-width: 1px;
border-top-color: #000000;
border-top-style: solid;
background-color: #FFCC99;
}

img{
border-right-width: 1px;
border-left-width: 1px;
border-right-color: #000000;
border-left-color: #000000;
border-right-style: solid;
border-left-style: solid;
}