@charset "UTF-8";

/*------------------------------*/
/* sitemap style*/
/*------------------------------*/

#sitemap #topicpath{
border-top: solid 1px #CCCCCC;
}	

#edit ul{
margin: 0 0 0 20px;
font-size: 1.2em;
line-height: 1.5;
}	

#edit .box{
margin: 20px 0;
border: solid 1px #CCCCCC;
background: #f8f8f8 ;
padding: 15px;
}	

#edit p{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1em;
}	

#edit h2{
	border-bottom: solid #9CD232 1px;
	background: none;
	padding: 0 0 5px 0;
	font-size: 1.4em;
	margin-bottom: 1em;
	color:#54701C;	
}	

#edit h3{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1em;	
}	

#edit ul li{
	margin-bottom: 1em;
	list-style: lower-roman;
}	

#edit ol li{
	margin-bottom: 1em;
}	


