a:link{color:gold;text-decoration:none;}
a:visited{color:gray;text-decoration:none;}
a:active{text-decoration:none;}
a:hover{color:red;}

/*  すごく大きいテキスト(FONT SIZE LV7) */
.css7{
	font-size: 18px;
	line-height: 23px;
}

/*  大きいテキスト(FONT SIZE LV6) */
.css6{
	font-size: 14px;
	line-height: 18px;
}

/*  大きめのテキスト(FONT SIZE LV5) */
.css5{
	font-size: 12px;
	line-height: 16px;
}

/*  少し大きめのテキスト(FONT SIZE LV4) */
.css4{
	font-size: 11px;
	line-height: 14px;
}

/*  デフォルトテキスト(FONT SIZE LV3) */
.css3{
	font-size: 10px;
	line-height: 12px;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.css2{
	font-size: 9px;
	line-height: 11px;
}

/*  小さいのテキスト(FONT SIZE LV1) */
.css1{
	font-size: 8px;
	line-height: 10px;
}

/*  小さい英字のテキスト(FONT SIZE LV0) */
.css0{
	font-size: 7px;
	line-height: 8px;
}

