@charset "shift_jis";


/* 基本リンク */
a:link , a:visited,  
li a:link ,li a:visited { 
	color: #003CFF; 
	text-decoration: none;	
}

a:active ,a:hover, 
li a:active ,li a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* ヘッダーナビゲーション */
#header a:link ,#header a:visited { 
	color: #ffffff; 
	text-decoration: none;	
}
#header a:active ,#header a:hover { 
	color: #FF9900;
	text-decoration: underline;
}



