@charset "utf-8";
/* CSS Document */


/*パンくずリスト*/
.topic-path {
	padding:5px;
	
	}
	
	#topic a:link { 
		color:#666;
		text-decoration: none; 
	} 
	#topic a:visited { 
		color:#666;
		text-decoration: none; 
	} 
	#topic a:hover {
		color:#666;
		text-decoration:underline;
	} 
	#topic a:active {
		color:#666;
		text-decoration:underline;
	}
	
