.link a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #666666;
}
.link a:hover{
	text-decoration: none;
	border-bottom: 1px solid #8DCA15;
	color: #8DCA15;
}

.link a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #8DCA15;
}

h2 a{
	text-decoration: none;
	color: #8DCA15;
}
h2 a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #8DCA15;
	color: #8DCA15;
}
h2 a:visited{
	text-decoration: none;
	color: #8DCA15;
	border-bottom: none;
}

.box_content a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #666666;
}
.box_content a:hover{
	text-decoration: none;
	border-bottom: 1px solid #8DCA15;
	color: #8DCA15;
}

.box_content a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #8DCA15;
}


#breadcrumb a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #666666;
	line-height: 20px;
}
#breadcrumb a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#menu a{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #666666;
	line-height: 16px;
}
#menu a:hover{
	text-decoration: none;
	border-bottom: 1px solid #8DCA15;
	color: #8DCA15;
}
#menu a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #8DCA15;
}

.box_menu a{
	text-decoration: none;
	border-bottom: 0px;
	color: #549fc9;
}
.box_menu a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #549fc9;
	color: #549fc9;
}
.box_menu a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #549fc9;
}
