@charset "Shift_JIS";

/* default.css */

/* page init
////////////////////////////////////////////////////*/
body {
	color: #333333;
	margin: 0;
	padding: 0;
}

/* link color setting
////////////////////////////////////////////////////*/
/* LoVe HA */
a { text-decoration:none; }
a:link	{ color:#3333ff; }
a:visited	{ color:#336699; }
a:hover	{ color:#ff0000; text-decoration: underline; }
a:hover[name]			{ color:inherit; text-decoration: none; }
a:hover[name][href]	{ color:#ff0000; }
a:active	{ color:#ff9933; }

/* layout
////////////////////////////////////////////////////*/
.small {
	font-size: small;
}
.red {
	color: red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
