@charset "utf-8";


/* =============================================
	
	Other Contents
	
============================================= */

/* ----------------------------------------
	
	Sitemap
	
---------------------------------------- */

.sitemap .sitemap-wrapper {
	width: 670px;
	margin-right: -20px;
	overflow: hidden;
	_zoom: 1;
}

.sitemap .section {
	width: 200px;
	float: left;
	margin-right: 20px;
	border: 1px solid #dededb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 40px;
}

.sitemap h2 {
	border: 1px solid #f8f8f2;
	border-bottom: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
}

.sitemap h2 a,
.sitemap h2 span {
	padding: 7px 15px;
	color: #333;
	border-bottom: 1px solid #e7e7e4;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #f3f3e9;
}

.sitemap h2 a:hover {
	background: #edede1;
}

.sitemap ul {
	border: 1px solid #fefefd;
	background: #f9f9f4;
	padding: 5px 14px 10px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
}

.sitemap ul li {
}

.sitemap ul li a {
	padding: 3px 10px;
	background: url(../images/cursor_brown.png) left center no-repeat;
	display: block;
	text-decoration: none;
	line-height: 1.4;
	_zoom: 1;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}




/* ----------------------------------------
	
	Usage / Privacy
	
---------------------------------------- */

.usage-privacy h2 {
	background: url(../images/h2_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 12px;
	font-weight: bold;
	font-size: 116%;
	color: #555;
}

.usage-privacy .section {
	margin-bottom: 50px;
}


.usage-privacy p {
	margin-bottom: 0.7em;
	font-size: 108%;
}


.usage-privacy .lead {
	margin-bottom: 3em;
}



