@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 {
    float: left;
    width: 300px;
}

#photo2 {
    padding-bottom: 40px;
}


#data {
    float: right;
    width: 270px;
}

.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;
}

.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;
}

