@charset "utf-8";

/* Link
------------------------------------------------ */
#link {
    width: 520px;
    min-height: 400px;
    margin: 0px auto;
}
#link dt {
    font-size: 12px;
    clear: both;
}
#link dt p {
    float: left;
    width: 20px;
    font-weight: bold;
}
#link dt a {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}
#link dt a:hover {
    text-decoration: none;
}
#link dd {
    width: 510px;
    padding: 10px;
    border: 1px #CB9763 solid;
    margin-bottom: 30px;
    background: #FDFCF7;
    font-size: 10px;
    float: left;
}
#link dd p{
    width: 500px;
    float: right;
}
#link dd .detail-link{
    width: 100%;
    text-align: right;
}
#link dd .link-url{
    color: #f30;
    width: 100%;
    text-align: right;
}