@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";
@import "/back_button.css";

#person {
    //padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

#person h2 {
    height: 20px;
    text-indent: -999em;
}

#photo {
    padding-top: 20px;
    float: left;
    width: 200px;
}

#photo2 {
    width: 580px;
    margin-bottom: 20px;
}

#data {
    padding-top: 20px;
    float: right;
    width: 370px;
}

#data2 {
    float: left;
    width: 200px;
}

.title {
    font-size: 12px;
    padding-bottom: 20px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
}

h4 {
    font-size: 12px;
    padding-bottom: 36px;
}

.callme {
    font-size: 12px;
    line-height: 20px;
}

.spec {
    font-size: 12px;
    line-height: 20px;
}

#data td {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}

.separater {
    padding: 0 4px;
}

.comment {
    padding-top: 18px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
}

.comment2 {
    display: block;
    float: right;
    width: 370px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
}

.link {
    padding-top: 18px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
}

.link a {
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #00BBFF;
}

.link a:hover {
    color: #FF8000;
}

#memo {
    clear: both;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
}

#memo .head {
    color: #00a7ea;
}

#memo .body {
    color: #fff100;
}

#message {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 8px;
    background-color: #00BBFF;
}

#message_title {
    display: block;
    margin: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff100;
}

#message_text {
    display: block;
    margin: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

.link_url {
    text-decoration: none;
    color: #00BBFF;
}

.link_url:hover {
    color: #FF8000;
}


