@charset "UTF-8";

/*//////////////////////////////////////////////////////////

Copyright (C) design Inc. All Rights Reserved.
------------------------------------------------------------
[CSS] import
		
//////////////////////////////////////////////////////////*/


@import "default.css"; /* initial setting */
@import "layout.css";/* layout style */


a:link {
	color: #666;
  text-decoration: none;
}
a:visited {
	color: #666;
  text-decoration: none;
}
a:hover {
	color: #dccc1a;
  text-decoration: underline;
}
a:active {
	color: #666;
  text-decoration: none;
}