/* CSS Document */


/* サイトマップ全体 */
#siteMap{ margin-left:10px;}
#siteMap #top{width:560px;height:10px;background:url(/info/sitemap/img/sitemap-top.gif) no-repeat;font-size:0;line-height:0;}
#siteMap #bottom{width:560px;height:10px;background:url(/info/sitemap/img/sitemap-bottom.gif) no-repeat;font-size:0;line-height:0;}
#siteMap #main{
width:560px;
overflow:hidden;
background:url(/info/sitemap/img/sitemap-bg.gif) repeat-y;
}

/* 左側 */
#siteMap #main #boxLeft{
float:left;
margin:0 5px 0 10px;
width:262px;
overflow:hidden;
}
/* 右側 */
#siteMap #main #boxRight{
float:right;
margin:0 10px 0 0;
width:262px;
overflow:hidden;
}

/* TAGRESEDT */
#siteMap #main #boxRight dl,
#siteMap #main #boxLeft dl,
#siteMap #main #boxRight dt,
#siteMap #main #boxLeft dt,
#siteMap #main #boxRight dd,
#siteMap #main #boxLeft dd{
padding:0px;margin:0px;}

#siteMap #main #boxRight dt,
#siteMap #main #boxLeft dt{
border:#FF6600 1px solid;
margin:0.5em 0 0 0;
padding:0.2em 0.2em 0.2em 1.5em;
background:url(/img/allow/orangecube.gif) no-repeat 0.5em 0.5em #FFFFFF;
}

#siteMap #main #boxRight dd,
#siteMap #main #boxLeft dd{
margin:0 0 0 1em;
padding:0.2em 0.2em 0.2em 1.5em;
background:url(/img/allow/orange.gif) no-repeat 0.5em 0.5em;
}
