@charset "utf-8";

/*  サイトマップ
----------------------------------*/

#sitemap {
	width: 830px;
	margin: 17px auto 0;
	line-height: 1.6;
}

.btmBar {
    margin-top: 0;
}

#leftBox {
	width: 545px;
	float: left;
	text-align: left;
	background: url(../../sitemap/images/bg_libro.gif) repeat-y 0 0;
}

#rightBox {
	width: 260px;
	float: right;
}

#libroBox {
	display: inline;
	float: left;
	width: 210px;
	margin-left: 25px;
}

#innerRight {
	display: inline;
    float: right;
	width: 260px;
	margin-right: 25px;
}

.innerBox {
	width: 210px;
	margin-left: 25px;
	padding-bottom: 20px;
}

#yomuBox {
	width: 260px;
	background: url(../../sitemap/images/bg_yomuyomu.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

#otherBox {
	width: 260px;
	background: url(../../sitemap/images/bg_others.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

#logosBox {
	width: 260px;
	background: url(../../sitemap/images/bg_logos.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

#miomioBox {
	width: 260px;
	background: url(../../sitemap/images/bg_miomio.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

dt {
    border-bottom: #FFFFFF 1px dotted;
	padding: 5px 15px;
}

dd {
    border-bottom: #FFFFFF 1px dotted;
	padding: 5px 15px;
	margin-left: 25px;
}

#libroBox dt, #libroBox dd {
    background: url(../../sitemap/images/arrow_libro.gif) no-repeat 0 11px;
}

#libroBox a {
	text-decoration: none;
	color: #274178;
}

#libroBox a:hover {
	text-decoration: underline;
	color: #274178;
}

#yomuBox dt, #yomuBox dd {
    background: url(../../sitemap/images/arrow_yomuyomu.gif) no-repeat 0 11px;
}

#yomuBox a {
	text-decoration: none;
	color: #066533;
}

#yomuBox a:hover {
	text-decoration: underline;
	color: #066533;
}

#otherBox dt {
    border-bottom: #BDCEEB 1px dotted;
	padding: 5px 15px;
	background: url(../../sitemap/images/arrow_others.gif) no-repeat 0 11px;
}

#otherBox dd {
    border-bottom: #BDCEEB 1px dotted;
	padding: 5px 15px;
	margin-left: 25px;
	background: url(../../sitemap/images/arrow_others.gif) no-repeat 0 11px;
}

#otherBox a {
	text-decoration: none;
	color: #555555;
}

#otherBox a:hover {
	text-decoration: underline;
	color: #555555;
}

#logosBox dt, #logosBox dd {
    background: url(../../sitemap/images/arrow_logos.gif) no-repeat 0 11px;
}

#logosBox a {
	text-decoration: none;
	color: #932951;
}

#logosBox a:hover {
	text-decoration: underline;
	color: #932951;
}

#miomioBox dt, #miomioBox dd {
    background: url(../../sitemap/images/arrow_miomio.gif) no-repeat 0 11px;
}

#miomioBox a {
	text-decoration: none;
	color: #D40076;
}

#miomioBox a:hover {
	text-decoration: underline;
	color: #D40076;
}



