@charset "utf-8";
/*\*/
@import "reset.css";
@import "common.css";

.sitemap {
padding:5px 20px;
}

.sitemap dl dt {
margin:10px 0;
}

.sitemap dl dt a {
display:block;
background:#7b2325;
padding:5px;
color:#fff;
border-left:5px #bba95e solid; 
}

.sitemap dl dt a:visited {
color:#fff;
}

.sitemap dl dd {
background:url(../img/common/hr_x.gif) bottom repeat-x;
padding-bottom:5px;
margin:0 10px 5px 30px;
}

.sitemap dl dd p {
color:#990000;
display:block;
padding:3px 3px 3px 15px;
background:url(../img/common/yj_w_off.gif) left no-repeat;
}

.sitemap dl dd a {
display:block;
padding:3px 3px 3px 15px;
background:url(../img/common/yj_w_off.gif) left no-repeat;
}

.sitemap dl dd ul {
margin-left:30px;
}

.sitemap dl dd ul li {
display:inline;
}

.sitemap dl dd ul a {
background:url(../img/common/yjs_w_off.gif) left no-repeat;
}


.sitemap .left {
float:left;
display:inline;
width:320px;
}

.sitemap .right {
float:right;
display:inline;
width:320px;
}