@charset "Shift_JIS";

@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


#contents img {
 vertical-align: bottom;
}
.detail-box {
 margin-top: 5px;
 position: relative;
 width: 590px;
}
.detail-box .link-1,
.detail-box .link-2 {
 position: absolute;
 top: 90px;
}
.detail-box .link-1 {
 left: 170px;
}
.detail-box .link-2 {
 right: 14px;
}
.info-wrap h2 {
 margin-bottom: 0px;
 margin-top: 15px;
 }
 .info-wrap img {
 vertical-align: bottom;
}
.info-box {
 width: 590px;
 background-color:#FFFFFF;
 height: 130px;
 border-top: 1px solid #707DAF;
 border-bottom: 1px solid #707DAF;
 overflow: auto;
}
.info-box dl {
 margin-left: 8px;
 margin-right: 22px;
 margin-top: -2px;
}
.info-box dt,
.info-box dd {
 padding-top: 7px;
 padding-bottom: 7px;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #CCCCCC;
}
.info-box dt {
 float: left;
 width: 140px;
 line-height: 140%;
 color: #618FBB;
 clear: both;
}
.info-box dd {
 float: left;
 width: 402px;
 line-height: 140%;
}
#contents .detail-box p {
 display: block;
}
