@charset "utf-8";
/* CSS Document */

a:link{color:#0d86c3; text-decoration: none}
a:visited{color:#0d86c3; text-decoration: none}
a:active{color:#0d86c3; text-decoration: none}
a:hover{color:#a3afb7; text-decoration: none}

a:link.top_light{color:#a3afb7; text-decoration: none}
a:visited.top_light{color:#a3afb7; text-decoration: none}
a:active.top_light{color:#fff; text-decoration: none}
a:hover.top_light{color:#fff; text-decoration: none}

.title_site{
	font-size:14px;
	font-weight:bold;
}

.light_gray{
	color:#999;
}

.gray{
	color:#666;
}
