@charset "utf-8";
@import  url("common.css");

/*
    style.css
        一般公開ページ用スタイルシート
        (C) 2005 Yoshinori IIHOSHI.
        Created :       2005/02/07 (Mon)
        Last Modified : 2005/03/14 (Mon)
 */


#navigate {
    border-bottom:  2px solid #999;
    line-height:    1em;
    padding:        5px;
    text-align:     center;
}

#navigate span.item {
    background-color:   #ffc;
    border-top:         1px solid #999;
    border-left:        1px solid #999;
    padding:            5px 10px;
}

#navigate span.itemLast {
    background-color:   #ffc;
    border-top:         1px solid #999;
    border-left:        1px solid #999;
    border-right:       1px solid #999;
    padding:            5px 10px;
}

#navigate span.spacer {
    display:    none;
}

#footer {
    border-top:     2px solid #999;
}

hr {
    display:    none;
}


#signature {    /* div */
    text-align: center;
}
#signature table {
    border:         2px solid #c00;
    margin-left:    auto;
    margin-right:   auto;
    text-align:     left;
    width:          25em;
}
