@charset "UTF-8";

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

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

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

body {
	background-color: #fff;
	color: #756c67;
}

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

a:link {
}

a:visited {
}

a:hover {
	color: #79ba00;
	text-decoration: underline;
}
a img {
	border: none;
}
