@charset "UTF-8";

/* default.css */

/*ページ設定・初期化
////////////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	line-height: 1.5;
}

/*リンクカラー設定・初期化
////////////////////////////////////////////////////*/
/* 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; }

/*レイアウト
////////////////////////////////////////////////////*/
.red {
	color: red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.small {
	font-size: small;
}
.bold {
	font-weight: bold;
}