/*--ヘッダーテキスト--*/
.headertxt{
	font-size:12px;
	color:#000000;
}

/*--フッターテキスト--*/
.footertxt{
	font-size: 12px;
	color: #333333;
}

/*-----------------------*/

.txt10px {
	font-size: 10px;
	line-height: 130%;
}
.txt12px {
	font-size: 12px;
	line-height: 150%;
}
.txt14px {
	font-size: 14px;
	line-height: 140%;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #3300CC;
}
a:hover {
	color: #33CCFF;
}

/*--フォームの余白調整用--*/

.formserch {
	margin: 3px 0px 3px 0px;
}
