@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////
//
// Greeting
//
// ////////////////////////////////////////////////////////////// */

#content.greeting{}

#greeting{
    width: 100%;;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

#greeting .photo{
    width: 640px;
    margin: 0 auto 0 auto;
}

#greeting .photo img{
    width: 100%;
    height: auto;
}

#greeting .sttl{
    display: block;
    width: 640px;
    margin: 0 auto;
    padding: 15px 0;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#greeting .prg{
    display: block;
    width: 640px;
    margin: 0 auto;
    font-size: 14px;
}

#owner{
    display: block;
    width: 640px;
    margin: 30px auto 0 auto;
    padding: 0 0 10px 0;
    font-size: 0;
}

#owner figure{
    display: inline-block;
    width: 500px;
    font-size: 14px;
}

#owner figure img{
    width: 100%;
}

#owner figure figcaption{
    text-align: center;
}

#owner .beer{
    display: inline-block;
    width: 70px;
    height: 362px;
    vertical-align: top;
    background-image: url(../img/beer-bs.gif);
    background-repeat: repeat-y;
    background-position: center center;
}
