/**
 * もともとは 01_slider.css に記述されていたスタイル(の一部)である.
 * 
 */

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

h1 {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

h2 {
    padding: 30px 0;
    width: 100%;
    font-size: 12px;
}