@charset "iso-8859-1";
/* CSS Document */

.lead{
	line-height:1.4;
	font-size:110%;
}

.legal_body{
	line-height:1.4;
}

.legal_body td{
	line-height:1.4;
}

.catch{
	line-height:1.2;
}
.audcatch{
	line-height:1.4;
	font-size:120%;
}

sub{
	font-size:40%;
	/*IE*/
	_font-size:95%;
}


sup{
	font-size:70%;
	/*IE*/
	_font-size:95%;
}

/*Firefox*/
*>/**/sup { vertical-align: text-top; line-height: 2px; }
*>/**/sup.small { line-height: 100%; }
*>/**/sub { font-size:80%; }

a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}
