@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 ul.page-navi {
	height: 110px;
}

#main-content div.contents-header {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
	font-size:12px;
	line-height: 140%;
	font-weight: normal;
}

#main-content .example-table {
	margin-top: 10px;
	width: 560px;
	border-collapse: separate;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main-content .example-table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	text-align: right;
	background: #f1f1f1;
	width: 80px;
	font-weight: bold;
	vertical-align: top;
}

#main-content .example-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	vertical-align: top;
}
