@charset "utf-8";


* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 12px;
    color: #000000;
}
img {
    border: none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}

/* end general settings 
-------------------------------------------------------------------- */



/* begin #h1_title
-------------------------------------------------------------------- */
#h1_title {
    width: 200px;
    display: none;
}

/* end #h1_title
-------------------------------------------------------------------- */



/* begin #item_list
-------------------------------------------------------------------- */
#wrapper {
    width: 560px;
    height: 170px;
}
#item_list {
    background: url(/info/images/2012christmas/slidebg.jpg) repeat-x;
    /* width: 930px; */
    /* height: 400px; */
    padding: 0px 0px;
}

/* begin .image
-------------------------------------------- */
.image_area {
    padding-top: 10px;
}
.image {
    width: 130px;
    height: 125px;
    text-align: center;
}

/* end .image
-------------------------------------------- */





/* -- message_area --- */

.message_area {
    width: 130px;
    height: 110px;
    overflow: hidden;
}
/* --- */

.message_area .icon {
    text-align: left;
    height: 20px;
}
.message_area .no_icon {
    text-align: left;
    height: 20px;
}

/* --- */

.message_area .price_area {
    padding-top: 5px;
}

.message_area .double_price {
    display: none;
}

.message_area .price {
    display: inline;
    color:#ff0000;
}

.message_area .souryo {
    display: inline;
    font-size: 10px;
    color:#999;
}

/* --- */

.message_area .point_area {
    /* display: none; --- */
}

.message_area .point_text {
    display: inline;
    /* display: none; --- */
}

.message_area .point {
    display: inline;
    font-weight: bold;
    /* display: none; --- */
}

/* --- */

.message_area .review {
    display: none;
}








/* end .slider
-------------------------------------------------------------------- */
.slider {
    margin: auto;
    width: 560px;
}
/* end .slider
-------------------------------------------------------------------- */
