
/*----------------------------------------------------
	共通
----------------------------------------------------*/
.bklist {/* バックナンバープルダウン用 */
	color: black;
	font-size: 11px;
}

.fehead {/* ヘッダプルダウン色変更 */
	color: #ffffff;
	font-size: 10px;
	background-color: #3a3f66;
}

.text {/* フッタテキスト */
	color: black;
	font-size: 10px;
	line-height: 15px;
}

form {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	HOME用
----------------------------------------------------*/
.top-left {
	color: white;
	font-size: 9px;
	line-height: 13px;
}

.top-right {
	color: black;
	font-size: 10px;
	line-height: 15px;
}

.textLink {
	color: #FFF;
	font-size: 10px;
	line-height: 15px;
}

.newclass {
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing:1px;
}

.textLink a:link {
	color:#FFF;
	text-decoration:underline;
}

.textLink a:visited {
	color:#FFF;
	text-decoration:underline;
}

.textLink a:hover {
	color:#FFF;
	text-decoration:none;
}

.textLink a:active {
	color:#FFF;
	text-decoration:none;
}




