@charset "shift_jis";

/*------------------------------------------------------------------------------
	学習塾ポータルサイト WEB SITE - CSS Modules サイトマップ
------------------------------------------------------------------------------*/
#sitemapbox{
	width:680px;
	height:auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

#sitemapbox dl{
     margin-left: 30px;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-right: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 0px;
}

#sitemapbox dt{
     padding-bottom: 0px;
     padding-left: 35px;
     padding-right: 0px;
     padding-top: 5px;
     background-image: url(images/listmark1.gif);
     background-position: left;
     background-repeat: no-repeat;
     margin-top: 20px;
     margin-right: 0px;
     margin-bottom: 15px;
     margin-left: 0px;
}

#sitemapbox dd{
     background-image: url(images/ddmark.jpg);
     background-repeat: no-repeat;
     background-position: left;
     margin-bottom: 5px;
     padding-left: 15px;
     margin-left: 45px;
}

