@charset "UTF-8";

/*=======================================================
 1.link
=======================================================*/

/*=======================================================
 1.link table
=======================================================*/
table.tbl_link {
border: none;
background: #FFFFFF url(../img_cmn/dotline.gif) repeat-x left top;
}

/* th */
table.tbl_link th {
width: 300px;
border: none;
text-align: left;
background: url(../img_cmn/dotline.gif) repeat-x left bottom;
}
table.tbl_link th span {
margin: 0px;
padding: 0px 0px 0px 15px;
display: block;
background: url(../img_cmn/icon_arrow_m_green_right.gif) no-repeat left center;
}
table.tbl_link th span a {
margin: 0px;
padding: 0px 20px 0px 0px;
background: url(../img_cmn/icon_open.gif) no-repeat right 1px;
}

/* td */
table.tbl_link td {
border: none;
background: url(../img_cmn/dotline.gif) repeat-x left bottom;
}
