@charset "UTF-8";

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

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

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

body {
	background-color: #4b0203;
	color: #b9a2a2;
}

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

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
