@charset "utf-8";

/*--------------------------------------
	Style Name : Voice Style Sheet

	content
		main-content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content div.heading-level3 {
	margin-bottom: 10px;
}

#main-content div.heading-level3 h3 {
	margin-bottom: 5px;
	padding-left: 6px;
	border-left: 2px solid #b11;
	background-color: #f0f0f0;
	color: #b11;
	font-size: 125%;
	font-weight: normal;
	line-height: 2;
}

#main-content .company-table {
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size:12px;
	line-height: 160%;
}

#main-content .company-table th {
	padding: 5px 6px 5px 0px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	width: 100px;
	font-weight: normal;
}

#main-content .company-table td {
	padding: 5px 6px 5px 6px;
	border-bottom: 1px dotted #999999;
	text-align: left;
}

#main-content iframe {
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
}

