body
{
    margin: 0;
    padding: 0;
    font-family: meiryo, tahoma, osaka, gothic;
    font-size: 1em;
    line-height: 1.0;
    text-align: center;
    background: #cddfff url(../../images/SmallPage/PageBG.jpg) 50% 0 repeat-y;
    color: #444;
}
a
{
    color: #0066cc;
    text-decoration: none;
}
a:visited
{
    color: #800080;
}
a:hover
{
    color: #4033a6;
}
div, p, ul, ol, li, table, th, td, dl, dt, dd, h1, h2, h3
{
    margin: 0;
    padding: 0;
}
div
{
    -moz-box-sizing: border-box;
}
table
{
    font-size: 1em;
    border-collapse: collapse;
}
img
{
    border: none;
}

div.ClearFloat
{
    clear: both;
    font-size: 0;
}
div#Container
{
    width: 580px;
    margin: 20px auto;
    text-align: center;
    background: #fff url(../../images/SmallPage/ContainerBG.gif) 0 0 repeat-y;
}

