/* -------------------------------------font size .textは順次削除 */

.text,.textn,
body,td,th,
h1.us,h2.us,h2.us2,#main760NN h3,h3.us{
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	_font-size: x-small; /* IE 6以下 */
        line-height: 140%;
}

.small,.smalln{
	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	_font-size: x-small; /* IE 6以下 */
	line-height: 120%;
}

.smallsmall,.smallsmalln{
	font-size: 10px; /* モダンブラウザ向け */
	*font-size: x-small; /* IE 7向け */
	_font-size: xx-small; /* IE 6以下 */
	line-height: 130%;
	}
	
.textn,.smalln,.smallsmalln{
	line-height:normal ;
	}

h1,h2,h3,h4{
	line-height:normal ;
	}