@charset "UTF-8";

* {
    font-weight: normal;
    margin: 0;
    padding: 0;
    background:  transparent;
    font-size: 100%;
}

html, body {
    background: #fff;
}

html * {-moz-box-sizing: content-box; box-sizing: content-box;}

body {
    font-family: "Trebuchet MS", "Century Gothic", geneva, verdana, "Hiragino Maru Gothic Pro", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", Osaka,sans-serif;
    font-size: 80%;
    color: #555;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*
ol li, ul li {
    margin-left: 5px;
    list-style: none;
    list-style-position: outside;
}
*/

ol li, ul li {
    margin:0;
    padding-left:5px;
    list-style-type: none;
    list-style-position: outside;
}

a:link, a:visited {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

.urls a:link {
/*  color: #007093;*/
    color: #555;
    text-decoration: none;
    padding-left:18px;
    background: url(/images/list.png) no-repeat 0px 1px;
    display: block;
    line-height: 150%;
}

.urls a:visited {
    color: #aaa;
    text-decoration: none;
    padding-left:18px;
    background: url(/images/list_checked.png) no-repeat 0px 1px;
    display: block;
}

.urls a:hover {
/*  background: #17C6FF;*/
    color: #00f;
    text-decoration: none;
    padding-left:18px;
    background: url(/images/list_hover.png) no-repeat 0px 1px;
    display: block;
}

fieldset, img{
    border: 0;
}

hr, legend{
    display: none;
}

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

h1 a{
    text-decoration: none;
}

h2 {
    font-family: "Trebuchet MS", "Century Gothic", geneva, verdana, "Hiragino Maru Gothic Pro", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", Osaka,sans-serif;
    color: #666;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom:15px;
}

h2 a:link,
h2 a:visited {
    color: #666;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom:15px;
}

h2 a:hover {
    color: #f00;
}

div .clearing {
    clear: both;
}

#logo {
    margin: 0 0 10px 0;
    }

#content {
    width: 840px;
    border: 0px solid blue;
    margin: 0 auto 0 auto;
    text-align: left;
    }

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

.tag {
    color: green;
    cursor: pointer;
/*  font-size: 11px;*/
    }

.tag a:hover {
    color: red;
    }

.pager {
    color: #007093;
    cursor: pointer;
    }

.pager a:hover {
    color: red;
    }

/*
div.img_box a:hover img {
    width:80px; height:80px;
    border:1px solid #ccc;
    padding:4px;
    position:relative;
    left: -10px;
    top: -24px;
}
*/

div.img_box a:hover img {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 3px;
    position: relative;
    left: -10px;
    top: -24px;
}


div.img_box a:hover {
    width: 80px;
    height: 80px;
    _position: absolute;
}

.more_link {
    text-align: right;
    font-size: 9px;
    cursor: pointer;
    padding: 3px 0 1px 0;
}

