﻿@charset "utf-8";
.pya-box {
    width: 1000px;
    margin-top: 20px;
}
.pya-box hr {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    clear: both;
}
.pya-box-left {
    width: 485px;
    float: left;
}
.pya-box-right {
    float: right;
    width: 485px;
    padding-left: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
}
.pya-outline {
    margin-top: 10px;
    padding-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
    line-height: 18px;
}
.pya-outline .com {
    float: left;
    width: 580px;
}
.pya-outline .history {
    margin-left: 600px;
    margin-top: 20px;
}
.pya-outline hr {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    clear: both;
}
.pya-outline .com dl {
    margin: 0px;
    padding: 0px;
}
.pya-outline .com dl dt {
    font-weight: bold;
}

.pya-outline .history dl {
    margin: 0px;
    padding: 0px;
}
.pya-outline .history dl dt {
    font-weight: bold;
}
