@charset "shift_jis";

/* ===========================================================

   sitemap layout [サイトマップ]

=========================================================== */

/* -----------------------------------------------------------
   .sitemap
----------------------------------------------------------- */
.sitemap{
width:560px;
overflow:hidden;
}

.sitemap .leftBox{
float:left;
width:270px;
}

.sitemap .rightBox{
float:right;
width:270px;
}

.sitemap dl{
width:260px;
padding-left:10px;
}

.sitemap dl dt{
width:242px;
min-height:14px;
padding-left:18px;
background:url(../../images/parts/icon_circle01.png) no-repeat left .2em;
line-height:1;
}
* html .sitemap dl dt{
height:14px;
}

.sitemap dl dt span{
display:block;
padding:2px 0;
line-height:1.4;
}

.sitemap dl dd{
width:220px;
padding-left:40px;
margin-bottom:20px;
}

.sitemap dl dd ul{
width:220px;
}

.sitemap dl dd ul li{
width:210px;
padding-left:10px;
background:url(../../images/parts/icon_arrow06.png) no-repeat left .4em;
line-height:1;
}

.sitemap dl dd ul li span{
line-height:1.4;
}


