@charset "utf-8";
/* CSS Document */
.top {
	clear: both;
}
.next {
	clear: both;
	padding-top: 70px;
}
.example table {
	border-collapse:collapse;
	border:0px;
	text-align: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.example table tr td {
	border: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
}
.example table tr .class {
	background-color: #4faaab;
	font-weight: bold;
	color: #FFF;
}
.example .txt {
	padding-bottom: 1em;
}
.example .voice {
	width: 500px;
	float: left;
}
.example .voice dt {
	font-weight: bold;
	padding-bottom: 6px;
	text-indent: -3em;
	padding-left: 3em;
}
.example .voice dd {
	border: 3px solid #239190;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/common/PIE.htc);
	padding: 10px;
	margin-bottom: 15px;
	font-size: 115%;
	margin-left: 24px;
	display: block;
	position: relative;
}
.example .voice dd img {
	position: absolute;
	left: -24px;
	top: 8px;
}



.example .autograph {
	float: right;
	width: 187px;
}
.example .autograph a:link,
.example .autograph a:visited {
	text-decoration: none;
	background-color: #CCC;
	padding: 5px;
	display: block;
}
.example .autograph a:hover,
.example .autograph a:active {
	text-decoration: none;
	background-color: #4FAAAB;
}
.example .autograph span {
	font-weight: bold;
	color: #239190;
	text-align: center;
	display: block;
	padding-bottom: 6px;
}
