@charset "UTF-8";

div.sitemap-category{
border:1px solid #ffa126;
clear:both;
margin-bottom:20px;
}

div.sitemap-category-etc{
border:1px solid #d8d9d2;
clear:both;
margin-bottom:30px;
}

dl.sitemap-category{
border:1px solid #fff;
clear:both;
overflow:hidden;
width:533px;
background:url(../image/category-bg.png) 0 0 repeat-y;
}

dl.sitemap-category-etc{
border:1px solid #fff;
clear:both;
overflow:hidden;
width:533px;
background:url(../image/etc-bg.png) 0 0 repeat-y;
}

dl.sitemap-category,
dl.sitemap-category-etc,
.other-links{
font-size:92%;
}

dl.sitemap-category dt,
dl.sitemap-category-etc dt{
display:table-cell;
width:158px;
margin-bottom:1px;
vertical-align:middle;
}

dl.sitemap-category dd,
dl.sitemap-category-etc dd{
display:table-cell;
margin-bottom:1px;
vertical-align:middle;
padding:10px 20px 0 20px;
}

/*上下中央揃えのハック IE 6 */
* html dl.sitemap-category dt,
* html dl.sitemap-category dd,
* html dl.sitemap-category-etc dt,
* html dl.sitemap-category-etc dd{
display:inline;
zoom:1;
}
/*上下中央揃えのハック IE 7 */
*:first-child+html dl.sitemap-category dt,
*:first-child+html dl.sitemap-category dd,
*:first-child+html dl.sitemap-category-etc dt,
*:first-child+html dl.sitemap-category-etc dd{
display:inline;
zoom:1;
}

dl.sitemap-category dd ul,
dl.sitemap-category-etc dd ul{
width:335px;
}

dl.sitemap-category dd ul li{
float:left;
min-width:167px;
padding-bottom:15px;
white-space: nowrap;
}

/*文字を拡大した時に崩れない為のハック IE 6 */
* html dl.sitemap-category dd ul li{
width:167px;
}

dl.sitemap-category-etc dd ul li{
padding-bottom:15px;
white-space: nowrap;
}

ul.other-links{
background:#f7ffeb url(../image/green-bg.png) left top no-repeat;
border-bottom: 1px solid #b9e27e;
width:497px;
padding:15px 20px 0 20px;
overflow:hidden;
}

ul.other-links li{
float:left;
padding-bottom:15px;
min-width:160px;
}

ul.other-links li.long{
min-width:175px;
}

ul.other-links li img{
vertical-align:top;
}

/*文字を拡大した時に崩れない為のハック IE 6 */
* html ul.other-links li{
width:160px;
}

* html ul.other-links li.long{
width:175px;
}

