@charset "shift_jis";

body
    {
     background-image: url(body.jpg);
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#box{
margin-left : auto;
margin-right : auto;
text-align : left;
}

#photo {
    width: 780px;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}