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

/*- - - - - - - - - - - - - - - - - - - */ 
/* 全体構造
/*- - - - - - - - - - - - - - - - - - - */


/*- - - - - - - - - - - - - - - - - - - */ 
/* リンク
/*- - - - - - - - - - - - - - - - - - - */

a{color:#4499bb;}

a:link{color:#4499bb;}

a:hover{color:#116688;}

a:active {
	
		color:#FF6600;
		text-decoration:none;
		background:transparent;

}





