@charset "shift_jis";
/* 外部CSS読み込み */
@import "reset.css";
@import "header.css";
@import "footer.css";
@import "side.css";
@import "main.css";


/* 共通 */

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.clear {
	clear: left;
}


