/* ----- 全体 ----- */

body {
	margin-top: 0px;
	background-color: #E8E8E8;
}

/* ----- リンク ----- */

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:active, a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/* ----- 文字 ----- */

.TextSmall {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.TextSmall_Gray {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
.TextSmall_Red {
	font-size: 10px;
	line-height: 14px;
	color: #FF0000;
}
.TextBase {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.TextBaseB {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.TextBase_Gray {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.TextBig {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.TextBigB {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.TextBigB_Red {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}