/* CSS Document */


#header a:link {
text-decoration:none;
}
#header a:visited {
text-decoration:none;
}
#header a:hover {
text-decoration:none;
}
#header a:active {
text-decoration:none;
}



a:link {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #996600;
}
a:visited {
	color:#996600;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color:#CC9933;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color:#CC9933;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}








.banner_box_01 a:link {
text-decoration:none;
}
.banner_box_01 a:visited {
text-decoration:none;
}
.banner_box_01 a:hover {
text-decoration:none;
}
.banner_box_01 a:active {
text-decoration:none;
}
