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

/*====================================================
　 NAVIGATION
====================================================*/	
#Navi .C_navi li{
	border-bottom: 1px dotted #A10000;
	}
#Navi .C_navi a:link{
	color: #222222;
	text-decoration:underline;
}
#Navi .C_navi a:visited{
	color: #777777;
	text-decoration:underline;
}
#Navi .C_navi a:hover{
	color: #A00000;
	text-decoration: underline;
}
#Navi .C_navi a:active{
	color: #222222;
	text-decoration:underline;
}		
	
	
h2.typ1{
	border-bottom: 1px dotted #A10000;
	color: #A10000;
}
h2.typ2{
	border-bottom: 1px dotted #A10000;
	color: #A10000;
}