@charset "utf-8";
/* CSS Document */

body{
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
}


a.cLink:link {
	color: #0033cc;
	text-decoration: underline;
}
	
a.cLink:visited {                 
	color: #0033cc;
	text-decoration: underline;
}
1

a.cLink:active {
	color: #008000;
	text-decoration: underline;
	} 
	
a.cLink:hover {                   
	color: #008000;
	text-decoration: underline;  
}




