body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

body {
    font: 62.5%/1.4 Georgia;
    font-style: normal;
    background: #fff;
    color: #000;
    text-align: left;
}

#container {
    margin: 40px 0 0 40px;
    padding: 0;
    width: 700px;
    position: relative;
}

#mTitle, #sTitle, #mTel, #mEmail {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#mTitle {
    top: 0;
    left: 0;
    width: 222px;
    height: 22px;
    background: transparent url(../img/m_title.gif) 0 0 no-repeat;
}

#mImg {
    position: absolute;
    top: 32px;
    left: 0;
    display: block;
    width: 333px;
    height: 500px;
    margin: 0;
    padding: 0;
}

#sTitle {
    top: 400px;
    left: 360px;
    width: 222px;
    height: 24px;
    background: transparent url(../img/s_title.gif) 0 0 no-repeat;
}

#mTel {
    top: 488px;
    left: 360px;
    width: 222px;
    height: 29px;
    background: transparent url(../img/mTel.gif) 0 0 no-repeat;
}

#mEmail {
    top: 517px;
    left: 360px;
    width: 182px;
    height: 19px;
    background: transparent url(../img/mEmail.gif) 0px 0px no-repeat;
}

#mEmail a {
    width: 182px;
    height: 19px;
    display: block;
}

#mEmail a:hover {
    width: 182px;
    height: 19px;
    display: block;
    background: transparent url(../img/mEmail.gif) 0px -19px no-repeat;
}

