@charset "utf-8";
/* CSS Document */

@import url('base.css');
@import url('layout.css');

/*--------------------------------------
Data
---------------------------------------*/

div.categoryBox {
float: left;
padding: 5px;
width: 308px;
background: #f1f1f1;
}

div.categoryBox dl {
border: 1px solid #aed0eb;
background: #fff;
}

div.categoryBox dt {
padding: 5px 10px 5px 9px;
color: #fff;
border: 1px solid #fff;
background: #5b9dd1 url(../../img/bg_map_category.gif) repeat-x left bottom;
font-weight: bold;
}

div.categoryBox dt a {
display: block;
padding: 0 0 0 15px;
background: url(../img/arrow04.gif) no-repeat left 0.5em;
font-weight: bold;
}

div.categoryBox dt a:link {
color: #fff;
text-decoration: underline;
}

div.categoryBox dt a:visited {
color: #fff;
text-decoration: underline;
}

div.categoryBox dt a:hover {
color: #fff;
text-decoration: none;
}

div.categoryBox dt a:active {
color: #fff;
text-decoration: none;
}

div.categoryBox dd {
padding: 0 10px;
margin-top: 5px;
}

div.categoryBox dd a {
padding: 0 0 0 15px;
background: url(../img/arrow01.gif) no-repeat left 0.2em;
}






















