@charset "UTF-8";

/** {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
*/

html, body{
    background: #fff;
}

body{
    font-family: "Century Gothic", geneva, verdana, "Hiragino Maru Gothic Pro", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", Osaka,sans-serif;
    font-size: 75%;
    line-height: normal;
    margin: 10px;
    padding: 10px;
}

a:link, 
a:visited{
    color: #007093;
}

a:hover{
    background: #17C6FF;
    color: #fff;
    text-decoration: none;
}

fieldset, img{
    border: 0;
}

hr, legend{
    display: none;
}

h1{
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

h1 a{
    text-decoration: none;
}

h2 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom:15px;
    color: #666;
}

#footer {
    font-size: 10px;
    text-align: center;
    font-family: Trebuchet MS;
}

#footer a {
    text-decoration: none;
}

