body {
    padding: 0;
    margin: 0;
    font-family: "ＭＳ Ｐ明朝","ＭＳ 細明朝体",sans-serif; 
}
div.item {
    margin-left: 10px;
    text-align: left;
    color: #666666;
    width: 180px;
}
img.pick {
    display: block;
    margin-left:auto; margin-right: auto;
    border: solid 1px #663300;
}
h1 {
    width: 200px;
    height: 25px;
    text-align: center; color: #ffffff; 
    font-size: 1em; font-weight: bold; 
    margin-top: 0; margin-bottom: 20px; 
    padding-top: 10px;
    border: solid 1px #cccccc;
    /*background-color: #8A644A;*/
    background-image: url("../images/barback.gif");
}
p.price {
    width: 180px;
    height: 35px;
    font-size: 0.8em;
    color: #ff3300; 
    text-align: center; 
    margin-top: 10px;
    padding-top: 5px;
    background-color: #ffcccc; 
}
p.st {
    width: 180px;
    font-size: 0.8em; 
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; margin-top: 5px;
    padding-top :5px; padding-bottom :5px;
    border-top: solid 1px #663300; border-bottom: solid 1px #663300; 
    background-color: #ffffff;
}

iframe {
    border:none;
}