@charset "utf-8";
/* CSS Document */

/*body {
    background: #008100 url("/images/index/new/background.jpg") no-repeat fixed center top;
}
h1,h2,h3,p,ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
}
div {
    vertical-align: top;
}*/
a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity: 0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
}

/* 本文 */
#main_inner {
    margin: 0 auto;
    padding: 20px;
    width: 925px;
    display: table;
}
#toptable {
    display: table;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #000000;
}
.toptable-l {
    display: table-cell;
    width: 160px;
}
.toptable-r {
    display: table-cell;
    vertical-align: middle;
}
.toptable-r h2 {
    width: 617px;
    height: 25px;
    text-indent: -9999px;
}
.toptable-r .download-tptb {
    background: url("/images/download/download_title.png") no-repeat left center;
}

/* ダウンロード用 */
.download-row {
}
.downloadtable {
    display: table;
    width: 100%;
    height: 400px;;
}
.downloadtable-l {
    display: table-cell;
    vertical-align: middle;
    width: 305px;
}
.downloadtable-r {
    display: table-cell;
    width: 275px;
    vertical-align: middle;
}
.downloadtable-r p {
    text-align: left;
}
.downloadtable .c1366 {
    color: #FF6100;
}
.downloadtable .c1920 {
    color: #00B500;
}
.downloadandset {
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 5px solid #DF943B;
}
dl.dldl {
    display: table;
}
dl.dldl dt {
    display: table-cell;
}
dl.dldl dd {
    display: table-cell;
}
