﻿/*=S 公共部分 */
*
{
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}
ul
{
    list-style-type: none;
    float: left;
}
li
{
    float: left;
}
img
{
    border: none;
}
div
{
    overflow: hidden;
    float: left;
}
/*=E 公共部分 */
