@charset "UTF-8";

/*
Description: 
- 各cssを読み込み及び最低限のスタイルの適用
LastUpDate
- 20080229
Author:
- nakashima akira
*/

@import "reset.css";
@import "structure.css";
@import "navigation.css";
@import "unique.css";

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	color: #000;
	border: none;
	outline: none;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	color: #c52422;
}

a img {
	border: none;
}
