﻿#contents {
    background-image:url("../img/shop_bg.png");
    background-repeat:no-repeat;
    background-position-x:40px;
    background-position-y:0px;
    height:600px;
}
#contents .map {
    width:420px;
    height:320px;
    text-align:center;
    background-color:white;
    border:1px solid black;
    padding-top:10px;
    position:absolute;top:100px;left:520px;
}
#contents .fbook {
    width:160px;
    height:300px;
    text-align:center;
    background-color:white;
    border:1px solid black;
    padding-top:5px;
    position:absolute;top:440px;left:660px;
}
#contents .m_contents {
    width:400px;
    height:205px;
    padding:5px;
    background-color:white;
    border:1px solid black;
    position:absolute;top:110px;left:20px;
    font-size:10pt;
}
#contents .m_contents .title {
    font-size:12pt;
    font-weight:bold;
    color:blue;
}
#contents .m_contents strong {
    font-size:11pt;
    color:red;
}
#contents .img_01 {
    width:180px;
    height:163px;
    padding:10px;
    background-color:white;
    border:1px solid black;
    position:absolute;top:400px;left:40px;
}
#contents .img_01 img {
    width:180px;
    height:163px;
}
#contents .img_02 {
    width:180px;
    height:120px;
    padding:10px;
    background-color:white;
    border:1px solid black;
    position:absolute;top:550px;left:180px;
}
    #contents .img_02 img {
        width: 180px;
        height: 120px;
    }