/*---フォントサイズ---*/

.fn14 {
	font-size: 14px;
	line-height: 20px;
}

.fn12 {
	font-size: 12px;
	line-height: 18px;
}

.fn10 {
	font-size: 10px;
	line-height: 16px;
}

.fn22{
	font-size:22px;
	line-height:25px;
}


/*---メニュー部分擬似クラス---*/

A.menu:link{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

A.menu:visited{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

A.menu:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline
}

A.menu:active{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

/*---トップページAboutUs擬似クラス---*/

A.about:link{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

A.about:visited{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

A.about:hover{
	font-size:12px;
	color:#333333;
	text-decoration:underline
}

A.about:active{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
