@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "default.css"; /* initial setting */
@import "layout.css";/* layout style */

a:link {
	color: #466d75;
  text-decoration: none;
}
a:visited {
	color: #466d75;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #466d75;
  text-decoration: none;
}