﻿body
{
    margin: 0 auto;
    padding: 0;
    background-image: url(images/index01_01.jpg);
    font-size:12px;
}
#divbanner
{
    width: 798px;
    height: 302px;
    margin: 0 auto;
    padding: 1px;
    background-color: #fff;
    background-image: url(images/ind_banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#divlink
{
    width: 450px;
    height: 30px;
    margin: 20px auto;
    font-weight: bold;
    font-size:14px;
}
#divlink a
{
    color: #000;
    text-decoration: none;
}
#divlink a:visited
{
    color: #000;
    text-decoration: none;
}
#divlink a:link
{
    color: #000;
    text-decoration: none;
}
#divlink a:hover
{
    color: #ff0000;
    text-decoration: none;
}

