/***********************************
container　スタイル
***********************************/
#content{
    width: 810px;
    height: 480px;
    background-color: #ffffff;
    background-image: url(../image/img_content_bg.jpg);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 10px 10px 10px 80px;
}
#content_left{
    width: 400px;
    height: 480px;
    float: left;
}
h2{
    font-size: 13pt;
    font-weight: 100;
    margin: 10px 0px 30px 0px;
}
#content_left td{
    height: 30px;
}
#content_left td.subtitle{
    width: 60px;
}
#content_right{
    width: 390px;
    height: 480px;
    float: left;
    margin: 0px 0px 0px 20px;
}
#content_right img{
    margin: 60px 0px 45px 0px;
}
#content_right td{
    height: 30px;
}
#content_right td.subtitle{
    width: 60px;
    line-height: 30px;
}
