@charset "utf-8";
/*--------------------------------------------------
 * スマイル・ネット
 * Version 1.0.0
 * detail.css
 *--------------------------------------------------*/
#content * .keyword_menu{
    overflow: hidden;
    height:27px;
}


#content * .keyword_menu li{
    float:left;
    margin:0px;
    padding:0px;

}

#content * .keyword_menu li a{
    background:url(images/keyword_menu.gif) no-repeat 0px 0px;
    width:105px;
    height:24px;
    display:block;
    font-size:1.3em;
    line-height:1.8em;
    color:#333333;
    text-align:center;
    padding:3px 0px 0px 0px;
}

#content * .keyword_menu li a:hover{
    background:url(images/keyword_menu_on.gif) no-repeat 0px 0px;
    text-decoration: none;
}

#content * .keyword_menu li a.current{
    background:url(images/keyword_menu_over.gif) no-repeat 0px 0px;
    color:#ffffff;
}


table.list {
    float:left;
    clear:both;
    border:solid 1px #666666;
    margin:0px 0px 0px 0px;
    width:600px;
    border-top:1px solid #666666;
    border-left:1px dotted #666666;
    border-right:1px dotted #666666;
}


table.list th {
    border-bottom:1px solid #666666;
    border-right:1px dotted #666666;
    padding:7px 7px 7px;
    font-size:1.3em;
    line-height:1.5em;
    letter-spacing:0.1em;
    background:#f8f8f8;
    text-align:center;
    font-weight:normal;
}


table.list td {
    border-bottom:1px solid #666666;
    border-right:1px dotted #666666;
    padding:7px 7px 7px;
    font-size:1.3em;
    line-height:1.5em;
}

