@charset "UTF-8";

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;
    background-color: #fff;
}

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;
}



#logo {
    margin-bottom:10px;
}

#query {
    width: 200px;
    margin-bottom: 5px;
}

#result {
    width: 700px;
    text-align: left;
    margin: 15px auto 10px auto;
    display: none;
}

#result a {
    text-decoration: none;
}

#tag_result {
    width: 700px;
    text-align: left;
    margin: 15px auto 10px auto;
    display: none;
}

#tag_result a {
    text-decoration: none;
}

#koto_result {
    width: 700px;
    text-align: left;
    margin: 15px auto 10px auto;
    display: none;
}

#koto_result a {
    text-decoration: none;
}

#loading {
    text-align:center;
    margin-top:10px;
}

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

#footer a {
    text-decoration: none;
}

#suggest {
    margin-top: 5px;
    display: none;
}

#suggest a {
    text-decoration: none;
}

#clear {
    display: none;
    cursor: pointer;
    color: orange;
}

#items {
    display: none;
    margin-top: 20px;
}

.not_bookmarked {
    color: #666;
}

#similar_words {
    width: 600px;
    margin:10px auto 5px auto;
    text-align:center;
    display: none;
}

.similar_word {
    cursor: pointer;
    color: orange;
}
