@charset "utf-8";

@import url(style.css);

/* メイン
---------------------------------------------*/
#content_apart {
        position:relative;
	width: 732px;
        height: 400px;
	background: #FFFFFF;
	padding: 10px;
}

#content_apart table {
    background-color:#FFFFFF;
    width: 700px;
    margin:0px auto;
    font-size: 12px;
    border: 1px solid #A7A7A7;
}
#content_apart th {
    background-color:#F3F3F3;
    border-top: none;
    border-left: none;
    border-right: 1px solid #A7A7A7;
    font-weight: normal;
    padding: 3px;
    text-align:center;
}
#content_apart td {
    background-color:#FFFFFF;
    border-top: 1px solid #A7A7A7;
    border-left: none;
    border-right: 1px dotted #A7A7A7;
    padding: 3px;
    text-align:center;
}
#content_apart td.a01 {
    background-color:#FAF8DE;
}
#content_apart td.a02 {
    width:61px;
}
#content_apart td.a03 {
    text-align:left;
}
#content_apart td.a05 {
    text-align:right;
}
#content_apart td.a08 {
    border-right: none;
    text-align:right;
}
span.fontb {
    font-weight: bold;
}
span.fontbr {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}



/* 本文のレイアウト
---------------------------------------------*/
#nextbutton {
    position:relative;
    background-color:#FCF9D8;
    width: 680px;
    border: 1px dotted #C69C6D;
    text-align: right;
    padding: 4px 10px;
}
