table.body{
    width:760px;
}
td.header{
}
td#logo{
    background-image:url('img/logo.png');
    width:100;
    height:50;
    background-repeat:no-repeat;
}
td#logo_text{
    width:660;
}
td#sign{
    background-image:url('img/sign.jpg');
    width:760;
    height:200;
    background-repeat:no-repeat;
}

a.work{
    width:152;
    height:30;
    background-image:url('img/btn/work_off.jpg');
}
a.work:hover{
    width:152;
    height:30;
    background-image:url('img/btn/work_on.jpg');
}
a.prof{
    width:152;
    height:30;
    background-image:url('img/btn/prof_off.jpg');
}
a.prof:hover{
    width:152;
    height:30;
    background-image:url('img/btn/prof_on.jpg');
}
a.price{
    width:152;
    height:30;
    background-image:url('img/btn/price_off.jpg');
}
a.price:hover{
    width:152;
    height:30;
    background-image:url('img/btn/price_on.jpg');
}
a.inquiry{
    width:152;
    height:30;
    background-image:url('img/btn/inquiry_off.jpg');
}
a.inquiry:hover{
    width:152;
    height:30;
    background-image:url('img/btn/inquiry_on.jpg');
}
a.ppc{
    width:152;
    height:30;
    background-image:url('img/btn/ppc_off.jpg');
}
a.ppc:hover{
    width:152;
    height:30;
    background-image:url('img/btn/ppc_on.jpg');
}






td.cont_t{
    padding:10 0 10 0;
}
td.cont_l{
    background-color:#000066;
    color:#ffffff;
    width:190px;
    padding:10;
}
td.cont_r{
    padding:10;
    width:570px;
}
td.footer{
    font-weight:bold;
    font-size:12px;
    padding:10;
}
div.mini_m{}

div.copy{
    text-align:center;
}

