
        *{margin: 0;padding: 0}
        


        body {
        -webkit-text-size-adjust: 100%;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        color: #000;
        background-color: #CBC4B8;
        }


        img{
            border: none;
        }
        

        .round1{
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            color: #fff;
        }

        .round2{
            -webkit-border-top-left-radius: 10px;
            -moz-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            width: 300px;
            height: auto;
            color: #fff;
        }


        a{
            color: #FFF;
            text-decoration: none;
        }

        .color1{background-color: #a16e5b}
        .color2{background-color: #976e70}
        .color3{background-color: #78828e}
        .color4{background-color: #788c5b}
        .color5{background-color: #97965b}
        .color6{background-color: #ab965b}
        .color7{background-color: #ab8c5b}
        .color8{background-color: #ae7a57}
        .color9{background-color: #8c788e}
        .color10{background-color: #d18a8a}

        .good{
            background: url(img_good.gif) no-repeat 5px center #78828e;
            padding: 5px 0px 5px 60px;
        }
        .good:hover{
            background: url(img_good.gif) no-repeat 5px center #ab965b;
            padding: 5px 0px 5px 60px;
        }

        .good a{
            text-decoration: none;
            }
        

        .midashi{
            color: #FFF;
            text-align: center;
            padding: 4px;
            font-size: 12pt;
            margin-bottom: 6px;
        }
        strong{
            color: #f07f7f;
        }
        .punder{
            clear: both;
            margin-bottom: 18px;
        }


/*Media Queries Small ======================================================================================== */


@media screen and (max-width: 680px) {
    
    
        #wrapper{
            width: 96%;
            margin: 0 auto;
        }
    
    
        .mylb{
        width: 90px;
        height: 90px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
        }
    
    
        #slideshow{
            width: 100%;
            height: auto;
        }
        #slidearea{
            width: 100%
            height: auto;
            margin: 0;
            overflow: hidden;
            position: relative;            
        }
        #slideset{
            position: absolute;
        }
        
        #slideshow img{
            float: left;
            position: absolute;
        }

        #control{
            position: absolute;
            width: 96%;
            height: 160px;
            z-index: 5;
        }
    
    
    #prev{
        float: left;
        width: 40px;
        height: 40px;
        margin: 130px 10px;
        background-color: #FFF;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_control.gif) top left;
        
        }
    
    #next{
        float: right;
        width: 40px;
        height: 40px;
        margin: 130px 10px;
        background-color: #FFF;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_control.gif) top right;
        }
    
    #prev:hover{
       background: url(img_control.gif) bottom left;
    }
    #next:hover{
       background: url(img_control.gif) bottom right;
    }
    
    
        /* layout header -------------------------------------------------------------------------------- */
    
    header{
        width: 100%;
        height: 80px;
        margin: 0 auto;
        text-align: center;
        background: url(smart1.jpg) no-repeat bottom center #867e70;
    }
    
    #shopname{
        margin: 0px;
        padding: 5px
    }
    
    #shopname h1{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 24pt;
        line-height: 28pt;
        letter-spacing: 0.06em;
    }
    header p{
        color: #FFF;
        font-size: 10pt;
        letter-spacing: 0.1em;
        line-height: 16pt;
    }
    header a{
        color: #FFF;
        text-decoration: none;
    }
    #tel{
        display: none;
    }

    
    nav{
        width: 100%;
        height: 214px;
        background-color: #afa99f;
    }
    nav h2{
        font-size: 10pt;
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 16pt;
    }
    .menu{
        float: left;
        text-decoration: none;
        color: #FFF;
        text-align: center;
        width: 45%;
        height: auto;
        padding: 6px 0px;
        margin: 2%;
        border: thin dotted;
        background-color: #a09587;
    }
    
    .now{
        background-color: #933;
    }
    
    nav p{
        font-family: 'Crimson Text', serif;
    }
    
    /* contents -------------------------------------------------------------------------------- */  
    
    .good{
        margin-bottom: 30px;
    }
    
    #contents{
        width: 96%;
        margin: 30px auto;
    }
    
    #topgallery{
        margin: 0 auto 20px;
        background-color: #FFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 0px 0px 0px;
        overflow: hidden
    }
    #gallery{
        margin: 0 auto 20px;
    }
    .page{
        width: 100%;
        height: auto;
        margin: 20px auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #FFF;
    }
    .pageimage{
        margin-bottom: 30px;
    }
    .container{
        width: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
        padding-top: 13px;
    }
    .column1{
        width: 100%;
        margin: 0 auto 30px;
        clear: both;
    }
    .menuset{
        width: 100%;
        margin: 0 auto 10px;
        clear: both;
    }
    .menuset2{
        display: none;
    }
    .column2{
        margin: 10px 0px;
        clear: both;
    }
    .column3{
        margin: 10px 0px;
        clear: both;
    }
    .column3_las{
        margin: 10px 0px;
        clear: both;
    }
    .adjust{
        width: 100%;
        height: auto;
    }
    
    .menuphoto{
        width: 40px;
        height: 40px;
        float: left;
        margin: 6px;
    }
    .photo1{
        background: url(menu/image1.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo2{
        background: url(menu/image2.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo3{
        background: url(menu/image3.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo4{
        background: url(menu/image4.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo5{
        background: url(menu/image5.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo6{
        background: url(menu/image6.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo7{
        background: url(menu/image7.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo8{
        background: url(menu/image8.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo9{
        background: url(menu/image9.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo10{
        background: url(menu/image10.jpg) no-repeat top left;
        background-size: contain;
    }
    
    .arrow1{
        background: url(menu/arrow.gif) no-repeat bottom right #a16e5b;
        height: 54px;
    }
    .arrow2{
        background: url(menu/arrow.gif) no-repeat bottom right #976e70;
        height: 54px;
    }
    .arrow3{
        background: url(menu/arrow.gif) no-repeat bottom right #78828e;
        height: 54px;
    }
    .arrow4{
        background: url(menu/arrow.gif) no-repeat bottom right #788c5b;
        height: 54px;
    }
    .arrow5{
        background: url(menu/arrow.gif) no-repeat bottom right #97965b;
        height: 54px;
    }
    .arrow6{
        background: url(menu/arrow.gif) no-repeat bottom right #ab965b;
        height: 54px;
    }
    .arrow7{
        background: url(menu/arrow.gif) no-repeat bottom right #ab8c5b;
        height: 54px;
    }
    .arrow8{
        background: url(menu/arrow.gif) no-repeat bottom right #ae7a57;
        height: 54px;
    }
    .arrow9{
        background: url(menu/arrow.gif) no-repeat bottom right #8c788e;
        height: 54px;
    }
    
    
    /* subpage --------------------------------------------------------------------------------*/    
    
    #title{
        width: 96%;
        margin: 2% 2% 20px;
        height: 40px;
        float: left;
        clear: both;
    }
    #title h5{
        display: none;
    }
    #title h6{
        font-size: 12pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
        font-weight: 400;
        margin: 10px;
        color: #FFF;
        float: left;
    }
    .inpage{
        width: 96%;
        margin: 0px auto;
        clear: both;
        overflow: hidden;
    }
     .inpage2l,.inpage2r{
        width: 100%;
         clear: both;
         margin-bottom: 20px;
    }
    
    .inpage3,.inpage3las,.inpage3_2{
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }

    .inpage p{
        margin: 0 10px;
    }
    .onephoto{
        margin-bottom: 20px;
    }

    
    /* text ------------------------------------------------------------------------------------*/    
    
    h3{
        font-size: 14pt;
        letter-spacing: 0.05em;
        color: #933;
        border-bottom: thin solid #FFF;
        margin-bottom: 10px;
    }
    h4{
        font-size: 14pt;
        letter-spacing: 0.05em;
        color: #933;
        margin-bottom: 10px;
    }
    
    
    h5{display: none}
    
    h6{
        font-size: 14pt;
        font-weight: 400;
        float: left;
        margin: 10pt
    }
    
    #contents p{
        font-size: 12pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
    }
    
    #news p{
        font-size: 12pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 0px;
    }
    
    #contents2 p{
        font-size: 12pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
    }
    
    
/* footer -----------------------------------------------------------------------------------*/
    
    footer{
        background:url(smart1.jpg) repeat-x top center #7c6f59;
        height: 140px;
        padding-top: 11px;
        clear: both;
    }
    #footermenu{
       display: none;
    }
    
    footer #address{
        width: 100%;
        margin: 0 auto;
        height: 140px;
        background: none;
    }
    footer #address p{
        font-size: 11pt;
        color: #FFF;
        padding: 10px 0px 0px 10px;
        letter-spacing: normal;
        float: left;
    }
    
    .pagetop{
        width: 40px;
        height: 40px;
        display: block;
        margin: 20px 4px 0px 0px;
        float: right;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_pagetop.gif) top left;
    }
    .pagetop:hover{
        width: 40px;
        height: 40px;
        display: block;
        margin: 20px 4px 0px 0px;
        background-color: antiquewhite;
        float: right;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_pagetop.gif) bottom left;
    }

}
        

/*Media Queries BIg ======================================================================================== */


@media screen and (min-width: 681px) {
    
        #wrapper{
            width: 100%;
        }
    
        .topbk{
            background:url(bk_wrapper1.jpg) repeat-x top center;
        }
        .aboutbk{
            background:url(bk_wrapper2.jpg) repeat-x top center;
        }
        .otherbk{
            background:url(bk_wrapper3.jpg) repeat-x top center;
        }

    .mylb{
        width: 148px;
        height: 148px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .mylb:hover{
        width: 148px;
        height: 148px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        opacity: 0.5;
    } 
    
    
    
        #slideshow{
            width: 1020px;
            height: 400px;
            margin: 0 auto;
        }
        #slidearea{
            width: 980px;
            height: 400px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            box-shadow: 2px 2px 5px 0px #666;
            -webkit-box-shadow: 2px 2px 5px 0px #666;
            -moz-box-shadow: 2px 2px 5px 0px #666;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            
        }
        #slideset{
            position: absolute;
        }
        
        #slideshow img{
            float: left;
            position: absolute;
        }

        #control{
            position: absolute;
            width: 1020px;
            z-index: 5;
        }
    
    
    #prev{
        float: left;
        width: 40px;
        height: 40px;
        margin-top: 180px;
        background-color: #FFF;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_control.gif) top left;
        
        }
    
    #next{
        float: right;
        width: 40px;
        height: 40px;
        margin-top: 180px;
        background-color: #FFF;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_control.gif) top right;
        }
    
    #prev:hover{
       background: url(img_control.gif) bottom left;
    }
    #next:hover{
       background: url(img_control.gif) bottom right;
    }
  
    
    /* layout header -------------------------------------------------------------------------------- */
    
    header{
        width: 980px;
        height: 83px;
        margin: 0 auto;
    }
    
    #shopname{
        float: left;
        margin: 20px 0px 0px 10px;
    }
    
    #shopname h1{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 24pt;
        line-height: 28pt;
        letter-spacing: 0.06em;
    }
    header p{
        color: #FFF;
        font-size: 10pt;
        letter-spacing: 0.1em;
        line-height: 16pt;
    }
    header a{
        color: #FFF;
        text-decoration: none;
    }
    #tel{
        float: right;
        margin: 20px 10px 0px 10px;
    }
    #tel h1{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 20pt;
        line-height: 28pt;
        letter-spacing: 0.06em;
    }
    
    nav{
        width: 980px;
        height: 50px;
        margin: 8px auto;
        border-left: 1px dotted #FFF;
    }
    nav h2{
        font-size: 10pt;
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 16pt;
    }
    .menu{
        float: left;
        text-decoration: none;
        color: #FFF;
        text-align: center;
        width: 194px;
        height: 42px;
        padding-top: 8px;
        border-right: 1px dotted;
    }
    .menu:hover{
        float: left;
        text-decoration: none;
        color: #FFF;
        text-align: center;
        width: 194px;
        height: 42px;
        padding-top: 8px;
        border-right: 1px dotted;
        background-color: #6F634E;
    }
    
    nav p{
        font-family: 'Crimson Text', serif;
    }
    
    
/* contents -------------------------------------------------------------------------------- */  
    
    #contents{
        width: 980px;
        margin: 20px auto;
        clear: both;
    }
    #contents2{
        width: 980px;
        margin: 0px auto 20px;
        clear: both;
    }
    #topgallery{
        width: 960px;
        margin: 0px auto;
        background-color: #FFF;
        min-height: 100px;
        padding: 10px 0px 0px 0px;
         -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        
    }
    #gallery{
        width: 960px;
        min-height: 400px;
        margin: 0 auto 40px;
    }
    
    .container{
        width: 980px;
        margin: 0 auto 20px;
        overflow: hidden;
        padding-top: 13px;
    }
    .column1{
        width: 960px;
        margin: 0 auto 20px;
        clear: both;
        overflow: hidden;
    }
    
    .menuset{
        width: 960px;
        margin: 0 auto 10px;
        clear: both;
        overflow: hidden;
    }
    .menuset2{
        width: 960px;
        margin: 0 auto 10px;
        clear: both;
        overflow: hidden;
    }
    
    .column2{
        width: 470px;
        float: left;
        margin: 0 10px 20px;;
    }
    
    .column3{
        width: 310px;
        float: left;
        margin-right: 15px;
    }
    .column3_las{
        width: 310px;
        float: left;
    }
    .column4{
        width: 340px;
        height: 170px;
        overflow-y: scroll;
    }
    
    .page{
        width: 960px;
        height: auto;
        margin: 0 auto 20px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 2px 2px 5px 0px #666;
        -webkit-box-shadow: 2px 2px 5px 0px #666;
        -moz-box-shadow: 2px 2px 5px 0px #666;
        
    }
    .pageimage{
        width: 960px;
        height: 330px;
        margin: 0 auto 20px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #FFF;
    }
    
    .baby{
        background: url(img_baby.gif) no-repeat right top;
    }
    .baby2{
        background: url(img_baby2.gif) no-repeat right bottom;
    }
    
    .feature{
        width: 600px;
        float: left;
        margin-left: 10px;
    }
    
    .feature2{
        width: 620px;
        float: left;
    }
    .information2{
        width: 310px;
        float: right;
    }
    
    .information{
        width: 340px;
        float: right;
        margin-right: 10px;
    }
    .aboutus{
        background: url(bk_contents1.jpg) no-repeat;
        padding-top: 19px;
    }
    .menupage{
        background: url(bk_contents2.jpg) no-repeat;
        padding-top: 19px;
    }
    .menuspage{
        background: url(bk_contents3.jpg) no-repeat;
        padding-top: 19px;
    }
    .gallerypage{
        background: url(bk_contents4.jpg) no-repeat;
        padding-top: 19px;
    }
    .flowpage{
        background: url(bk_contents5.jpg) no-repeat;
        padding-top: 19px;
    }
    .contactpage{
        background: url(bk_contents6.jpg) no-repeat;
        padding-top: 19px;
    }
    .menuphoto{
        width: 136px;
        height: 136px;
        float: left;
        margin: 10px;
    }
    .menuphotounder{
        width: 72px;
        height: 72px;
        float: left;
        margin: 10px;
    }
    .photo1{
        background: url(menu/image1.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo2{
        background: url(menu/image2.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo3{
        background: url(menu/image3.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo4{
        background: url(menu/image4.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo5{
        background: url(menu/image5.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo6{
        background: url(menu/image6.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo7{
        background: url(menu/image7.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo8{
        background: url(menu/image8.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo9{
        background: url(menu/image9.jpg) no-repeat top left;
        background-size: contain;
    }
    .photo10{
        background: url(menu/image10.jpg) no-repeat top left;
    }
    .arrow1{
        background: url(menu/arrow.gif) no-repeat bottom right #a16e5b;
    }
    .arrow2{
        background: url(menu/arrow.gif) no-repeat bottom right #976e70;
    }
    .arrow3{
        background: url(menu/arrow.gif) no-repeat bottom right #78828e;
    }
    .arrow4{
        background: url(menu/arrow.gif) no-repeat bottom right #788c5b;
    }
    .arrow5{
        background: url(menu/arrow.gif) no-repeat bottom right #97965b;
    }
    .arrow6{
        background: url(menu/arrow.gif) no-repeat bottom right #ab965b;
    }
    .arrow7{
        background: url(menu/arrow.gif) no-repeat bottom right #ab8c5b;
    }
    .arrow8{
        background: url(menu/arrow.gif) no-repeat bottom right #ae7a57;
    }
    .arrow9{
        background: url(menu/arrow.gif) no-repeat bottom right #8c788e;
    }
   
    .arrow1:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #be8a76;
    }
    
    .arrow2:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #bc9294;
    }
    .arrow3:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #919aa5;
    }
    .arrow4:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #97ac7a;
    }
    .arrow5:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #bab977;
    }
    .arrow6:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #c9b47a;
    }
    .arrow7:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #c7a877;
    }
    .arrow8:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #cc9a78;
    }
    .arrow9:hover{
        background: url(menu/arrow.gif) no-repeat bottom right #b09ab2;
    }
    
/* subpage --------------------------------------------------------------------------------*/    
    
    #title{
        width: 940px;
        margin: 10px 10px 20px;
        height: 40px;
    }
    #title h5{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 16pt;
        line-height: 16pt;
        letter-spacing: 0.06em;
        margin: 10px;
        float: left;
    }
    #title h6{
        font-size: 10pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
        font-weight: 400;
        margin: 10px;
        color: #FFF;
        float: left;
    }
    .inpage{
        width: 940px;
        margin: 10px auto 20px;
        overflow: hidden;
    }
    .inpage2l{
        width: 460px;
        float: left;
    }
    .inpage2r{
        width: 460px;
        float: right;
    }
    .inpage3{
        width: 300px;
        float: left;
        margin-right: 20px;
    }
    .inpage3las{
        width: 300px;
        float: left;
    }
    .inpage3_2{
        width: 620px;
        float: left;
    }
    
    
    }
    .inpage a{
        color: #009;
        text-decoration: underline;
    }
    


    .inpage p{
        margin: 0 10px;
    }

    
/* text ------------------------------------------------------------------------------------*/    
    
    h3{
        font-size: 13pt;
        letter-spacing: 0.05em;
        color: #933;
        border-bottom: thin solid #FFF;
        margin-bottom: 10px;

    }
    h4{
        font-size: 13pt;
        letter-spacing: 0.05em;
        color: #933;
        margin-bottom: 10px;

    }


    h5{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 16pt;
        line-height: 16pt;
        letter-spacing: 0.06em;
        margin-top: 10px;
    }
    h6{
        font-size: 10pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
        font-weight: 400;
    }
    
    #contents p{
        font-size: 11pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
    }
    #news{
        width: 340px;
    }
    
    #news p{
        font-size: 11pt;
        letter-spacing: 0.07em;
        margin-bottom: 0px;
    }
    
    #contents2 p{
        font-size: 11pt;
        letter-spacing: 0.07em;
        line-height: 18pt;
        margin-bottom: 11pt;
    }
    .new{
        font-size: 14pt !important;
        padding: 10px;
        font-weight: 600;
    }
    
    
/* footer -----------------------------------------------------------------------------------*/
    
    footer{
        background:url(bk_footer.jpg) repeat-x top center #7c6f59;
        height: 206px;
        padding-top: 12px;
        clear: both;
    }
    #footermenu{
        width: 980px;
        height: 50px;
        margin: 0 auto;
        border-left: thin dotted #FFF;
    }
    
    #footermenu h2{
        font-size: 10pt;
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 16pt;
    }
    #footermenu p{
        font-family: 'Crimson Text', serif;
    }
    #address{
        width: 980px;
        margin: 0 auto;
        height: 156px;
        background: url(bk_address.gif) no-repeat left bottom;
    }
    #address p{
        font-size: 11pt;
        letter-spacing: 0.1em;
        color: #FFF;
        padding: 48px 0px 0px 120px;
        float: left;
    }
    
    .pagetop{
        width: 40px;
        height: 40px;
        display: block;
        margin: 80px 20px 0px 0px;
        float: right;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_pagetop.gif) top left;
    }
    .pagetop:hover{
        width: 40px;
        height: 40px;
        display: block;
        margin: 80px 20px 0px 0px;
        background-color: antiquewhite;
        float: right;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        background: url(img_pagetop.gif) bottom left;
    }
    
    
    }

