

/*左メニューリンクカラー設定*/
.sidemenu_date a:link		{	/*未訪問リンクの設定*/
	color						: #CCCCCC;
	text-decoration				: none;
}

.sidemenu_date a:visited	{	/*訪問済みリンクの設定*/
	color						: #CCCCCC;
	text-decoration				: none;
} 

.sidemenu_date a:active	{	/*クリックしたときの設定*/
	color						: #ffffff;
	text-decoration				: none;
} 

.sidemenu_date a:hover	{	/*マウスが乗ったときの設定*/
	color						: #ffffff;
	text-decoration				: underline;
}