@charset "UTF-8";

/*---------------------------------------------
 base
---------------------------------------------*/
table {
 border-collapse: collapse;
 empty-cells: show;
}

td {
 padding: 0;
}

img {
 border: 0;
}

/*---------------------------------------------
 共通
---------------------------------------------*/
.txtRed {
 color: #9f1401;
}

.txtBold {
 font-weight: bold;
}

.txt9 {
 font-size: 9px;
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#mainTable #a_procuct02 {
 width: 601px;
 background:url("img/200908_a_02_bg.jpg") top right no-repeat;
 margin-left: 20px;
}

#mainTable .p_link {
 padding-top: 10px;
}

/*---------------------------------------------
 foot
---------------------------------------------*/
.footBox {
 width: 601px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: right;
}

