@charset "UTF-8";

body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    background-color: #333333;
}

a:link{
    color: #9CC3EC;
}

a:visited{
    color: #9CC3EC;
}

a:hover{
    color: #ffffff;
}

h1{
    font-size: 2.2em;
    color: #FDEB00;
    border: none;
    width: auto;
}

h2{
    font-size: 1.8em;
    color: #FDEB00;
    font-weight: bold;
}

h3{
    font-size: 1.4em;
    color: #ffffff;
    font-weight: bold;
}

.kugiriyellow{
    background-color: #FDEB00;
    margin: 0;
    border: none;
    width: auto;
    height: 4px;
}

.kugiriblue{
    background-color: #9CC3EC ;
    margin: 0;
    border: none;
    width: auto;
    height: 4px;
}