/* lists */

/* common */
ul { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }

ul.sitemap { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }
ul.sitemap li { margin: 2px 0 0 20px; padding: 3px 0 0 0; list-style: none; }
ul.sitemap li.sub { padding: 2px 0 2px 20px; border-left: 3px solid #ff0800; font-weight: normal; }
ul.sitemap li strong { font-weight: bold; color: #c10000; }

ul.arrow { display: block; clear: both; width: auto; height: 100%; margin: 0; padding: 5px; text-align: justify; }
ul.arrow li { 
	margin: 3px 5px 3px 0; padding: 5px 0 0 20px; list-style: none;
	background: url("../img/jgheaburi-burlane/arrow.gif") no-repeat 0 10px; font-size: 12px; color: #000;
}

ul.circle { clear: both; width: auto; height: 100%; margin: 0; text-align: justify; }
ul.circle li { margin: 3px 0 3px 15px; padding: 0 0 0 5px; list-style-type: circle; font-size: 12px; color: #000; }
ul.circle li b { font-weight: bold; color: #000; }
ul.circle li br { clear: both; }
ul.circle li span { font-weight: bold; color: #c10000; }
ul.circle li em a { margin: 0; padding: 5px 0 0 20px; background: url("../img/jgheaburi-burlane/movie.gif") no-repeat 0 7px; font-style: normal; color: #f00; }
ul.circle img.sm { height: 25px; border: 1px solid #ff4c00; vertical-align: middle; }
ul.circle img.sm:hover { border: 1px solid #c10000; }

