@charset "UTF-8";

/* =privacy */
#privacy .col{
	margin: 0; 
	padding: 20px; 
	background: #f9f9f9;
	}

/* =sitemap */
#sitemap #contents{
	left:0; 
	width: 900px;
	}
#sitemap a{
	text-decoration: none; 
	}
#sitemap #content_main{
	left:30px; 
	width:950px; 
	margin-bottom:40px; 
	padding:0; 
	}
#sitemap .col{
	display: block; 
	float: left; 
	width:300px; 
	margin:0; 
	padding: 0; 
	background: none; 
	border: none; 
	}

#sitemap h2{
	display: block; 
	margin:0 20px; 
	padding: 2px 10px; 
	text-align: left; 
	font-size:1em; 
	background: url(/img/layout/title.png) -30px -5px no-repeat #ddd; 
	border: solid 1px #ccc; 
	}
#sitemap h2,
#sitemap h2 a{
	color: #000; 
	}


#sitemap .col ul{
	margin: 0 20px 40px 20px; 
	}
#sitemap .col li{
	margin: 0; 
	padding: 2px 0; 
	background: url(/img/layout/li_sitemap.png) 0 -34px no-repeat; 
	}
#sitemap .col li a{
	display: block; 
	margin: 0 0 0 35px; 
	font-size:.9em; 
	padding: 1px 3px; 
	background: #f9f9f9; 
	border: solid 1px #ccc; 
	}
#sitemap .col li a:hover{
	background: #bdf; 
	}
#sitemap .col li.first{
	background-position: 0 -23px; 
	}
#sitemap .col li.first a{
	margin-top: 10px; 
	}
#sitemap .col li.last{
	background-position: 0 -74px; 
	}
#sitemap .col li.last a{
	margin-top: 0; 
	background-position: 0 -74px; 
	}


