﻿@charset "utf-8";

/* **********************************

	sitemap-style.css

	for
	
	/sitemap/index.html
	/vote/index.html etc
	
************************************* */

#sitemap-conts{
	width: 660px;
	padding: 0px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 20px;
	}
#sitemap-conts ul{
	width: 660px;
	}
#sitemap-conts li{
	width: 660px;
	padding: 15px 0 13px 0; 
	background: url(/sitemap/img/g-dotline.gif) left bottom repeat-x;
	font-weight: bold;
	}
	#sitemap-conts li span{
		display: block;
		width: 645px;
		padding-left: 15px;
		background: url(/sitemap/img/list-mark.gif) 0 0.5em no-repeat;
		}
	
#sitemap-conts li.list-more{
	width: 645px;
	}
	#sitemap-conts li.list-more div{
		/*width: 430px;*/
		/*margin: 0 13px 0px 217px;*/
		margin: 0px 13px 0px 202px;
		}
	#sitemap-conts li.list-more dl{
		width: 200px;
		float: left;
		font-weight: normal;
		margin-top: -1.5em;
		line-height: 1.8em;
		}
	#sitemap-conts li.list-more dl.second{
		margin-top: 30px;
		}
	#sitemap-conts li.list-more dt{
		width: 200px;
		font-weight: bold;
		color: #fb7d02;
		}
	#sitemap-conts li.list-more dd{
		width: 186px;
		padding-left: 14px;
		background: url(/sitemap/img/list-mark.gif) 0 0.5em no-repeat;
		}
.sitemap-clr{
	width: 10px;
	margin: 0px;
	padding: 0px;
	clear: left;
	}
