@charset "utf-8";

/* ==================================================== */
/* support.css                                          */
/* July 23,2007                                         */
/* ==================================================== */


/*----------------------------------------------------
category-breadcrumb
----------------------------------------------------*/
div#categoryTitle {
width:760px;
height:85px;
margin:0 5px;
background:url(../img/category_image_support.jpg) no-repeat;
position:relative;
}

div#categoryTitle h1 {
position:absolute;
top:10px;
left:10px;
}


/*----------------------------------------------------
linkBox
----------------------------------------------------*/
div#linkBox {
margin-right:20px;
margin-left:20px;
border:10px solid #e4e9ee;
}

div#linkBox dl {
float:left;
margin:8px 0 8px 20px;
width:432px;
background:url(../../maintenance/img/bg_linkbox.gif) repeat-y;
}

div#linkBox dt img {
vertical-align:top;
}

div#linkBox dd {
padding:0 0 0 10px;
}

div#linkBox li {
padding:0 0 0 15px;
background:url(../img/point02.gif) no-repeat left center;
}

div#linkBox table {
width:422px;
}

div#linkBox th {
padding:5px 0 5px 10px;
color:#5685c5;
border-bottom:1px solid #f5f5f5;
background:url(../img/point01.gif) no-repeat 0 13px;
vertical-align:top;
}

div#linkBox td {
padding:5px 0;
border-bottom:1px solid #f5f5f5;
vertical-align:top;
}





